Class Disk.Builder (0.43.0)

public static final class Disk.Builder extends GeneratedMessageV3.Builder<Disk.Builder> implements DiskOrBuilder

Carries information about a disk that can be attached to a VM.

See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.

Specify either Volume or Disk, but not both.

Protobuf type google.cloud.lifesciences.v2beta.Disk

Implements

DiskOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Disk build()
Returns
TypeDescription
Disk

buildPartial()

public Disk buildPartial()
Returns
TypeDescription
Disk

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearName()

public Disk.Builder clearName()

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

string name = 1;

Returns
TypeDescription
Disk.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSizeGb()

public Disk.Builder clearSizeGb()

The size, in GB, of the disk to attach. If the size is not specified, a default is chosen to ensure reasonable I/O performance.

If the disk type is specified as local-ssd, multiple local drives are automatically combined to provide the requested size. Note, however, that each physical SSD is 375GB in size, and no more than 8 drives can be attached to a single instance.

int32 size_gb = 2;

Returns
TypeDescription
Disk.Builder

This builder for chaining.

clearSourceImage()

public Disk.Builder clearSourceImage()

An optional image to put on the disk before attaching it to the VM.

string source_image = 4;

Returns
TypeDescription
Disk.Builder

This builder for chaining.

clearType()

public Disk.Builder clearType()

The Compute Engine disk type. If unspecified, pd-standard is used.

string type = 3;

Returns
TypeDescription
Disk.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public Disk getDefaultInstanceForType()
Returns
TypeDescription
Disk

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getSizeGb()

public int getSizeGb()

The size, in GB, of the disk to attach. If the size is not specified, a default is chosen to ensure reasonable I/O performance.

If the disk type is specified as local-ssd, multiple local drives are automatically combined to provide the requested size. Note, however, that each physical SSD is 375GB in size, and no more than 8 drives can be attached to a single instance.

int32 size_gb = 2;

Returns
TypeDescription
int

The sizeGb.

getSourceImage()

public String getSourceImage()

An optional image to put on the disk before attaching it to the VM.

string source_image = 4;

Returns
TypeDescription
String

The sourceImage.

getSourceImageBytes()

public ByteString getSourceImageBytes()

An optional image to put on the disk before attaching it to the VM.

string source_image = 4;

Returns
TypeDescription
ByteString

The bytes for sourceImage.

getType()

public String getType()

The Compute Engine disk type. If unspecified, pd-standard is used.

string type = 3;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

The Compute Engine disk type. If unspecified, pd-standard is used.

string type = 3;

Returns
TypeDescription
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Disk other)

public Disk.Builder mergeFrom(Disk other)
Parameter
NameDescription
otherDisk
Returns
TypeDescription
Disk.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setName(String value)

public Disk.Builder setName(String value)

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

string name = 1;

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Disk.Builder setNameBytes(ByteString value)

A user-supplied name for the disk. Used when mounting the disk into actions. The name must contain only upper and lowercase alphanumeric characters and hyphens and cannot start with a hyphen.

string name = 1;

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

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

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

setSizeGb(int value)

public Disk.Builder setSizeGb(int value)

The size, in GB, of the disk to attach. If the size is not specified, a default is chosen to ensure reasonable I/O performance.

If the disk type is specified as local-ssd, multiple local drives are automatically combined to provide the requested size. Note, however, that each physical SSD is 375GB in size, and no more than 8 drives can be attached to a single instance.

int32 size_gb = 2;

Parameter
NameDescription
valueint

The sizeGb to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setSourceImage(String value)

public Disk.Builder setSourceImage(String value)

An optional image to put on the disk before attaching it to the VM.

string source_image = 4;

Parameter
NameDescription
valueString

The sourceImage to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setSourceImageBytes(ByteString value)

public Disk.Builder setSourceImageBytes(ByteString value)

An optional image to put on the disk before attaching it to the VM.

string source_image = 4;

Parameter
NameDescription
valueByteString

The bytes for sourceImage to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setType(String value)

public Disk.Builder setType(String value)

The Compute Engine disk type. If unspecified, pd-standard is used.

string type = 3;

Parameter
NameDescription
valueString

The type to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public Disk.Builder setTypeBytes(ByteString value)

The Compute Engine disk type. If unspecified, pd-standard is used.

string type = 3;

Parameter
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
Disk.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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