Class GeoTargetConstant.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
- com.google.ads.googleads.v10.resources.GeoTargetConstant.Builder
-
- All Implemented Interfaces:
GeoTargetConstantOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- GeoTargetConstant
public static final class GeoTargetConstant.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder> implements GeoTargetConstantOrBuilder
A geo target constant.
Protobuf typegoogle.ads.googleads.v10.resources.GeoTargetConstant
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoTargetConstant.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)GeoTargetConstantbuild()GeoTargetConstantbuildPartial()GeoTargetConstant.Builderclear()GeoTargetConstant.BuilderclearCanonicalName()Output only.GeoTargetConstant.BuilderclearCountryCode()Output only.GeoTargetConstant.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)GeoTargetConstant.BuilderclearId()Output only.GeoTargetConstant.BuilderclearName()Output only.GeoTargetConstant.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GeoTargetConstant.BuilderclearParentGeoTarget()Output only.GeoTargetConstant.BuilderclearResourceName()Output only.GeoTargetConstant.BuilderclearStatus()Output only.GeoTargetConstant.BuilderclearTargetType()Output only.GeoTargetConstant.Builderclone()java.lang.StringgetCanonicalName()Output only.com.google.protobuf.ByteStringgetCanonicalNameBytes()Output only.java.lang.StringgetCountryCode()Output only.com.google.protobuf.ByteStringgetCountryCodeBytes()Output only.GeoTargetConstantgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetId()Output only.java.lang.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.java.lang.StringgetParentGeoTarget()Output only.com.google.protobuf.ByteStringgetParentGeoTargetBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.GeoTargetConstantStatusEnum.GeoTargetConstantStatusgetStatus()Output only.intgetStatusValue()Output only.java.lang.StringgetTargetType()Output only.com.google.protobuf.ByteStringgetTargetTypeBytes()Output only.booleanhasCanonicalName()Output only.booleanhasCountryCode()Output only.booleanhasId()Output only.booleanhasName()Output only.booleanhasParentGeoTarget()Output only.booleanhasTargetType()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()GeoTargetConstant.BuildermergeFrom(GeoTargetConstant other)GeoTargetConstant.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GeoTargetConstant.BuildermergeFrom(com.google.protobuf.Message other)GeoTargetConstant.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GeoTargetConstant.BuildersetCanonicalName(java.lang.String value)Output only.GeoTargetConstant.BuildersetCanonicalNameBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetCountryCode(java.lang.String value)Output only.GeoTargetConstant.BuildersetCountryCodeBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)GeoTargetConstant.BuildersetId(long value)Output only.GeoTargetConstant.BuildersetName(java.lang.String value)Output only.GeoTargetConstant.BuildersetNameBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetParentGeoTarget(java.lang.String value)Output only.GeoTargetConstant.BuildersetParentGeoTargetBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)GeoTargetConstant.BuildersetResourceName(java.lang.String value)Output only.GeoTargetConstant.BuildersetResourceNameBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetStatus(GeoTargetConstantStatusEnum.GeoTargetConstantStatus value)Output only.GeoTargetConstant.BuildersetStatusValue(int value)Output only.GeoTargetConstant.BuildersetTargetType(java.lang.String value)Output only.GeoTargetConstant.BuildersetTargetTypeBytes(com.google.protobuf.ByteString value)Output only.GeoTargetConstant.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
clear
public GeoTargetConstant.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
getDefaultInstanceForType
public GeoTargetConstant getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public GeoTargetConstant build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GeoTargetConstant buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GeoTargetConstant.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
setField
public GeoTargetConstant.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
clearField
public GeoTargetConstant.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
clearOneof
public GeoTargetConstant.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
setRepeatedField
public GeoTargetConstant.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
addRepeatedField
public GeoTargetConstant.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
mergeFrom
public GeoTargetConstant.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GeoTargetConstant.Builder>
-
mergeFrom
public GeoTargetConstant.Builder mergeFrom(GeoTargetConstant other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
mergeFrom
public GeoTargetConstant.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<GeoTargetConstant.Builder>- Throws:
java.io.IOException
-
getResourceName
public java.lang.String getResourceName()
Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfaceGeoTargetConstantOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for resourceName.
-
setResourceName
public GeoTargetConstant.Builder setResourceName(java.lang.String value)
Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The resourceName to set.- Returns:
- This builder for chaining.
-
clearResourceName
public GeoTargetConstant.Builder clearResourceName()
Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setResourceNameBytes
public GeoTargetConstant.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
Output only. The resource name of the geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{geo_target_constant_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for resourceName to set.- Returns:
- This builder for chaining.
-
hasId
public boolean hasId()
Output only. The ID of the geo target constant.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasIdin interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the id field is set.
-
getId
public long getId()
Output only. The ID of the geo target constant.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getIdin interfaceGeoTargetConstantOrBuilder- Returns:
- The id.
-
setId
public GeoTargetConstant.Builder setId(long value)
Output only. The ID of the geo target constant.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public GeoTargetConstant.Builder clearId()
Output only. The ID of the geo target constant.
optional int64 id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasNamein interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfaceGeoTargetConstantOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for name.
-
setName
public GeoTargetConstant.Builder setName(java.lang.String value)
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public GeoTargetConstant.Builder clearName()
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setNameBytes
public GeoTargetConstant.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. Geo target constant English name.
optional string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasCountryCode
public boolean hasCountryCode()
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCountryCodein interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the countryCode field is set.
-
getCountryCode
public java.lang.String getCountryCode()
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCountryCodein interfaceGeoTargetConstantOrBuilder- Returns:
- The countryCode.
-
getCountryCodeBytes
public com.google.protobuf.ByteString getCountryCodeBytes()
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCountryCodeBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for countryCode.
-
setCountryCode
public GeoTargetConstant.Builder setCountryCode(java.lang.String value)
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The countryCode to set.- Returns:
- This builder for chaining.
-
clearCountryCode
public GeoTargetConstant.Builder clearCountryCode()
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setCountryCodeBytes
public GeoTargetConstant.Builder setCountryCodeBytes(com.google.protobuf.ByteString value)
Output only. The ISO-3166-1 alpha-2 country code that is associated with the target.
optional string country_code = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for countryCode to set.- Returns:
- This builder for chaining.
-
hasTargetType
public boolean hasTargetType()
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasTargetTypein interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the targetType field is set.
-
getTargetType
public java.lang.String getTargetType()
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetTypein interfaceGeoTargetConstantOrBuilder- Returns:
- The targetType.
-
getTargetTypeBytes
public com.google.protobuf.ByteString getTargetTypeBytes()
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetTypeBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for targetType.
-
setTargetType
public GeoTargetConstant.Builder setTargetType(java.lang.String value)
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The targetType to set.- Returns:
- This builder for chaining.
-
clearTargetType
public GeoTargetConstant.Builder clearTargetType()
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setTargetTypeBytes
public GeoTargetConstant.Builder setTargetTypeBytes(com.google.protobuf.ByteString value)
Output only. Geo target constant target type.
optional string target_type = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for targetType to set.- Returns:
- This builder for chaining.
-
getStatusValue
public int getStatusValue()
Output only. Geo target constant status.
.google.ads.googleads.v10.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusValuein interfaceGeoTargetConstantOrBuilder- Returns:
- The enum numeric value on the wire for status.
-
setStatusValue
public GeoTargetConstant.Builder setStatusValue(int value)
Output only. Geo target constant status.
.google.ads.googleads.v10.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for status to set.- Returns:
- This builder for chaining.
-
getStatus
public GeoTargetConstantStatusEnum.GeoTargetConstantStatus getStatus()
Output only. Geo target constant status.
.google.ads.googleads.v10.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStatusin interfaceGeoTargetConstantOrBuilder- Returns:
- The status.
-
setStatus
public GeoTargetConstant.Builder setStatus(GeoTargetConstantStatusEnum.GeoTargetConstantStatus value)
Output only. Geo target constant status.
.google.ads.googleads.v10.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The status to set.- Returns:
- This builder for chaining.
-
clearStatus
public GeoTargetConstant.Builder clearStatus()
Output only. Geo target constant status.
.google.ads.googleads.v10.enums.GeoTargetConstantStatusEnum.GeoTargetConstantStatus status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasCanonicalName
public boolean hasCanonicalName()
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCanonicalNamein interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the canonicalName field is set.
-
getCanonicalName
public java.lang.String getCanonicalName()
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCanonicalNamein interfaceGeoTargetConstantOrBuilder- Returns:
- The canonicalName.
-
getCanonicalNameBytes
public com.google.protobuf.ByteString getCanonicalNameBytes()
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCanonicalNameBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for canonicalName.
-
setCanonicalName
public GeoTargetConstant.Builder setCanonicalName(java.lang.String value)
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The canonicalName to set.- Returns:
- This builder for chaining.
-
clearCanonicalName
public GeoTargetConstant.Builder clearCanonicalName()
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setCanonicalNameBytes
public GeoTargetConstant.Builder setCanonicalNameBytes(com.google.protobuf.ByteString value)
Output only. The fully qualified English name, consisting of the target's name and that of its parent and country.
optional string canonical_name = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for canonicalName to set.- Returns:
- This builder for chaining.
-
hasParentGeoTarget
public boolean hasParentGeoTarget()
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
hasParentGeoTargetin interfaceGeoTargetConstantOrBuilder- Returns:
- Whether the parentGeoTarget field is set.
-
getParentGeoTarget
public java.lang.String getParentGeoTarget()
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getParentGeoTargetin interfaceGeoTargetConstantOrBuilder- Returns:
- The parentGeoTarget.
-
getParentGeoTargetBytes
public com.google.protobuf.ByteString getParentGeoTargetBytes()
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getParentGeoTargetBytesin interfaceGeoTargetConstantOrBuilder- Returns:
- The bytes for parentGeoTarget.
-
setParentGeoTarget
public GeoTargetConstant.Builder setParentGeoTarget(java.lang.String value)
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The parentGeoTarget to set.- Returns:
- This builder for chaining.
-
clearParentGeoTarget
public GeoTargetConstant.Builder clearParentGeoTarget()
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setParentGeoTargetBytes
public GeoTargetConstant.Builder setParentGeoTargetBytes(com.google.protobuf.ByteString value)
Output only. The resource name of the parent geo target constant. Geo target constant resource names have the form: `geoTargetConstants/{parent_geo_target_constant_id}`optional string parent_geo_target = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for parentGeoTarget to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final GeoTargetConstant.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
mergeUnknownFields
public final GeoTargetConstant.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<GeoTargetConstant.Builder>
-
-