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 Details

    • getBenchmarksLocationsList

      List<BenchmarksLocation> getBenchmarksLocationsList()
       The list of locations supported for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1;
    • getBenchmarksLocations

      BenchmarksLocation getBenchmarksLocations(int index)
       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

      BenchmarksLocationOrBuilder getBenchmarksLocationsOrBuilder(int index)
       The list of locations supported for benchmarks data.
       
      repeated .google.ads.googleads.v23.services.BenchmarksLocation benchmarks_locations = 1;