Interface KeywordPlanAdGroupForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanAdGroupForecast,KeywordPlanAdGroupForecast.Builder
public interface KeywordPlanAdGroupForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastMetricsgetAdGroupForecast()The forecast for the Keyword Plan ad group.ForecastMetricsOrBuildergetAdGroupForecastOrBuilder()The forecast for the Keyword Plan ad group.java.lang.StringgetKeywordPlanAdGroup()The resource name of the Keyword Plan ad group related to the forecast.com.google.protobuf.ByteStringgetKeywordPlanAdGroupBytes()The resource name of the Keyword Plan ad group related to the forecast.booleanhasAdGroupForecast()The forecast for the Keyword Plan ad group.booleanhasKeywordPlanAdGroup()The resource name of the Keyword Plan ad group related to the forecast.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKeywordPlanAdGroup
boolean hasKeywordPlanAdGroup()
The resource name of the Keyword Plan ad group related to the forecast. `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`optional string keyword_plan_ad_group = 3;- Returns:
- Whether the keywordPlanAdGroup field is set.
-
getKeywordPlanAdGroup
java.lang.String getKeywordPlanAdGroup()
The resource name of the Keyword Plan ad group related to the forecast. `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`optional string keyword_plan_ad_group = 3;- Returns:
- The keywordPlanAdGroup.
-
getKeywordPlanAdGroupBytes
com.google.protobuf.ByteString getKeywordPlanAdGroupBytes()
The resource name of the Keyword Plan ad group related to the forecast. `customers/{customer_id}/keywordPlanAdGroups/{keyword_plan_ad_group_id}`optional string keyword_plan_ad_group = 3;- Returns:
- The bytes for keywordPlanAdGroup.
-
hasAdGroupForecast
boolean hasAdGroupForecast()
The forecast for the Keyword Plan ad group.
.google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;- Returns:
- Whether the adGroupForecast field is set.
-
getAdGroupForecast
ForecastMetrics getAdGroupForecast()
The forecast for the Keyword Plan ad group.
.google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;- Returns:
- The adGroupForecast.
-
getAdGroupForecastOrBuilder
ForecastMetricsOrBuilder getAdGroupForecastOrBuilder()
The forecast for the Keyword Plan ad group.
.google.ads.googleads.v10.services.ForecastMetrics ad_group_forecast = 2;
-
-