Interface KeywordPlanGeoTargetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordPlanGeoTarget,KeywordPlanGeoTarget.Builder
public interface KeywordPlanGeoTargetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGeoTargetConstant()Required.com.google.protobuf.ByteStringgetGeoTargetConstantBytes()Required.booleanhasGeoTargetConstant()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGeoTargetConstant
boolean hasGeoTargetConstant()
Required. The resource name of the geo target.
optional string geo_target_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the geoTargetConstant field is set.
-
getGeoTargetConstant
java.lang.String getGeoTargetConstant()
Required. The resource name of the geo target.
optional string geo_target_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The geoTargetConstant.
-
getGeoTargetConstantBytes
com.google.protobuf.ByteString getGeoTargetConstantBytes()
Required. The resource name of the geo target.
optional string geo_target_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for geoTargetConstant.
-
-