Interface GenerateForecastMetricsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateForecastMetricsRequest,GenerateForecastMetricsRequest.Builder
public interface GenerateForecastMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeywordPlan()Required.com.google.protobuf.ByteStringgetKeywordPlanBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeywordPlan
java.lang.String getKeywordPlan()
Required. The resource name of the keyword plan to be forecasted.
string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The keywordPlan.
-
getKeywordPlanBytes
com.google.protobuf.ByteString getKeywordPlanBytes()
Required. The resource name of the keyword plan to be forecasted.
string keyword_plan = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for keywordPlan.
-
-