Interface GenerateKeywordForecastMetricsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateKeywordForecastMetricsResponse,GenerateKeywordForecastMetricsResponse.Builder
public interface GenerateKeywordForecastMetricsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordForecastMetricsgetCampaignForecastMetrics()Results of the campaign forecast.KeywordForecastMetricsOrBuildergetCampaignForecastMetricsOrBuilder()Results of the campaign forecast.booleanhasCampaignForecastMetrics()Results of the campaign forecast.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCampaignForecastMetrics
boolean hasCampaignForecastMetrics()
Results of the campaign forecast.
optional .google.ads.googleads.v14.services.KeywordForecastMetrics campaign_forecast_metrics = 1;- Returns:
- Whether the campaignForecastMetrics field is set.
-
getCampaignForecastMetrics
KeywordForecastMetrics getCampaignForecastMetrics()
Results of the campaign forecast.
optional .google.ads.googleads.v14.services.KeywordForecastMetrics campaign_forecast_metrics = 1;- Returns:
- The campaignForecastMetrics.
-
getCampaignForecastMetricsOrBuilder
KeywordForecastMetricsOrBuilder getCampaignForecastMetricsOrBuilder()
Results of the campaign forecast.
optional .google.ads.googleads.v14.services.KeywordForecastMetrics campaign_forecast_metrics = 1;
-
-