Interface KeywordPlanCampaignForecastCurveOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanCampaignForecastCurve,KeywordPlanCampaignForecastCurve.Builder
public interface KeywordPlanCampaignForecastCurveOrBuilder 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.KeywordPlanMaxCpcBidForecastCurvegetMaxCpcBidForecastCurve()The max cpc bid forecast curve for the campaign.KeywordPlanMaxCpcBidForecastCurveOrBuildergetMaxCpcBidForecastCurveOrBuilder()The max cpc bid forecast curve for the campaign.booleanhasKeywordPlanCampaign()The resource name of the Keyword Plan campaign related to the forecast.booleanhasMaxCpcBidForecastCurve()The max cpc bid forecast curve for the campaign.-
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.
-
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;
-
-