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

    Modifier and Type
    Method
    Description
    The code associated with the ad product (for example: BUMPER, TRUEVIEW_IN_STREAM).
    com.google.protobuf.ByteString
    The code associated with the ad product (for example: BUMPER, TRUEVIEW_IN_STREAM).
    The name associated with the ad product.
    com.google.protobuf.ByteString
    The name associated with the ad product.
    The allowed plannable targeting for this product.
    The allowed plannable targeting for this product.
    boolean
    The code associated with the ad product (for example: BUMPER, TRUEVIEW_IN_STREAM).
    boolean
    The allowed plannable targeting for this product.

    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 Details

    • hasPlannableProductCode

      boolean hasPlannableProductCode()
       The code associated with the ad product (for example: BUMPER,
       TRUEVIEW_IN_STREAM).
       To list the available plannable product codes use
       [ReachPlanService.ListPlannableProducts][google.ads.googleads.v18.services.ReachPlanService.ListPlannableProducts].
       
      optional string plannable_product_code = 4;
      Returns:
      Whether the plannableProductCode field is set.
    • getPlannableProductCode

      String getPlannableProductCode()
       The code associated with the ad product (for example: BUMPER,
       TRUEVIEW_IN_STREAM).
       To list the available plannable product codes use
       [ReachPlanService.ListPlannableProducts][google.ads.googleads.v18.services.ReachPlanService.ListPlannableProducts].
       
      optional string plannable_product_code = 4;
      Returns:
      The plannableProductCode.
    • getPlannableProductCodeBytes

      com.google.protobuf.ByteString getPlannableProductCodeBytes()
       The code associated with the ad product (for example: BUMPER,
       TRUEVIEW_IN_STREAM).
       To list the available plannable product codes use
       [ReachPlanService.ListPlannableProducts][google.ads.googleads.v18.services.ReachPlanService.ListPlannableProducts].
       
      optional string plannable_product_code = 4;
      Returns:
      The bytes for plannableProductCode.
    • getPlannableProductName

      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.v18.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.v18.services.PlannableTargeting plannable_targeting = 2;
      Returns:
      The plannableTargeting.
    • getPlannableTargetingOrBuilder

      PlannableTargetingOrBuilder getPlannableTargetingOrBuilder()
       The allowed plannable targeting for this product.
       
      .google.ads.googleads.v18.services.PlannableTargeting plannable_targeting = 2;