Interface KeywordPlanWeeklyForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanWeeklyForecast,KeywordPlanWeeklyForecast.Builder
public interface KeywordPlanWeeklyForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastMetricsgetForecast()The forecast for the Keyword Plan campaign for the week.ForecastMetricsOrBuildergetForecastOrBuilder()The forecast for the Keyword Plan campaign for the week.java.lang.StringgetStartDate()The start date, in yyyy-mm-dd format.com.google.protobuf.ByteStringgetStartDateBytes()The start date, in yyyy-mm-dd format.booleanhasForecast()The forecast for the Keyword Plan campaign for the week.booleanhasStartDate()The start date, in yyyy-mm-dd format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartDate
boolean hasStartDate()
The start date, in yyyy-mm-dd format. This date is inclusive.
optional string start_date = 1;- Returns:
- Whether the startDate field is set.
-
getStartDate
java.lang.String getStartDate()
The start date, in yyyy-mm-dd format. This date is inclusive.
optional string start_date = 1;- Returns:
- The startDate.
-
getStartDateBytes
com.google.protobuf.ByteString getStartDateBytes()
The start date, in yyyy-mm-dd format. This date is inclusive.
optional string start_date = 1;- Returns:
- The bytes for startDate.
-
hasForecast
boolean hasForecast()
The forecast for the Keyword Plan campaign for the week.
.google.ads.googleads.v10.services.ForecastMetrics forecast = 2;- Returns:
- Whether the forecast field is set.
-
getForecast
ForecastMetrics getForecast()
The forecast for the Keyword Plan campaign for the week.
.google.ads.googleads.v10.services.ForecastMetrics forecast = 2;- Returns:
- The forecast.
-
getForecastOrBuilder
ForecastMetricsOrBuilder getForecastOrBuilder()
The forecast for the Keyword Plan campaign for the week.
.google.ads.googleads.v10.services.ForecastMetrics forecast = 2;
-
-