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