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 Summary
Modifier and TypeMethodDescriptionAdditional information on the application issuing the request.Additional information on the application issuing the request.getBenchmarksSources(int index) Required.intRequired.Required.intgetBenchmarksSourcesValue(int index) Required.Required.booleanAdditional information on the application issuing the request.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
-
getBenchmarksSourcesList
List<BenchmarksSourceTypeEnum.BenchmarksSourceType> 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
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
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;
-