Interface ProductMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProductMetadata,ProductMetadata.Builder
public interface ProductMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPlannableProductCode()The code associated with the ad product.com.google.protobuf.ByteStringgetPlannableProductCodeBytes()The code associated with the ad product.java.lang.StringgetPlannableProductName()The name associated with the ad product.com.google.protobuf.ByteStringgetPlannableProductNameBytes()The name associated with the ad product.PlannableTargetinggetPlannableTargeting()The allowed plannable targeting for this product.PlannableTargetingOrBuildergetPlannableTargetingOrBuilder()The allowed plannable targeting for this product.booleanhasPlannableProductCode()The code associated with the ad product.booleanhasPlannableTargeting()The allowed plannable targeting for this product.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPlannableProductCode
boolean hasPlannableProductCode()
The code associated with the ad product. E.g. BUMPER, TRUEVIEW_IN_STREAM To list the available plannable product codes use ListPlannableProducts.
optional string plannable_product_code = 4;- Returns:
- Whether the plannableProductCode field is set.
-
getPlannableProductCode
java.lang.String getPlannableProductCode()
The code associated with the ad product. E.g. BUMPER, TRUEVIEW_IN_STREAM To list the available plannable product codes use ListPlannableProducts.
optional string plannable_product_code = 4;- Returns:
- The plannableProductCode.
-
getPlannableProductCodeBytes
com.google.protobuf.ByteString getPlannableProductCodeBytes()
The code associated with the ad product. E.g. BUMPER, TRUEVIEW_IN_STREAM To list the available plannable product codes use ListPlannableProducts.
optional string plannable_product_code = 4;- Returns:
- The bytes for plannableProductCode.
-
getPlannableProductName
java.lang.String getPlannableProductName()
The name associated with the ad product.
string plannable_product_name = 3;- Returns:
- The plannableProductName.
-
getPlannableProductNameBytes
com.google.protobuf.ByteString getPlannableProductNameBytes()
The name associated with the ad product.
string plannable_product_name = 3;- Returns:
- The bytes for plannableProductName.
-
hasPlannableTargeting
boolean hasPlannableTargeting()
The allowed plannable targeting for this product.
.google.ads.googleads.v10.services.PlannableTargeting plannable_targeting = 2;- Returns:
- Whether the plannableTargeting field is set.
-
getPlannableTargeting
PlannableTargeting getPlannableTargeting()
The allowed plannable targeting for this product.
.google.ads.googleads.v10.services.PlannableTargeting plannable_targeting = 2;- Returns:
- The plannableTargeting.
-
getPlannableTargetingOrBuilder
PlannableTargetingOrBuilder getPlannableTargetingOrBuilder()
The allowed plannable targeting for this product.
.google.ads.googleads.v10.services.PlannableTargeting plannable_targeting = 2;
-
-