Interface KeywordPlanWeeklyTimeSeriesForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanWeeklyTimeSeriesForecast,KeywordPlanWeeklyTimeSeriesForecast.Builder
public interface KeywordPlanWeeklyTimeSeriesForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeywordPlanCampaign()The resource name of the Keyword Plan campaign related to the forecast.com.google.protobuf.ByteStringgetKeywordPlanCampaignBytes()The resource name of the Keyword Plan campaign related to the forecast.KeywordPlanWeeklyForecastgetWeeklyForecasts(int index)The forecasts for the Keyword Plan campaign at different max CPC bids.intgetWeeklyForecastsCount()The forecasts for the Keyword Plan campaign at different max CPC bids.java.util.List<KeywordPlanWeeklyForecast>getWeeklyForecastsList()The forecasts for the Keyword Plan campaign at different max CPC bids.KeywordPlanWeeklyForecastOrBuildergetWeeklyForecastsOrBuilder(int index)The forecasts for the Keyword Plan campaign at different max CPC bids.java.util.List<? extends KeywordPlanWeeklyForecastOrBuilder>getWeeklyForecastsOrBuilderList()The forecasts for the Keyword Plan campaign at different max CPC bids.booleanhasKeywordPlanCampaign()The resource name of the Keyword Plan campaign related to the forecast.-
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 = 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;
-
-