Class Region.Builder (1.51.0)

public static final class Region.Builder extends GeneratedMessageV3.Builder<Region.Builder> implements RegionOrBuilder

Represents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.

Protobuf type google.cloud.compute.v1.Region

Implements

RegionOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllQuotas(Iterable<? extends Quota> values)

public Region.Builder addAllQuotas(Iterable<? extends Quota> values)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.Quota>
Returns
TypeDescription
Region.Builder

addAllZones(Iterable<String> values)

public Region.Builder addAllZones(Iterable<String> values)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameter
NameDescription
valuesIterable<String>

The zones to add.

Returns
TypeDescription
Region.Builder

This builder for chaining.

addQuotas(Quota value)

public Region.Builder addQuotas(Quota value)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
valueQuota
Returns
TypeDescription
Region.Builder

addQuotas(Quota.Builder builderForValue)

public Region.Builder addQuotas(Quota.Builder builderForValue)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
builderForValueQuota.Builder
Returns
TypeDescription
Region.Builder

addQuotas(int index, Quota value)

public Region.Builder addQuotas(int index, Quota value)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameters
NameDescription
indexint
valueQuota
Returns
TypeDescription
Region.Builder

addQuotas(int index, Quota.Builder builderForValue)

public Region.Builder addQuotas(int index, Quota.Builder builderForValue)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameters
NameDescription
indexint
builderForValueQuota.Builder
Returns
TypeDescription
Region.Builder

addQuotasBuilder()

public Quota.Builder addQuotasBuilder()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
Quota.Builder

addQuotasBuilder(int index)

public Quota.Builder addQuotasBuilder(int index)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
indexint
Returns
TypeDescription
Quota.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Region.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Region.Builder
Overrides

addZones(String value)

public Region.Builder addZones(String value)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameter
NameDescription
valueString

The zones to add.

Returns
TypeDescription
Region.Builder

This builder for chaining.

addZonesBytes(ByteString value)

public Region.Builder addZonesBytes(ByteString value)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameter
NameDescription
valueByteString

The bytes of the zones to add.

Returns
TypeDescription
Region.Builder

This builder for chaining.

build()

public Region build()
Returns
TypeDescription
Region

buildPartial()

public Region buildPartial()
Returns
TypeDescription
Region

clear()

public Region.Builder clear()
Returns
TypeDescription
Region.Builder
Overrides

clearCreationTimestamp()

public Region.Builder clearCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearDeprecated()

public Region.Builder clearDeprecated()

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
Region.Builder

clearDescription()

public Region.Builder clearDescription()

[Output Only] Textual description of the resource.

optional string description = 422937596;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Region.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Region.Builder
Overrides

clearId()

public Region.Builder clearId()

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearKind()

public Region.Builder clearKind()

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearName()

public Region.Builder clearName()

[Output Only] Name of the resource.

optional string name = 3373707;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Region.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Region.Builder
Overrides

clearQuotas()

public Region.Builder clearQuotas()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
Region.Builder
public Region.Builder clearSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearStatus()

public Region.Builder clearStatus()

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearSupportsPzs()

public Region.Builder clearSupportsPzs()

[Output Only] Reserved for future use.

optional bool supports_pzs = 83983214;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clearZones()

public Region.Builder clearZones()

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Returns
TypeDescription
Region.Builder

This builder for chaining.

clone()

public Region.Builder clone()
Returns
TypeDescription
Region.Builder
Overrides

getCreationTimestamp()

public String getCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
String

The creationTimestamp.

getCreationTimestampBytes()

public ByteString getCreationTimestampBytes()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
ByteString

The bytes for creationTimestamp.

getDefaultInstanceForType()

public Region getDefaultInstanceForType()
Returns
TypeDescription
Region

getDeprecated()

public DeprecationStatus getDeprecated()

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
DeprecationStatus

The deprecated.

getDeprecatedBuilder()

public DeprecationStatus.Builder getDeprecatedBuilder()

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
DeprecationStatus.Builder

getDeprecatedOrBuilder()

public DeprecationStatusOrBuilder getDeprecatedOrBuilder()

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
DeprecationStatusOrBuilder

getDescription()

public String getDescription()

[Output Only] Textual description of the resource.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

[Output Only] Textual description of the resource.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getId()

public long getId()

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Returns
TypeDescription
long

The id.

getKind()

public String getKind()

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Returns
TypeDescription
String

The kind.

getKindBytes()

public ByteString getKindBytes()

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Returns
TypeDescription
ByteString

The bytes for kind.

getName()

public String getName()

[Output Only] Name of the resource.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

[Output Only] Name of the resource.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getQuotas(int index)

public Quota getQuotas(int index)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
indexint
Returns
TypeDescription
Quota

getQuotasBuilder(int index)

public Quota.Builder getQuotasBuilder(int index)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
indexint
Returns
TypeDescription
Quota.Builder

getQuotasBuilderList()

public List<Quota.Builder> getQuotasBuilderList()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
List<Builder>

getQuotasCount()

public int getQuotasCount()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
int

getQuotasList()

public List<Quota> getQuotasList()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
List<Quota>

getQuotasOrBuilder(int index)

public QuotaOrBuilder getQuotasOrBuilder(int index)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaOrBuilder

getQuotasOrBuilderList()

public List<? extends QuotaOrBuilder> getQuotasOrBuilderList()

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.QuotaOrBuilder>
public String getSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
String

The selfLink.

getSelfLinkBytes()

public ByteString getSelfLinkBytes()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
ByteString

The bytes for selfLink.

getStatus()

public String getStatus()

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
String

The status.

getStatusBytes()

public ByteString getStatusBytes()

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
ByteString

The bytes for status.

getSupportsPzs()

public boolean getSupportsPzs()

[Output Only] Reserved for future use.

optional bool supports_pzs = 83983214;

Returns
TypeDescription
boolean

The supportsPzs.

getZones(int index)

public String getZones(int index)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The zones at the given index.

getZonesBytes(int index)

public ByteString getZonesBytes(int index)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the zones at the given index.

getZonesCount()

public int getZonesCount()

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Returns
TypeDescription
int

The count of zones.

getZonesList()

public ProtocolStringList getZonesList()

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Returns
TypeDescription
ProtocolStringList

A list containing the zones.

hasCreationTimestamp()

public boolean hasCreationTimestamp()

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Returns
TypeDescription
boolean

Whether the creationTimestamp field is set.

hasDeprecated()

public boolean hasDeprecated()

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Returns
TypeDescription
boolean

Whether the deprecated field is set.

hasDescription()

public boolean hasDescription()

[Output Only] Textual description of the resource.

optional string description = 422937596;

Returns
TypeDescription
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
TypeDescription
boolean

Whether the id field is set.

hasKind()

public boolean hasKind()

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Returns
TypeDescription
boolean

Whether the kind field is set.

hasName()

public boolean hasName()

[Output Only] Name of the resource.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

public boolean hasSelfLink()

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Returns
TypeDescription
boolean

Whether the selfLink field is set.

hasStatus()

public boolean hasStatus()

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
TypeDescription
boolean

Whether the status field is set.

hasSupportsPzs()

public boolean hasSupportsPzs()

[Output Only] Reserved for future use.

optional bool supports_pzs = 83983214;

Returns
TypeDescription
boolean

Whether the supportsPzs field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeDeprecated(DeprecationStatus value)

public Region.Builder mergeDeprecated(DeprecationStatus value)

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Parameter
NameDescription
valueDeprecationStatus
Returns
TypeDescription
Region.Builder

mergeFrom(Region other)

public Region.Builder mergeFrom(Region other)
Parameter
NameDescription
otherRegion
Returns
TypeDescription
Region.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Region.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Region.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Region.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Region.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Region.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Region.Builder
Overrides

removeQuotas(int index)

public Region.Builder removeQuotas(int index)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameter
NameDescription
indexint
Returns
TypeDescription
Region.Builder

setCreationTimestamp(String value)

public Region.Builder setCreationTimestamp(String value)

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Parameter
NameDescription
valueString

The creationTimestamp to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setCreationTimestampBytes(ByteString value)

public Region.Builder setCreationTimestampBytes(ByteString value)

[Output Only] Creation timestamp in RFC3339 text format.

optional string creation_timestamp = 30525366;

Parameter
NameDescription
valueByteString

The bytes for creationTimestamp to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setDeprecated(DeprecationStatus value)

public Region.Builder setDeprecated(DeprecationStatus value)

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Parameter
NameDescription
valueDeprecationStatus
Returns
TypeDescription
Region.Builder

setDeprecated(DeprecationStatus.Builder builderForValue)

public Region.Builder setDeprecated(DeprecationStatus.Builder builderForValue)

[Output Only] The deprecation status associated with this region.

optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;

Parameter
NameDescription
builderForValueDeprecationStatus.Builder
Returns
TypeDescription
Region.Builder

setDescription(String value)

public Region.Builder setDescription(String value)

[Output Only] Textual description of the resource.

optional string description = 422937596;

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Region.Builder setDescriptionBytes(ByteString value)

[Output Only] Textual description of the resource.

optional string description = 422937596;

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Region.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Region.Builder
Overrides

setId(long value)

public Region.Builder setId(long value)

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

optional uint64 id = 3355;

Parameter
NameDescription
valuelong

The id to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setKind(String value)

public Region.Builder setKind(String value)

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Parameter
NameDescription
valueString

The kind to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setKindBytes(ByteString value)

public Region.Builder setKindBytes(ByteString value)

[Output Only] Type of the resource. Always compute#region for regions.

optional string kind = 3292052;

Parameter
NameDescription
valueByteString

The bytes for kind to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setName(String value)

public Region.Builder setName(String value)

[Output Only] Name of the resource.

optional string name = 3373707;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Region.Builder setNameBytes(ByteString value)

[Output Only] Name of the resource.

optional string name = 3373707;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setQuotas(int index, Quota value)

public Region.Builder setQuotas(int index, Quota value)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameters
NameDescription
indexint
valueQuota
Returns
TypeDescription
Region.Builder

setQuotas(int index, Quota.Builder builderForValue)

public Region.Builder setQuotas(int index, Quota.Builder builderForValue)

[Output Only] Quotas assigned to this region.

repeated .google.cloud.compute.v1.Quota quotas = 125341947;

Parameters
NameDescription
indexint
builderForValueQuota.Builder
Returns
TypeDescription
Region.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Region.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Region.Builder
Overrides
public Region.Builder setSelfLink(String value)

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueString

The selfLink to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setSelfLinkBytes(ByteString value)

public Region.Builder setSelfLinkBytes(ByteString value)

[Output Only] Server-defined URL for the resource.

optional string self_link = 456214797;

Parameter
NameDescription
valueByteString

The bytes for selfLink to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setStatus(String value)

public Region.Builder setStatus(String value)

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Parameter
NameDescription
valueString

The status to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setStatusBytes(ByteString value)

public Region.Builder setStatusBytes(ByteString value)

[Output Only] Status of the region, either UP or DOWN. Check the Status enum for the list of possible values.

optional string status = 181260274;

Parameter
NameDescription
valueByteString

The bytes for status to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setSupportsPzs(boolean value)

public Region.Builder setSupportsPzs(boolean value)

[Output Only] Reserved for future use.

optional bool supports_pzs = 83983214;

Parameter
NameDescription
valueboolean

The supportsPzs to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final Region.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Region.Builder
Overrides

setZones(int index, String value)

public Region.Builder setZones(int index, String value)

[Output Only] A list of zones available in this region, in the form of resource URLs.

repeated string zones = 116085319;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The zones to set.

Returns
TypeDescription
Region.Builder

This builder for chaining.