All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecastOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/services/keyword_plan_service.proto

package com.google.ads.googleads.v10.services;

public interface KeywordPlanWeeklyTimeSeriesForecastOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the keywordPlanCampaign field is set. */ 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; * @return The keywordPlanCampaign. */ 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; * @return The bytes for keywordPlanCampaign. */ com.google.protobuf.ByteString getKeywordPlanCampaignBytes(); /** *
   * The forecasts for the Keyword Plan campaign at different max CPC bids.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2; */ java.util.List getWeeklyForecastsList(); /** *
   * The forecasts for the Keyword Plan campaign at different max CPC bids.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2; */ com.google.ads.googleads.v10.services.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; */ int getWeeklyForecastsCount(); /** *
   * The forecasts for the Keyword Plan campaign at different max CPC bids.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2; */ java.util.List getWeeklyForecastsOrBuilderList(); /** *
   * The forecasts for the Keyword Plan campaign at different max CPC bids.
   * 
* * repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyForecast weekly_forecasts = 2; */ com.google.ads.googleads.v10.services.KeywordPlanWeeklyForecastOrBuilder getWeeklyForecastsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy