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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanAggregateMetricResultsgetAggregateMetricResults()The aggregate metrics for all keywords.KeywordPlanAggregateMetricResultsOrBuildergetAggregateMetricResultsOrBuilder()The aggregate metrics for all keywords.GenerateKeywordHistoricalMetricsResultgetResults(int index)List of keywords and their historical metrics.intgetResultsCount()List of keywords and their historical metrics.java.util.List<GenerateKeywordHistoricalMetricsResult>getResultsList()List of keywords and their historical metrics.GenerateKeywordHistoricalMetricsResultOrBuildergetResultsOrBuilder(int index)List of keywords and their historical metrics.java.util.List<? extends GenerateKeywordHistoricalMetricsResultOrBuilder>getResultsOrBuilderList()List of keywords and their historical metrics.booleanhasAggregateMetricResults()The aggregate metrics for all keywords.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
java.util.List<GenerateKeywordHistoricalMetricsResult> getResultsList()
List of keywords and their historical metrics.
repeated .google.ads.googleads.v15.services.GenerateKeywordHistoricalMetricsResult results = 1;
-
getResults
GenerateKeywordHistoricalMetricsResult getResults(int index)
List of keywords and their historical metrics.
repeated .google.ads.googleads.v15.services.GenerateKeywordHistoricalMetricsResult results = 1;
-
getResultsCount
int getResultsCount()
List of keywords and their historical metrics.
repeated .google.ads.googleads.v15.services.GenerateKeywordHistoricalMetricsResult results = 1;
-
getResultsOrBuilderList
java.util.List<? extends GenerateKeywordHistoricalMetricsResultOrBuilder> getResultsOrBuilderList()
List of keywords and their historical metrics.
repeated .google.ads.googleads.v15.services.GenerateKeywordHistoricalMetricsResult results = 1;
-
getResultsOrBuilder
GenerateKeywordHistoricalMetricsResultOrBuilder getResultsOrBuilder(int index)
List of keywords and their historical metrics.
repeated .google.ads.googleads.v15.services.GenerateKeywordHistoricalMetricsResult results = 1;
-
hasAggregateMetricResults
boolean hasAggregateMetricResults()
The aggregate metrics for all keywords.
.google.ads.googleads.v15.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.v15.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;- Returns:
- The aggregateMetricResults.
-
getAggregateMetricResultsOrBuilder
KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
The aggregate metrics for all keywords.
.google.ads.googleads.v15.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
-
-