Interface KeywordPlanKeywordForecastOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanKeywordForecast,KeywordPlanKeywordForecast.Builder
public interface KeywordPlanKeywordForecastOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastMetricsgetKeywordForecast()The forecast for the Keyword Plan keyword.ForecastMetricsOrBuildergetKeywordForecastOrBuilder()The forecast for the Keyword Plan keyword.java.lang.StringgetKeywordPlanAdGroupKeyword()The resource name of the Keyword Plan keyword related to the forecast.com.google.protobuf.ByteStringgetKeywordPlanAdGroupKeywordBytes()The resource name of the Keyword Plan keyword related to the forecast.booleanhasKeywordForecast()The forecast for the Keyword Plan keyword.booleanhasKeywordPlanAdGroupKeyword()The resource name of the Keyword Plan keyword 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
-
hasKeywordPlanAdGroupKeyword
boolean hasKeywordPlanAdGroupKeyword()
The resource name of the Keyword Plan keyword related to the forecast. `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}`optional string keyword_plan_ad_group_keyword = 3;- Returns:
- Whether the keywordPlanAdGroupKeyword field is set.
-
getKeywordPlanAdGroupKeyword
java.lang.String getKeywordPlanAdGroupKeyword()
The resource name of the Keyword Plan keyword related to the forecast. `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}`optional string keyword_plan_ad_group_keyword = 3;- Returns:
- The keywordPlanAdGroupKeyword.
-
getKeywordPlanAdGroupKeywordBytes
com.google.protobuf.ByteString getKeywordPlanAdGroupKeywordBytes()
The resource name of the Keyword Plan keyword related to the forecast. `customers/{customer_id}/keywordPlanAdGroupKeywords/{keyword_plan_ad_group_keyword_id}`optional string keyword_plan_ad_group_keyword = 3;- Returns:
- The bytes for keywordPlanAdGroupKeyword.
-
hasKeywordForecast
boolean hasKeywordForecast()
The forecast for the Keyword Plan keyword.
.google.ads.googleads.v10.services.ForecastMetrics keyword_forecast = 2;- Returns:
- Whether the keywordForecast field is set.
-
getKeywordForecast
ForecastMetrics getKeywordForecast()
The forecast for the Keyword Plan keyword.
.google.ads.googleads.v10.services.ForecastMetrics keyword_forecast = 2;- Returns:
- The keywordForecast.
-
getKeywordForecastOrBuilder
ForecastMetricsOrBuilder getKeywordForecastOrBuilder()
The forecast for the Keyword Plan keyword.
.google.ads.googleads.v10.services.ForecastMetrics keyword_forecast = 2;
-
-