Interface KeywordPlanForecastPeriodOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanForecastPeriod,KeywordPlanForecastPeriod.Builder
public interface KeywordPlanForecastPeriodOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordPlanForecastIntervalEnum.KeywordPlanForecastIntervalgetDateInterval()A future date range relative to the current date used for forecasting.intgetDateIntervalValue()A future date range relative to the current date used for forecasting.DateRangegetDateRange()The custom date range used for forecasting.DateRangeOrBuildergetDateRangeOrBuilder()The custom date range used for forecasting.KeywordPlanForecastPeriod.IntervalCasegetIntervalCase()booleanhasDateInterval()A future date range relative to the current date used for forecasting.booleanhasDateRange()The custom date range used for forecasting.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDateInterval
boolean hasDateInterval()
A future date range relative to the current date used for forecasting.
.google.ads.googleads.v10.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;- Returns:
- Whether the dateInterval field is set.
-
getDateIntervalValue
int getDateIntervalValue()
A future date range relative to the current date used for forecasting.
.google.ads.googleads.v10.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;- Returns:
- The enum numeric value on the wire for dateInterval.
-
getDateInterval
KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval getDateInterval()
A future date range relative to the current date used for forecasting.
.google.ads.googleads.v10.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;- Returns:
- The dateInterval.
-
hasDateRange
boolean hasDateRange()
The custom date range used for forecasting. The start and end dates must be in the future. Otherwise, an error will be returned when the forecasting action is performed. The start and end dates are inclusive.
.google.ads.googleads.v10.common.DateRange date_range = 2;- Returns:
- Whether the dateRange field is set.
-
getDateRange
DateRange getDateRange()
The custom date range used for forecasting. The start and end dates must be in the future. Otherwise, an error will be returned when the forecasting action is performed. The start and end dates are inclusive.
.google.ads.googleads.v10.common.DateRange date_range = 2;- Returns:
- The dateRange.
-
getDateRangeOrBuilder
DateRangeOrBuilder getDateRangeOrBuilder()
The custom date range used for forecasting. The start and end dates must be in the future. Otherwise, an error will be returned when the forecasting action is performed. The start and end dates are inclusive.
.google.ads.googleads.v10.common.DateRange date_range = 2;
-
getIntervalCase
KeywordPlanForecastPeriod.IntervalCase getIntervalCase()
-
-