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

    Modifier and Type
    Method
    Description
    Results of the campaign forecast.
    Results of the campaign forecast.
    boolean
    Results of the campaign forecast.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCampaignForecastMetrics

      boolean hasCampaignForecastMetrics()
       Results of the campaign forecast.
       
      optional .google.ads.googleads.v18.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.v18.services.KeywordForecastMetrics campaign_forecast_metrics = 1;
      Returns:
      The campaignForecastMetrics.
    • getCampaignForecastMetricsOrBuilder

      KeywordForecastMetricsOrBuilder getCampaignForecastMetricsOrBuilder()
       Results of the campaign forecast.
       
      optional .google.ads.googleads.v18.services.KeywordForecastMetrics campaign_forecast_metrics = 1;