public static final class DiskType.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder> implements DiskTypeOrBuilder
Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/v1/diskTypes) You can choose from a variety of disk types based on your needs. For more information, read Storage options. The diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks.Protobuf type
google.cloud.compute.v1.DiskType| Modifier and Type | Method and Description |
|---|---|
DiskType.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DiskType |
build() |
DiskType |
buildPartial() |
DiskType.Builder |
clear() |
DiskType.Builder |
clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
DiskType.Builder |
clearDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
|
DiskType.Builder |
clearDeprecated()
[Output Only] The deprecation status associated with this disk type.
|
DiskType.Builder |
clearDescription()
[Output Only] An optional description of this resource.
|
DiskType.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DiskType.Builder |
clearId()
[Output Only] The unique identifier for the resource.
|
DiskType.Builder |
clearKind()
[Output Only] Type of the resource.
|
DiskType.Builder |
clearName()
[Output Only] Name of the resource.
|
DiskType.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DiskType.Builder |
clearRegion()
[Output Only] URL of the region where the disk type resides.
|
DiskType.Builder |
clearSelfLink()
[Output Only] Server-defined URL for the resource.
|
DiskType.Builder |
clearValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
DiskType.Builder |
clearZone()
[Output Only] URL of the zone where the disk type resides.
|
DiskType.Builder |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
long |
getDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
|
DiskType |
getDefaultInstanceForType() |
DeprecationStatus |
getDeprecated()
[Output Only] The deprecation status associated with this disk type.
|
DeprecationStatus.Builder |
getDeprecatedBuilder()
[Output Only] The deprecation status associated with this disk type.
|
DeprecationStatusOrBuilder |
getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this disk type.
|
String |
getDescription()
[Output Only] An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
[Output Only] An optional description of this resource.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getName()
[Output Only] Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] Name of the resource.
|
String |
getRegion()
[Output Only] URL of the region where the disk type resides.
|
com.google.protobuf.ByteString |
getRegionBytes()
[Output Only] URL of the region where the disk type resides.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
String |
getValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
com.google.protobuf.ByteString |
getValidDiskSizeBytes()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
String |
getZone()
[Output Only] URL of the zone where the disk type resides.
|
com.google.protobuf.ByteString |
getZoneBytes()
[Output Only] URL of the zone where the disk type resides.
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
|
boolean |
hasDeprecated()
[Output Only] The deprecation status associated with this disk type.
|
boolean |
hasDescription()
[Output Only] An optional description of this resource.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasName()
[Output Only] Name of the resource.
|
boolean |
hasRegion()
[Output Only] URL of the region where the disk type resides.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
boolean |
hasZone()
[Output Only] URL of the zone where the disk type resides.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DiskType.Builder |
mergeDeprecated(DeprecationStatus value)
[Output Only] The deprecation status associated with this disk type.
|
DiskType.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DiskType.Builder |
mergeFrom(DiskType other) |
DiskType.Builder |
mergeFrom(com.google.protobuf.Message other) |
DiskType.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DiskType.Builder |
setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
|
DiskType.Builder |
setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
|
DiskType.Builder |
setDefaultDiskSizeGb(long value)
[Output Only] Server-defined default disk size in GB.
|
DiskType.Builder |
setDeprecated(DeprecationStatus.Builder builderForValue)
[Output Only] The deprecation status associated with this disk type.
|
DiskType.Builder |
setDeprecated(DeprecationStatus value)
[Output Only] The deprecation status associated with this disk type.
|
DiskType.Builder |
setDescription(String value)
[Output Only] An optional description of this resource.
|
DiskType.Builder |
setDescriptionBytes(com.google.protobuf.ByteString value)
[Output Only] An optional description of this resource.
|
DiskType.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DiskType.Builder |
setId(long value)
[Output Only] The unique identifier for the resource.
|
DiskType.Builder |
setKind(String value)
[Output Only] Type of the resource.
|
DiskType.Builder |
setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource.
|
DiskType.Builder |
setName(String value)
[Output Only] Name of the resource.
|
DiskType.Builder |
setNameBytes(com.google.protobuf.ByteString value)
[Output Only] Name of the resource.
|
DiskType.Builder |
setRegion(String value)
[Output Only] URL of the region where the disk type resides.
|
DiskType.Builder |
setRegionBytes(com.google.protobuf.ByteString value)
[Output Only] URL of the region where the disk type resides.
|
DiskType.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DiskType.Builder |
setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
|
DiskType.Builder |
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
|
DiskType.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DiskType.Builder |
setValidDiskSize(String value)
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
DiskType.Builder |
setValidDiskSizeBytes(com.google.protobuf.ByteString value)
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
|
DiskType.Builder |
setZone(String value)
[Output Only] URL of the zone where the disk type resides.
|
DiskType.Builder |
setZoneBytes(com.google.protobuf.ByteString value)
[Output Only] URL of the zone where the disk type resides.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DiskType build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DiskType buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DiskType.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DiskType.Builder>public DiskType.Builder mergeFrom(DiskType other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public DiskType.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DiskType.Builder>IOExceptionpublic boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;hasCreationTimestamp in interface DiskTypeOrBuilderpublic String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestamp in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;getCreationTimestampBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setCreationTimestamp(String value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;value - The creationTimestamp to set.public DiskType.Builder clearCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;public DiskType.Builder setCreationTimestampBytes(com.google.protobuf.ByteString value)
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;value - The bytes for creationTimestamp to set.public boolean hasDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
optional int64 default_disk_size_gb = 270619253;hasDefaultDiskSizeGb in interface DiskTypeOrBuilderpublic long getDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
optional int64 default_disk_size_gb = 270619253;getDefaultDiskSizeGb in interface DiskTypeOrBuilderpublic DiskType.Builder setDefaultDiskSizeGb(long value)
[Output Only] Server-defined default disk size in GB.
optional int64 default_disk_size_gb = 270619253;value - The defaultDiskSizeGb to set.public DiskType.Builder clearDefaultDiskSizeGb()
[Output Only] Server-defined default disk size in GB.
optional int64 default_disk_size_gb = 270619253;public boolean hasDeprecated()
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;hasDeprecated in interface DiskTypeOrBuilderpublic DeprecationStatus getDeprecated()
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;getDeprecated in interface DiskTypeOrBuilderpublic DiskType.Builder setDeprecated(DeprecationStatus value)
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;public DiskType.Builder setDeprecated(DeprecationStatus.Builder builderForValue)
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;public DiskType.Builder mergeDeprecated(DeprecationStatus value)
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;public DiskType.Builder clearDeprecated()
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;public DeprecationStatus.Builder getDeprecatedBuilder()
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;public DeprecationStatusOrBuilder getDeprecatedOrBuilder()
[Output Only] The deprecation status associated with this disk type.
optional .google.cloud.compute.v1.DeprecationStatus deprecated = 515138995;getDeprecatedOrBuilder in interface DiskTypeOrBuilderpublic boolean hasDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;hasDescription in interface DiskTypeOrBuilderpublic String getDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;getDescription in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
[Output Only] An optional description of this resource.
optional string description = 422937596;getDescriptionBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setDescription(String value)
[Output Only] An optional description of this resource.
optional string description = 422937596;value - The description to set.public DiskType.Builder clearDescription()
[Output Only] An optional description of this resource.
optional string description = 422937596;public DiskType.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
[Output Only] An optional description of this resource.
optional string description = 422937596;value - The bytes for description to set.public boolean hasId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;hasId in interface DiskTypeOrBuilderpublic long getId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;getId in interface DiskTypeOrBuilderpublic DiskType.Builder setId(long value)
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;value - The id to set.public DiskType.Builder clearId()
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;public boolean hasKind()
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;hasKind in interface DiskTypeOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;getKind in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;getKindBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;value - The kind to set.public DiskType.Builder clearKind()
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;public DiskType.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource. Always compute#diskType for disk types.
optional string kind = 3292052;value - The bytes for kind to set.public boolean hasName()
[Output Only] Name of the resource.
optional string name = 3373707;hasName in interface DiskTypeOrBuilderpublic String getName()
[Output Only] Name of the resource.
optional string name = 3373707;getName in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
[Output Only] Name of the resource.
optional string name = 3373707;getNameBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setName(String value)
[Output Only] Name of the resource.
optional string name = 3373707;value - The name to set.public DiskType.Builder clearName()
[Output Only] Name of the resource.
optional string name = 3373707;public DiskType.Builder setNameBytes(com.google.protobuf.ByteString value)
[Output Only] Name of the resource.
optional string name = 3373707;value - The bytes for name to set.public boolean hasRegion()
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;hasRegion in interface DiskTypeOrBuilderpublic String getRegion()
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;getRegion in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getRegionBytes()
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;getRegionBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setRegion(String value)
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;value - The region to set.public DiskType.Builder clearRegion()
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;public DiskType.Builder setRegionBytes(com.google.protobuf.ByteString value)
[Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string region = 138946292;value - The bytes for region to set.public boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;hasSelfLink in interface DiskTypeOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLink in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;getSelfLinkBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setSelfLink(String value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The selfLink to set.public DiskType.Builder clearSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;public DiskType.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;value - The bytes for selfLink to set.public boolean hasValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;hasValidDiskSize in interface DiskTypeOrBuilderpublic String getValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;getValidDiskSize in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getValidDiskSizeBytes()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;getValidDiskSizeBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setValidDiskSize(String value)
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;value - The validDiskSize to set.public DiskType.Builder clearValidDiskSize()
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;public DiskType.Builder setValidDiskSizeBytes(com.google.protobuf.ByteString value)
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
optional string valid_disk_size = 493962464;value - The bytes for validDiskSize to set.public boolean hasZone()
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;hasZone in interface DiskTypeOrBuilderpublic String getZone()
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;getZone in interface DiskTypeOrBuilderpublic com.google.protobuf.ByteString getZoneBytes()
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;getZoneBytes in interface DiskTypeOrBuilderpublic DiskType.Builder setZone(String value)
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;value - The zone to set.public DiskType.Builder clearZone()
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;public DiskType.Builder setZoneBytes(com.google.protobuf.ByteString value)
[Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
optional string zone = 3744684;value - The bytes for zone to set.public final DiskType.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>public final DiskType.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DiskType.Builder>Copyright © 2023 Google LLC. All rights reserved.