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 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

       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