Interface KeywordPlanCampaignForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanCampaignForecast,KeywordPlanCampaignForecast.Builder
public interface KeywordPlanCampaignForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastMetricsgetCampaignForecast()The forecast for the Keyword Plan campaign.ForecastMetricsOrBuildergetCampaignForecastOrBuilder()The forecast for the Keyword Plan campaign.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.booleanhasCampaignForecast()The forecast for the Keyword Plan campaign.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 = 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;
-
-