Package com.google.doubleclick
Interface AdxExt.ImpExt.ExcludedCreativeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.ImpExt.ExcludedCreative,AdxExt.ImpExt.ExcludedCreative.Builder
- Enclosing class:
- AdxExt.ImpExt
public static interface AdxExt.ImpExt.ExcludedCreativeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBuyerCreativeId()Buyer creative ID of the disallowed creative.com.google.protobuf.ByteStringgetBuyerCreativeIdBytes()Buyer creative ID of the disallowed creative.booleanhasBuyerCreativeId()Buyer creative ID of the disallowed creative.-
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.
-
-