Interface ListBenchmarksProductsResponseOrBuilder

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

public interface ListBenchmarksProductsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBenchmarksProductsList

      List<BenchmarksProductMetadata> getBenchmarksProductsList()
       The list of products available for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;
    • getBenchmarksProducts

      BenchmarksProductMetadata getBenchmarksProducts(int index)
       The list of products available for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;
    • getBenchmarksProductsCount

      int getBenchmarksProductsCount()
       The list of products available for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;
    • getBenchmarksProductsOrBuilderList

      List<? extends BenchmarksProductMetadataOrBuilder> getBenchmarksProductsOrBuilderList()
       The list of products available for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;
    • getBenchmarksProductsOrBuilder

      BenchmarksProductMetadataOrBuilder getBenchmarksProductsOrBuilder(int index)
       The list of products available for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;