
com.google.ads.googleads.v9.resources.KeywordPlanForecastPeriodOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v9/resources/keyword_plan.proto
package com.google.ads.googleads.v9.resources;
public interface KeywordPlanForecastPeriodOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v9.resources.KeywordPlanForecastPeriod)
com.google.protobuf.MessageOrBuilder {
/**
*
* A future date range relative to the current date used for forecasting.
*
*
* .google.ads.googleads.v9.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;
* @return Whether the dateInterval field is set.
*/
boolean hasDateInterval();
/**
*
* A future date range relative to the current date used for forecasting.
*
*
* .google.ads.googleads.v9.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;
* @return The enum numeric value on the wire for dateInterval.
*/
int getDateIntervalValue();
/**
*
* A future date range relative to the current date used for forecasting.
*
*
* .google.ads.googleads.v9.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval date_interval = 1;
* @return The dateInterval.
*/
com.google.ads.googleads.v9.enums.KeywordPlanForecastIntervalEnum.KeywordPlanForecastInterval getDateInterval();
/**
*
* 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.v9.common.DateRange date_range = 2;
* @return Whether the dateRange field is set.
*/
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.v9.common.DateRange date_range = 2;
* @return The dateRange.
*/
com.google.ads.googleads.v9.common.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.v9.common.DateRange date_range = 2;
*/
com.google.ads.googleads.v9.common.DateRangeOrBuilder getDateRangeOrBuilder();
public com.google.ads.googleads.v9.resources.KeywordPlanForecastPeriod.IntervalCase getIntervalCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy