Interface KeywordPlanWeeklyTimeSeriesForecastOrBuilder

    • 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 = 1;
        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 = 1;
        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 = 1;
        Returns:
        The bytes for keywordPlanCampaign.
      • getWeeklyForecastsList

        java.util.List<KeywordPlanWeeklyForecast> getWeeklyForecastsList()
         The forecasts for the Keyword Plan campaign at different max CPC bids.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
      • getWeeklyForecasts

        KeywordPlanWeeklyForecast getWeeklyForecasts​(int index)
         The forecasts for the Keyword Plan campaign at different max CPC bids.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
      • getWeeklyForecastsCount

        int getWeeklyForecastsCount()
         The forecasts for the Keyword Plan campaign at different max CPC bids.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
      • getWeeklyForecastsOrBuilderList

        java.util.List<? extends KeywordPlanWeeklyForecastOrBuilder> getWeeklyForecastsOrBuilderList()
         The forecasts for the Keyword Plan campaign at different max CPC bids.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;
      • getWeeklyForecastsOrBuilder

        KeywordPlanWeeklyForecastOrBuilder getWeeklyForecastsOrBuilder​(int index)
         The forecasts for the Keyword Plan campaign at different max CPC bids.
         
        repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2;