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 Summary
Modifier and TypeMethodDescriptiongetBenchmarksProducts(int index) The list of products available for benchmarks data.intThe list of products available for benchmarks data.The list of products available for benchmarks data.getBenchmarksProductsOrBuilder(int index) The list of products available for benchmarks data.List<? extends BenchmarksProductMetadataOrBuilder>The list of products available for benchmarks data.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
The list of products available for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksProductMetadata benchmarks_products = 1;
-