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