Interface BenchmarksProductMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BenchmarksProductMetadata, BenchmarksProductMetadata.Builder

public interface BenchmarksProductMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The marketing objective associated with the product.
    int
    The marketing objective associated with the product.
    The identifier of the product.
    com.google.protobuf.ByteString
    The identifier of the product.
    The name of the product.
    com.google.protobuf.ByteString
    The name of the 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

    • getProductName

      String getProductName()
       The name of the product.
       
      string product_name = 1;
      Returns:
      The productName.
    • getProductNameBytes

      com.google.protobuf.ByteString getProductNameBytes()
       The name of the product.
       
      string product_name = 1;
      Returns:
      The bytes for productName.
    • getProductCode

      String getProductCode()
       The identifier of the product. The identifier can be used as inputs
       for
       [BenchmarksService.GenerateBenchmarksMetrics][google.ads.googleads.v23.services.BenchmarksService.GenerateBenchmarksMetrics].
       
      string product_code = 2;
      Returns:
      The productCode.
    • getProductCodeBytes

      com.google.protobuf.ByteString getProductCodeBytes()
       The identifier of the product. The identifier can be used as inputs
       for
       [BenchmarksService.GenerateBenchmarksMetrics][google.ads.googleads.v23.services.BenchmarksService.GenerateBenchmarksMetrics].
       
      string product_code = 2;
      Returns:
      The bytes for productCode.
    • getMarketingObjectiveValue

      int getMarketingObjectiveValue()
       The marketing objective associated with the product. A marketing objective
       is a broader classification of products.
       
      .google.ads.googleads.v23.enums.BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective marketing_objective = 3;
      Returns:
      The enum numeric value on the wire for marketingObjective.
    • getMarketingObjective

       The marketing objective associated with the product. A marketing objective
       is a broader classification of products.
       
      .google.ads.googleads.v23.enums.BenchmarksMarketingObjectiveEnum.BenchmarksMarketingObjective marketing_objective = 3;
      Returns:
      The marketingObjective.