Interface ListBenchmarksSourcesRequestOrBuilder

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

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

    • getBenchmarksSourcesList

       Required. The types of benchmarks sources to be returned (for example,
       INDUSTRY_VERTICAL).
       
      repeated .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_sources = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the benchmarksSources.
    • getBenchmarksSourcesCount

      int getBenchmarksSourcesCount()
       Required. The types of benchmarks sources to be returned (for example,
       INDUSTRY_VERTICAL).
       
      repeated .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_sources = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of benchmarksSources.
    • getBenchmarksSources

      BenchmarksSourceTypeEnum.BenchmarksSourceType getBenchmarksSources(int index)
       Required. The types of benchmarks sources to be returned (for example,
       INDUSTRY_VERTICAL).
       
      repeated .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_sources = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The benchmarksSources at the given index.
    • getBenchmarksSourcesValueList

      List<Integer> getBenchmarksSourcesValueList()
       Required. The types of benchmarks sources to be returned (for example,
       INDUSTRY_VERTICAL).
       
      repeated .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_sources = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the enum numeric values on the wire for benchmarksSources.
    • getBenchmarksSourcesValue

      int getBenchmarksSourcesValue(int index)
       Required. The types of benchmarks sources to be returned (for example,
       INDUSTRY_VERTICAL).
       
      repeated .google.ads.googleads.v23.enums.BenchmarksSourceTypeEnum.BenchmarksSourceType benchmarks_sources = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of benchmarksSources at the given index.
    • hasApplicationInfo

      boolean hasApplicationInfo()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 2;
      Returns:
      Whether the applicationInfo field is set.
    • getApplicationInfo

      AdditionalApplicationInfo getApplicationInfo()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 2;
      Returns:
      The applicationInfo.
    • getApplicationInfoOrBuilder

      AdditionalApplicationInfoOrBuilder getApplicationInfoOrBuilder()
       Additional information on the application issuing the request.
       
      .google.ads.googleads.v23.common.AdditionalApplicationInfo application_info = 2;