Interface KeywordPlanCampaignForecastOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ForecastMetrics getCampaignForecast()
      The forecast for the Keyword Plan campaign.
      ForecastMetricsOrBuilder getCampaignForecastOrBuilder()
      The forecast for the Keyword Plan campaign.
      java.lang.String getKeywordPlanCampaign()
      The resource name of the Keyword Plan campaign related to the forecast.
      com.google.protobuf.ByteString getKeywordPlanCampaignBytes()
      The resource name of the Keyword Plan campaign related to the forecast.
      boolean hasCampaignForecast()
      The forecast for the Keyword Plan campaign.
      boolean hasKeywordPlanCampaign()
      The resource name of the Keyword Plan campaign related to the 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 Detail

      • hasKeywordPlanCampaign

        boolean hasKeywordPlanCampaign()
         The resource name of the Keyword Plan campaign related to the forecast.
         `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
         
        optional string keyword_plan_campaign = 3;
        Returns:
        Whether the keywordPlanCampaign field is set.
      • getKeywordPlanCampaign

        java.lang.String getKeywordPlanCampaign()
         The resource name of the Keyword Plan campaign related to the forecast.
         `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
         
        optional string keyword_plan_campaign = 3;
        Returns:
        The keywordPlanCampaign.
      • getKeywordPlanCampaignBytes

        com.google.protobuf.ByteString getKeywordPlanCampaignBytes()
         The resource name of the Keyword Plan campaign related to the forecast.
         `customers/{customer_id}/keywordPlanCampaigns/{keyword_plan_campaign_id}`
         
        optional string keyword_plan_campaign = 3;
        Returns:
        The bytes for keywordPlanCampaign.
      • hasCampaignForecast

        boolean hasCampaignForecast()
         The forecast for the Keyword Plan campaign.
         
        .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2;
        Returns:
        Whether the campaignForecast field is set.
      • getCampaignForecast

        ForecastMetrics getCampaignForecast()
         The forecast for the Keyword Plan campaign.
         
        .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2;
        Returns:
        The campaignForecast.
      • getCampaignForecastOrBuilder

        ForecastMetricsOrBuilder getCampaignForecastOrBuilder()
         The forecast for the Keyword Plan campaign.
         
        .google.ads.googleads.v10.services.ForecastMetrics campaign_forecast = 2;