Interface KeywordPlanMaxCpcBidForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanMaxCpcBidForecast,KeywordPlanMaxCpcBidForecast.Builder
public interface KeywordPlanMaxCpcBidForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastMetricsgetMaxCpcBidForecast()The forecast for the Keyword Plan campaign at the specific bid.ForecastMetricsOrBuildergetMaxCpcBidForecastOrBuilder()The forecast for the Keyword Plan campaign at the specific bid.longgetMaxCpcBidMicros()The max cpc bid in micros.booleanhasMaxCpcBidForecast()The forecast for the Keyword Plan campaign at the specific bid.booleanhasMaxCpcBidMicros()The max cpc bid in micros.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxCpcBidMicros
boolean hasMaxCpcBidMicros()
The max cpc bid in micros.
optional int64 max_cpc_bid_micros = 3;- Returns:
- Whether the maxCpcBidMicros field is set.
-
getMaxCpcBidMicros
long getMaxCpcBidMicros()
The max cpc bid in micros.
optional int64 max_cpc_bid_micros = 3;- Returns:
- The maxCpcBidMicros.
-
hasMaxCpcBidForecast
boolean hasMaxCpcBidForecast()
The forecast for the Keyword Plan campaign at the specific bid.
.google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;- Returns:
- Whether the maxCpcBidForecast field is set.
-
getMaxCpcBidForecast
ForecastMetrics getMaxCpcBidForecast()
The forecast for the Keyword Plan campaign at the specific bid.
.google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;- Returns:
- The maxCpcBidForecast.
-
getMaxCpcBidForecastOrBuilder
ForecastMetricsOrBuilder getMaxCpcBidForecastOrBuilder()
The forecast for the Keyword Plan campaign at the specific bid.
.google.ads.googleads.v10.services.ForecastMetrics max_cpc_bid_forecast = 2;
-
-