Interface AdxExt.ImpExt.ExcludedCreativeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBuyerCreativeId()
      Buyer creative ID of the disallowed creative.
      com.google.protobuf.ByteString getBuyerCreativeIdBytes()
      Buyer creative ID of the disallowed creative.
      boolean hasBuyerCreativeId()
      Buyer creative ID of the disallowed creative.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasBuyerCreativeId

        boolean hasBuyerCreativeId()
         Buyer creative ID of the disallowed creative.
         
        optional string buyer_creative_id = 1;
        Returns:
        Whether the buyerCreativeId field is set.
      • getBuyerCreativeId

        String getBuyerCreativeId()
         Buyer creative ID of the disallowed creative.
         
        optional string buyer_creative_id = 1;
        Returns:
        The buyerCreativeId.
      • getBuyerCreativeIdBytes

        com.google.protobuf.ByteString getBuyerCreativeIdBytes()
         Buyer creative ID of the disallowed creative.
         
        optional string buyer_creative_id = 1;
        Returns:
        The bytes for buyerCreativeId.