Interface GenerateKeywordHistoricalMetricsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateKeywordHistoricalMetricsResponse,GenerateKeywordHistoricalMetricsResponse.Builder
public interface GenerateKeywordHistoricalMetricsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe aggregate metrics for all keywords.The aggregate metrics for all keywords.getResults(int index) List of keywords and their historical metrics.intList of keywords and their historical metrics.List of keywords and their historical metrics.getResultsOrBuilder(int index) List of keywords and their historical metrics.List of keywords and their historical metrics.booleanThe aggregate metrics for all keywords.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
-
getResultsList
List<GenerateKeywordHistoricalMetricsResult> getResultsList()List of keywords and their historical metrics.
repeated .google.ads.googleads.v18.services.GenerateKeywordHistoricalMetricsResult results = 1; -
getResults
List of keywords and their historical metrics.
repeated .google.ads.googleads.v18.services.GenerateKeywordHistoricalMetricsResult results = 1; -
getResultsCount
int getResultsCount()List of keywords and their historical metrics.
repeated .google.ads.googleads.v18.services.GenerateKeywordHistoricalMetricsResult results = 1; -
getResultsOrBuilderList
List<? extends GenerateKeywordHistoricalMetricsResultOrBuilder> getResultsOrBuilderList()List of keywords and their historical metrics.
repeated .google.ads.googleads.v18.services.GenerateKeywordHistoricalMetricsResult results = 1; -
getResultsOrBuilder
List of keywords and their historical metrics.
repeated .google.ads.googleads.v18.services.GenerateKeywordHistoricalMetricsResult results = 1; -
hasAggregateMetricResults
boolean hasAggregateMetricResults()The aggregate metrics for all keywords.
.google.ads.googleads.v18.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;- Returns:
- Whether the aggregateMetricResults field is set.
-
getAggregateMetricResults
KeywordPlanAggregateMetricResults getAggregateMetricResults()The aggregate metrics for all keywords.
.google.ads.googleads.v18.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;- Returns:
- The aggregateMetricResults.
-
getAggregateMetricResultsOrBuilder
KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()The aggregate metrics for all keywords.
.google.ads.googleads.v18.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
-