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
Modifier and TypeMethodDescriptionA future date range relative to the current date used for forecasting.intA future date range relative to the current date used for forecasting.The custom date range used for forecasting.The custom date range used for forecasting.booleanA future date range relative to the current date used for forecasting.booleanThe custom date range used for forecasting.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDateInterval
boolean hasDateInterval()A future date range relative to the current date used for forecasting.
.google.ads.googleads.v18.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.v18.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.v18.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;- Returns:
- The dateInterval.
-
hasDateRange
boolean hasDateRange()The custom date range used for forecasting. It cannot be greater than a year. 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.v18.common.DateRange date_range = 2;- Returns:
- Whether the dateRange field is set.
-
getDateRange
DateRange getDateRange()The custom date range used for forecasting. It cannot be greater than a year. 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.v18.common.DateRange date_range = 2;- Returns:
- The dateRange.
-
getDateRangeOrBuilder
DateRangeOrBuilder getDateRangeOrBuilder()The custom date range used for forecasting. It cannot be greater than a year. 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.v18.common.DateRange date_range = 2; -
getIntervalCase
KeywordPlanForecastPeriod.IntervalCase getIntervalCase()
-