Interface KeywordPlanAggregateMetricsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanAggregateMetrics,KeywordPlanAggregateMetrics.Builder
public interface KeywordPlanAggregateMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAggregateMetricTypes(int index) The list of aggregate metrics to fetch data.intThe list of aggregate metrics to fetch data.The list of aggregate metrics to fetch data.intgetAggregateMetricTypesValue(int index) The list of aggregate metrics to fetch data.The list of aggregate metrics to fetch 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
-
getAggregateMetricTypesList
List<KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType> getAggregateMetricTypesList()The list of aggregate metrics to fetch data.
repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;- Returns:
- A list containing the aggregateMetricTypes.
-
getAggregateMetricTypesCount
int getAggregateMetricTypesCount()The list of aggregate metrics to fetch data.
repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;- Returns:
- The count of aggregateMetricTypes.
-
getAggregateMetricTypes
KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType getAggregateMetricTypes(int index) The list of aggregate metrics to fetch data.
repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;- Parameters:
index- The index of the element to return.- Returns:
- The aggregateMetricTypes at the given index.
-
getAggregateMetricTypesValueList
The list of aggregate metrics to fetch data.
repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;- Returns:
- A list containing the enum numeric values on the wire for aggregateMetricTypes.
-
getAggregateMetricTypesValue
int getAggregateMetricTypesValue(int index) The list of aggregate metrics to fetch data.
repeated .google.ads.googleads.v18.enums.KeywordPlanAggregateMetricTypeEnum.KeywordPlanAggregateMetricType aggregate_metric_types = 1;- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of aggregateMetricTypes at the given index.
-