Interface GenerateForecastTimeSeriesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateForecastTimeSeriesResponse,GenerateForecastTimeSeriesResponse.Builder
public interface GenerateForecastTimeSeriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanWeeklyTimeSeriesForecastgetWeeklyTimeSeriesForecasts(int index)List of weekly time series forecasts for the keyword plan campaign.intgetWeeklyTimeSeriesForecastsCount()List of weekly time series forecasts for the keyword plan campaign.java.util.List<KeywordPlanWeeklyTimeSeriesForecast>getWeeklyTimeSeriesForecastsList()List of weekly time series forecasts for the keyword plan campaign.KeywordPlanWeeklyTimeSeriesForecastOrBuildergetWeeklyTimeSeriesForecastsOrBuilder(int index)List of weekly time series forecasts for the keyword plan campaign.java.util.List<? extends KeywordPlanWeeklyTimeSeriesForecastOrBuilder>getWeeklyTimeSeriesForecastsOrBuilderList()List of weekly time series forecasts for the keyword plan campaign.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWeeklyTimeSeriesForecastsList
java.util.List<KeywordPlanWeeklyTimeSeriesForecast> getWeeklyTimeSeriesForecastsList()
List of weekly time series forecasts for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
-
getWeeklyTimeSeriesForecasts
KeywordPlanWeeklyTimeSeriesForecast getWeeklyTimeSeriesForecasts(int index)
List of weekly time series forecasts for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
-
getWeeklyTimeSeriesForecastsCount
int getWeeklyTimeSeriesForecastsCount()
List of weekly time series forecasts for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
-
getWeeklyTimeSeriesForecastsOrBuilderList
java.util.List<? extends KeywordPlanWeeklyTimeSeriesForecastOrBuilder> getWeeklyTimeSeriesForecastsOrBuilderList()
List of weekly time series forecasts for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
-
getWeeklyTimeSeriesForecastsOrBuilder
KeywordPlanWeeklyTimeSeriesForecastOrBuilder getWeeklyTimeSeriesForecastsOrBuilder(int index)
List of weekly time series forecasts for the keyword plan campaign. One maximum.
repeated .google.ads.googleads.v10.services.KeywordPlanWeeklyTimeSeriesForecast weekly_time_series_forecasts = 1;
-
-