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