Interface KeywordPlanCampaignForecastCurveOrBuilder

    • 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.
      • hasMaxCpcBidForecastCurve

        boolean hasMaxCpcBidForecastCurve()
         The max cpc bid forecast curve for the campaign.
         
        .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2;
        Returns:
        Whether the maxCpcBidForecastCurve field is set.
      • getMaxCpcBidForecastCurve

        KeywordPlanMaxCpcBidForecastCurve getMaxCpcBidForecastCurve()
         The max cpc bid forecast curve for the campaign.
         
        .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2;
        Returns:
        The maxCpcBidForecastCurve.
      • getMaxCpcBidForecastCurveOrBuilder

        KeywordPlanMaxCpcBidForecastCurveOrBuilder getMaxCpcBidForecastCurveOrBuilder()
         The max cpc bid forecast curve for the campaign.
         
        .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecastCurve max_cpc_bid_forecast_curve = 2;