Class PersistentDisk.Builder (0.44.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PersistentDisk.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PersistentDisk.Builder
Overrides

build()

public PersistentDisk build()
Returns
Type Description
PersistentDisk

buildPartial()

public PersistentDisk buildPartial()
Returns
Type Description
PersistentDisk

clear()

public PersistentDisk.Builder clear()
Returns
Type Description
PersistentDisk.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PersistentDisk.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
PersistentDisk.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public PersistentDisk.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
PersistentDisk.Builder

This builder for chaining.

clone()

public PersistentDisk.Builder clone()
Returns
Type Description
PersistentDisk.Builder
Overrides

getDefaultInstanceForType()

public PersistentDisk getDefaultInstanceForType()
Returns
Type Description
PersistentDisk

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for sourceImage.

getType()

public String getType()

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

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

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

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PersistentDisk other)

public PersistentDisk.Builder mergeFrom(PersistentDisk other)
Parameter
Name Description
other PersistentDisk
Returns
Type Description
PersistentDisk.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PersistentDisk.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PersistentDisk.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PersistentDisk.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PersistentDisk.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PersistentDisk.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PersistentDisk.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PersistentDisk.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PersistentDisk.Builder
Overrides

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

public PersistentDisk.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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
Name Description
value int

The sizeGb to set.

Returns
Type Description
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
Name Description
value String

The sourceImage to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for sourceImage to set.

Returns
Type Description
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
Name Description
value String

The type to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for type to set.

Returns
Type Description
PersistentDisk.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final PersistentDisk.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PersistentDisk.Builder
Overrides