Class DataDisk.Builder (1.22.0)

public static final class DataDisk.Builder extends GeneratedMessageV3.Builder<DataDisk.Builder> implements DataDiskOrBuilder

An instance-attached disk resource.

Protobuf type google.cloud.notebooks.v2.DataDisk

Implements

DataDiskOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public DataDisk build()
Returns
TypeDescription
DataDisk

buildPartial()

public DataDisk buildPartial()
Returns
TypeDescription
DataDisk

clear()

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

clearDiskEncryption()

public DataDisk.Builder clearDiskEncryption()

Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.

.google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

clearDiskSizeGb()

public DataDisk.Builder clearDiskSizeGb()

Optional. The size of the disk in GB attached to this VM instance, up to a maximum of 64000 GB (64 TB). If not specified, this defaults to 100.

int64 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

clearDiskType()

public DataDisk.Builder clearDiskType()

Optional. Input only. Indicates the type of the disk.

.google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

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

clearKmsKey()

public DataDisk.Builder clearKmsKey()

Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}

Learn more about using your own encryption keys.

string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public DataDisk getDefaultInstanceForType()
Returns
TypeDescription
DataDisk

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDiskEncryption()

public DiskEncryption getDiskEncryption()

Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.

.google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DiskEncryption

The diskEncryption.

getDiskEncryptionValue()

public int getDiskEncryptionValue()

Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.

.google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for diskEncryption.

getDiskSizeGb()

public long getDiskSizeGb()

Optional. The size of the disk in GB attached to this VM instance, up to a maximum of 64000 GB (64 TB). If not specified, this defaults to 100.

int64 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
long

The diskSizeGb.

getDiskType()

public DiskType getDiskType()

Optional. Input only. Indicates the type of the disk.

.google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DiskType

The diskType.

getDiskTypeValue()

public int getDiskTypeValue()

Optional. Input only. Indicates the type of the disk.

.google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for diskType.

getKmsKey()

public String getKmsKey()

Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}

Learn more about using your own encryption keys.

string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The kmsKey.

getKmsKeyBytes()

public ByteString getKmsKeyBytes()

Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}

Learn more about using your own encryption keys.

string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for kmsKey.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DataDisk other)

public DataDisk.Builder mergeFrom(DataDisk other)
Parameter
NameDescription
otherDataDisk
Returns
TypeDescription
DataDisk.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setDiskEncryption(DiskEncryption value)

public DataDisk.Builder setDiskEncryption(DiskEncryption value)

Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.

.google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueDiskEncryption

The diskEncryption to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setDiskEncryptionValue(int value)

public DataDisk.Builder setDiskEncryptionValue(int value)

Optional. Input only. Disk encryption method used on the boot and data disks, defaults to GMEK.

.google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The enum numeric value on the wire for diskEncryption to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setDiskSizeGb(long value)

public DataDisk.Builder setDiskSizeGb(long value)

Optional. The size of the disk in GB attached to this VM instance, up to a maximum of 64000 GB (64 TB). If not specified, this defaults to 100.

int64 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valuelong

The diskSizeGb to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setDiskType(DiskType value)

public DataDisk.Builder setDiskType(DiskType value)

Optional. Input only. Indicates the type of the disk.

.google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueDiskType

The diskType to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setDiskTypeValue(int value)

public DataDisk.Builder setDiskTypeValue(int value)

Optional. Input only. Indicates the type of the disk.

.google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The enum numeric value on the wire for diskType to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

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

setKmsKey(String value)

public DataDisk.Builder setKmsKey(String value)

Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}

Learn more about using your own encryption keys.

string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The kmsKey to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

setKmsKeyBytes(ByteString value)

public DataDisk.Builder setKmsKeyBytes(ByteString value)

Optional. Input only. The KMS key used to encrypt the disks, only applicable if disk_encryption is CMEK. Format: projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}

Learn more about using your own encryption keys.

string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for kmsKey to set.

Returns
TypeDescription
DataDisk.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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