Interface GenerateHistoricalMetricsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateHistoricalMetricsRequest,GenerateHistoricalMetricsRequest.Builder
public interface GenerateHistoricalMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanAggregateMetricsgetAggregateMetrics()The aggregate fields to include in response.KeywordPlanAggregateMetricsOrBuildergetAggregateMetricsOrBuilder()The aggregate fields to include in response.HistoricalMetricsOptionsgetHistoricalMetricsOptions()The options for historical metrics data.HistoricalMetricsOptionsOrBuildergetHistoricalMetricsOptionsOrBuilder()The options for historical metrics data.java.lang.StringgetKeywordPlan()Required.com.google.protobuf.ByteStringgetKeywordPlanBytes()Required.booleanhasAggregateMetrics()The aggregate fields to include in response.booleanhasHistoricalMetricsOptions()The options for historical metrics data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeywordPlan
java.lang.String getKeywordPlan()
Required. The resource name of the keyword plan of which historical metrics are requested.
string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The keywordPlan.
-
getKeywordPlanBytes
com.google.protobuf.ByteString getKeywordPlanBytes()
Required. The resource name of the keyword plan of which historical metrics are requested.
string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for keywordPlan.
-
hasAggregateMetrics
boolean hasAggregateMetrics()
The aggregate fields to include in response.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;- Returns:
- Whether the aggregateMetrics field is set.
-
getAggregateMetrics
KeywordPlanAggregateMetrics getAggregateMetrics()
The aggregate fields to include in response.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;- Returns:
- The aggregateMetrics.
-
getAggregateMetricsOrBuilder
KeywordPlanAggregateMetricsOrBuilder getAggregateMetricsOrBuilder()
The aggregate fields to include in response.
.google.ads.googleads.v10.common.KeywordPlanAggregateMetrics aggregate_metrics = 2;
-
hasHistoricalMetricsOptions
boolean hasHistoricalMetricsOptions()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;- Returns:
- Whether the historicalMetricsOptions field is set.
-
getHistoricalMetricsOptions
HistoricalMetricsOptions getHistoricalMetricsOptions()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;- Returns:
- The historicalMetricsOptions.
-
getHistoricalMetricsOptionsOrBuilder
HistoricalMetricsOptionsOrBuilder getHistoricalMetricsOptionsOrBuilder()
The options for historical metrics data.
.google.ads.googleads.v10.common.HistoricalMetricsOptions historical_metrics_options = 3;
-
-