Interface GenerateHistoricalMetricsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateHistoricalMetricsResponse,GenerateHistoricalMetricsResponse.Builder
public interface GenerateHistoricalMetricsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanAggregateMetricResultsgetAggregateMetricResults()The aggregate metrics for all the keywords in the keyword planner plan.KeywordPlanAggregateMetricResultsOrBuildergetAggregateMetricResultsOrBuilder()The aggregate metrics for all the keywords in the keyword planner plan.KeywordPlanKeywordHistoricalMetricsgetMetrics(int index)List of keyword historical metrics.intgetMetricsCount()List of keyword historical metrics.java.util.List<KeywordPlanKeywordHistoricalMetrics>getMetricsList()List of keyword historical metrics.KeywordPlanKeywordHistoricalMetricsOrBuildergetMetricsOrBuilder(int index)List of keyword historical metrics.java.util.List<? extends KeywordPlanKeywordHistoricalMetricsOrBuilder>getMetricsOrBuilderList()List of keyword historical metrics.booleanhasAggregateMetricResults()The aggregate metrics for all the keywords in the keyword planner plan.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricsList
java.util.List<KeywordPlanKeywordHistoricalMetrics> getMetricsList()
List of keyword historical metrics.
repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
-
getMetrics
KeywordPlanKeywordHistoricalMetrics getMetrics(int index)
List of keyword historical metrics.
repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
-
getMetricsCount
int getMetricsCount()
List of keyword historical metrics.
repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
-
getMetricsOrBuilderList
java.util.List<? extends KeywordPlanKeywordHistoricalMetricsOrBuilder> getMetricsOrBuilderList()
List of keyword historical metrics.
repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
-
getMetricsOrBuilder
KeywordPlanKeywordHistoricalMetricsOrBuilder getMetricsOrBuilder(int index)
List of keyword historical metrics.
repeated .google.ads.googleads.v10.services.KeywordPlanKeywordHistoricalMetrics metrics = 1;
-
hasAggregateMetricResults
boolean hasAggregateMetricResults()
The aggregate metrics for all the keywords in the keyword planner plan.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;- Returns:
- Whether the aggregateMetricResults field is set.
-
getAggregateMetricResults
KeywordPlanAggregateMetricResults getAggregateMetricResults()
The aggregate metrics for all the keywords in the keyword planner plan.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;- Returns:
- The aggregateMetricResults.
-
getAggregateMetricResultsOrBuilder
KeywordPlanAggregateMetricResultsOrBuilder getAggregateMetricResultsOrBuilder()
The aggregate metrics for all the keywords in the keyword planner plan.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetricResults aggregate_metric_results = 2;
-
-