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
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-