Class PersistentDisk.Builder (0.85.0)

public static final class PersistentDisk.Builder extends GeneratedMessage.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

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

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.

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 GeneratedMessage.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

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.