Interface KeywordPlanMaxCpcBidForecastCurveOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanMaxCpcBidForecastCurve,KeywordPlanMaxCpcBidForecastCurve.Builder
public interface KeywordPlanMaxCpcBidForecastCurveOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanMaxCpcBidForecastgetMaxCpcBidForecasts(int index)The forecasts for the Keyword Plan campaign at different max CPC bids.intgetMaxCpcBidForecastsCount()The forecasts for the Keyword Plan campaign at different max CPC bids.java.util.List<KeywordPlanMaxCpcBidForecast>getMaxCpcBidForecastsList()The forecasts for the Keyword Plan campaign at different max CPC bids.KeywordPlanMaxCpcBidForecastOrBuildergetMaxCpcBidForecastsOrBuilder(int index)The forecasts for the Keyword Plan campaign at different max CPC bids.java.util.List<? extends KeywordPlanMaxCpcBidForecastOrBuilder>getMaxCpcBidForecastsOrBuilderList()The forecasts for the Keyword Plan campaign at different max CPC bids.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMaxCpcBidForecastsList
java.util.List<KeywordPlanMaxCpcBidForecast> getMaxCpcBidForecastsList()
The forecasts for the Keyword Plan campaign at different max CPC bids.
repeated .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
-
getMaxCpcBidForecasts
KeywordPlanMaxCpcBidForecast getMaxCpcBidForecasts(int index)
The forecasts for the Keyword Plan campaign at different max CPC bids.
repeated .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
-
getMaxCpcBidForecastsCount
int getMaxCpcBidForecastsCount()
The forecasts for the Keyword Plan campaign at different max CPC bids.
repeated .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
-
getMaxCpcBidForecastsOrBuilderList
java.util.List<? extends KeywordPlanMaxCpcBidForecastOrBuilder> getMaxCpcBidForecastsOrBuilderList()
The forecasts for the Keyword Plan campaign at different max CPC bids.
repeated .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
-
getMaxCpcBidForecastsOrBuilder
KeywordPlanMaxCpcBidForecastOrBuilder getMaxCpcBidForecastsOrBuilder(int index)
The forecasts for the Keyword Plan campaign at different max CPC bids.
repeated .google.ads.googleads.v10.services.KeywordPlanMaxCpcBidForecast max_cpc_bid_forecasts = 1;
-
-