Interface ListBenchmarksLocationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListBenchmarksLocationsResponse,ListBenchmarksLocationsResponse.Builder
public interface ListBenchmarksLocationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetBenchmarksLocations(int index) The list of locations supported for benchmarks data.intThe list of locations supported for benchmarks data.The list of locations supported for benchmarks data.getBenchmarksLocationsOrBuilder(int index) The list of locations supported for benchmarks data.List<? extends BenchmarksLocationOrBuilder>The list of locations supported 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
-
getBenchmarksLocationsList
List<BenchmarksLocation> getBenchmarksLocationsList()The list of locations supported for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1; -
getBenchmarksLocations
The list of locations supported for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1; -
getBenchmarksLocationsCount
int getBenchmarksLocationsCount()The list of locations supported for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1; -
getBenchmarksLocationsOrBuilderList
List<? extends BenchmarksLocationOrBuilder> getBenchmarksLocationsOrBuilderList()The list of locations supported for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1; -
getBenchmarksLocationsOrBuilder
The list of locations supported for benchmarks data.
repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1;
-