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 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;