- 1.86.0 (latest)
- 1.85.0
- 1.84.0
- 1.83.0
- 1.82.0
- 1.80.0
- 1.78.0
- 1.77.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.69.0
- 1.68.0
- 1.67.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class Zone.Builder extends GeneratedMessageV3.Builder<Zone.Builder> implements ZoneOrBuilderRepresents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.
 Protobuf type google.cloud.compute.v1.Zone
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Zone.BuilderImplements
ZoneOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllAvailableCpuPlatforms(Iterable<String> values)
public Zone.Builder addAllAvailableCpuPlatforms(Iterable<String> values)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The availableCpuPlatforms to add. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
addAvailableCpuPlatforms(String value)
public Zone.Builder addAvailableCpuPlatforms(String value)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe availableCpuPlatforms to add. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
addAvailableCpuPlatformsBytes(ByteString value)
public Zone.Builder addAvailableCpuPlatformsBytes(ByteString value)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the availableCpuPlatforms to add. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Zone.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
build()
public Zone build()| Returns | |
|---|---|
| Type | Description | 
| Zone | |
buildPartial()
public Zone buildPartial()| Returns | |
|---|---|
| Type | Description | 
| Zone | |
clear()
public Zone.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
clearAvailableCpuPlatforms()
public Zone.Builder clearAvailableCpuPlatforms()[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearCreationTimestamp()
public Zone.Builder clearCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearDeprecated()
public Zone.Builder clearDeprecated()[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
clearDescription()
public Zone.Builder clearDescription()[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public Zone.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
clearId()
public Zone.Builder clearId()[Output Only] The unique identifier for the resource. This identifier is defined by the server.
 optional uint64 id = 3355;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearKind()
public Zone.Builder clearKind()[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearName()
public Zone.Builder clearName()[Output Only] Name of the resource.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public Zone.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
clearRegion()
public Zone.Builder clearRegion()[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearSelfLink()
public Zone.Builder clearSelfLink()[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearStatus()
public Zone.Builder clearStatus()[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clearSupportsPzs()
public Zone.Builder clearSupportsPzs()[Output Only] Reserved for future use.
 optional bool supports_pzs = 83983214;
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
clone()
public Zone.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
getAvailableCpuPlatforms(int index)
public String getAvailableCpuPlatforms(int index)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The availableCpuPlatforms at the given index. | 
getAvailableCpuPlatformsBytes(int index)
public ByteString getAvailableCpuPlatformsBytes(int index)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the availableCpuPlatforms at the given index. | 
getAvailableCpuPlatformsCount()
public int getAvailableCpuPlatformsCount()[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of availableCpuPlatforms. | 
getAvailableCpuPlatformsList()
public ProtocolStringList getAvailableCpuPlatformsList()[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the availableCpuPlatforms. | 
getCreationTimestamp()
public String getCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description | 
| String | The creationTimestamp. | 
getCreationTimestampBytes()
public ByteString getCreationTimestampBytes()[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for creationTimestamp. | 
getDefaultInstanceForType()
public Zone getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| Zone | |
getDeprecated()
public DeprecationStatus getDeprecated()[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Returns | |
|---|---|
| Type | Description | 
| DeprecationStatus | The deprecated. | 
getDeprecatedBuilder()
public DeprecationStatus.Builder getDeprecatedBuilder()[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Returns | |
|---|---|
| Type | Description | 
| DeprecationStatus.Builder | |
getDeprecatedOrBuilder()
public DeprecationStatusOrBuilder getDeprecatedOrBuilder()[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Returns | |
|---|---|
| Type | Description | 
| DeprecationStatusOrBuilder | |
getDescription()
public String getDescription()[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description | 
| String | The description. | 
getDescriptionBytes()
public ByteString getDescriptionBytes()[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for description. | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getId()
public long getId()[Output Only] The unique identifier for the resource. This identifier is defined by the server.
 optional uint64 id = 3355;
| Returns | |
|---|---|
| Type | Description | 
| long | The id. | 
getKind()
public String getKind()[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description | 
| String | The kind. | 
getKindBytes()
public ByteString getKindBytes()[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for kind. | 
getName()
public String getName()[Output Only] Name of the resource.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()[Output Only] Name of the resource.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
getRegion()
public String getRegion()[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description | 
| String | The region. | 
getRegionBytes()
public ByteString getRegionBytes()[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for region. | 
getSelfLink()
public String getSelfLink()[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description | 
| String | The selfLink. | 
getSelfLinkBytes()
public ByteString getSelfLinkBytes()[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for selfLink. | 
getStatus()
public String getStatus()[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| String | The status. | 
getStatusBytes()
public ByteString getStatusBytes()[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for status. | 
getSupportsPzs()
public boolean getSupportsPzs()[Output Only] Reserved for future use.
 optional bool supports_pzs = 83983214;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The supportsPzs. | 
hasCreationTimestamp()
public boolean hasCreationTimestamp()[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the creationTimestamp field is set. | 
hasDeprecated()
public boolean hasDeprecated()[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the deprecated field is set. | 
hasDescription()
public boolean hasDescription()[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the description field is set. | 
hasId()
public boolean hasId()[Output Only] The unique identifier for the resource. This identifier is defined by the server.
 optional uint64 id = 3355;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the id field is set. | 
hasKind()
public boolean hasKind()[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the kind field is set. | 
hasName()
public boolean hasName()[Output Only] Name of the resource.
 optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the name field is set. | 
hasRegion()
public boolean hasRegion()[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the region field is set. | 
hasSelfLink()
public boolean hasSelfLink()[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the selfLink field is set. | 
hasStatus()
public boolean hasStatus()[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the status field is set. | 
hasSupportsPzs()
public boolean hasSupportsPzs()[Output Only] Reserved for future use.
 optional bool supports_pzs = 83983214;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the supportsPzs field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeDeprecated(DeprecationStatus value)
public Zone.Builder mergeDeprecated(DeprecationStatus value)[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Parameter | |
|---|---|
| Name | Description | 
| value | DeprecationStatus | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
mergeFrom(Zone other)
public Zone.Builder mergeFrom(Zone other)| Parameter | |
|---|---|
| Name | Description | 
| other | Zone | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Zone.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public Zone.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Zone.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
setAvailableCpuPlatforms(int index, String value)
public Zone.Builder setAvailableCpuPlatforms(int index, String value)[Output Only] Available cpu/platform selections for the zone.
 repeated string available_cpu_platforms = 175536531;
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe availableCpuPlatforms to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setCreationTimestamp(String value)
public Zone.Builder setCreationTimestamp(String value)[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe creationTimestamp to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setCreationTimestampBytes(ByteString value)
public Zone.Builder setCreationTimestampBytes(ByteString value)[Output Only] Creation timestamp in RFC3339 text format.
 optional string creation_timestamp = 30525366;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for creationTimestamp to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setDeprecated(DeprecationStatus value)
public Zone.Builder setDeprecated(DeprecationStatus value)[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Parameter | |
|---|---|
| Name | Description | 
| value | DeprecationStatus | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
setDeprecated(DeprecationStatus.Builder builderForValue)
public Zone.Builder setDeprecated(DeprecationStatus.Builder builderForValue)[Output Only] The deprecation status associated with this zone.
 optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | DeprecationStatus.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
setDescription(String value)
public Zone.Builder setDescription(String value)[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setDescriptionBytes(ByteString value)
public Zone.Builder setDescriptionBytes(ByteString value)[Output Only] Textual description of the resource.
 optional string description = 422937596;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for description to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public Zone.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
setId(long value)
public Zone.Builder setId(long value)[Output Only] The unique identifier for the resource. This identifier is defined by the server.
 optional uint64 id = 3355;
| Parameter | |
|---|---|
| Name | Description | 
| value | longThe id to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setKind(String value)
public Zone.Builder setKind(String value)[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe kind to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setKindBytes(ByteString value)
public Zone.Builder setKindBytes(ByteString value)[Output Only] Type of the resource. Always compute#zone for zones.
 optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for kind to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setName(String value)
public Zone.Builder setName(String value)[Output Only] Name of the resource.
 optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public Zone.Builder setNameBytes(ByteString value)[Output Only] Name of the resource.
 optional string name = 3373707;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setRegion(String value)
public Zone.Builder setRegion(String value)[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe region to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setRegionBytes(ByteString value)
public Zone.Builder setRegionBytes(ByteString value)[Output Only] Full URL reference to the region which hosts the zone.
 optional string region = 138946292;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for region to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Zone.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |
setSelfLink(String value)
public Zone.Builder setSelfLink(String value)[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe selfLink to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setSelfLinkBytes(ByteString value)
public Zone.Builder setSelfLinkBytes(ByteString value)[Output Only] Server-defined URL for the resource.
 optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for selfLink to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setStatus(String value)
public Zone.Builder setStatus(String value)[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe status to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setStatusBytes(ByteString value)
public Zone.Builder setStatusBytes(ByteString value)[Output Only] Status of the zone, either UP or DOWN. Check the Status enum for the list of possible values.
 optional string status = 181260274;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for status to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setSupportsPzs(boolean value)
public Zone.Builder setSupportsPzs(boolean value)[Output Only] Reserved for future use.
 optional bool supports_pzs = 83983214;
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe supportsPzs to set. | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final Zone.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| Zone.Builder | |