Class PersistentDisk.Builder (0.13.0)

public static final class PersistentDisk.Builder extends GeneratedMessageV3.Builder<PersistentDisk.Builder> implements PersistentDiskOrBuilder

Configuration for a persistent disk to be attached to the VM. See https://cloud.google.com/compute/docs/disks/performance for more information about disk type, size, and performance considerations.

Protobuf type google.cloud.lifesciences.v2beta.PersistentDisk

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public PersistentDisk build()
Returns
TypeDescription
PersistentDisk

buildPartial()

public PersistentDisk buildPartial()
Returns
TypeDescription
PersistentDisk

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSizeGb()

public PersistentDisk.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 = 1;

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

clearSourceImage()

public PersistentDisk.Builder clearSourceImage()

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

string source_image = 3;

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

clearType()

public PersistentDisk.Builder clearType()

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

string type = 2;

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public PersistentDisk getDefaultInstanceForType()
Returns
TypeDescription
PersistentDisk

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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 = 1;

Returns
TypeDescription
int

The sizeGb.

getSourceImage()

public String getSourceImage()

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

string source_image = 3;

Returns
TypeDescription
String

The sourceImage.

getSourceImageBytes()

public ByteString getSourceImageBytes()

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

string source_image = 3;

Returns
TypeDescription
ByteString

The bytes for sourceImage.

getType()

public String getType()

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

string type = 2;

Returns
TypeDescription
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

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

string type = 2;

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(PersistentDisk other)

public PersistentDisk.Builder mergeFrom(PersistentDisk other)
Parameter
NameDescription
otherPersistentDisk
Returns
TypeDescription
PersistentDisk.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setSizeGb(int value)

public PersistentDisk.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 = 1;

Parameter
NameDescription
valueint

The sizeGb to set.

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

setSourceImage(String value)

public PersistentDisk.Builder setSourceImage(String value)

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

string source_image = 3;

Parameter
NameDescription
valueString

The sourceImage to set.

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

setSourceImageBytes(ByteString value)

public PersistentDisk.Builder setSourceImageBytes(ByteString value)

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

string source_image = 3;

Parameter
NameDescription
valueByteString

The bytes for sourceImage to set.

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

setType(String value)

public PersistentDisk.Builder setType(String value)

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

string type = 2;

Parameter
NameDescription
valueString

The type to set.

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

setTypeBytes(ByteString value)

public PersistentDisk.Builder setTypeBytes(ByteString value)

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

string type = 2;

Parameter
NameDescription
valueByteString

The bytes for type to set.

Returns
TypeDescription
PersistentDisk.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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