Class PreservedStatePreservedDisk.Builder (1.93.0)

public static final class PreservedStatePreservedDisk.Builder extends GeneratedMessage.Builder<PreservedStatePreservedDisk.Builder> implements PreservedStatePreservedDiskOrBuilder

Protobuf type google.cloud.compute.v1.PreservedStatePreservedDisk

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PreservedStatePreservedDisk build()
Returns
Type Description
PreservedStatePreservedDisk

buildPartial()

public PreservedStatePreservedDisk buildPartial()
Returns
Type Description
PreservedStatePreservedDisk

clear()

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

clearAutoDelete()

public PreservedStatePreservedDisk.Builder clearAutoDelete()

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

clearMode()

public PreservedStatePreservedDisk.Builder clearMode()

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

clearSource()

public PreservedStatePreservedDisk.Builder clearSource()

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

getAutoDelete()

public String getAutoDelete()

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Returns
Type Description
String

The autoDelete.

getAutoDeleteBytes()

public ByteString getAutoDeleteBytes()

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Returns
Type Description
ByteString

The bytes for autoDelete.

getDefaultInstanceForType()

public PreservedStatePreservedDisk getDefaultInstanceForType()
Returns
Type Description
PreservedStatePreservedDisk

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMode()

public String getMode()

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
String

The mode.

getModeBytes()

public ByteString getModeBytes()

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
ByteString

The bytes for mode.

getSource()

public String getSource()

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Returns
Type Description
String

The source.

getSourceBytes()

public ByteString getSourceBytes()

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Returns
Type Description
ByteString

The bytes for source.

hasAutoDelete()

public boolean hasAutoDelete()

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Returns
Type Description
boolean

Whether the autoDelete field is set.

hasMode()

public boolean hasMode()

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Returns
Type Description
boolean

Whether the mode field is set.

hasSource()

public boolean hasSource()

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Returns
Type Description
boolean

Whether the source field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PreservedStatePreservedDisk other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setAutoDelete(String value)

public PreservedStatePreservedDisk.Builder setAutoDelete(String value)

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Parameter
Name Description
value String

The autoDelete to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

setAutoDeleteBytes(ByteString value)

public PreservedStatePreservedDisk.Builder setAutoDeleteBytes(ByteString value)

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted. Check the AutoDelete enum for the list of possible values.

optional string auto_delete = 464761403;

Parameter
Name Description
value ByteString

The bytes for autoDelete to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

setMode(String value)

public PreservedStatePreservedDisk.Builder setMode(String value)

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Parameter
Name Description
value String

The mode to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

setModeBytes(ByteString value)

public PreservedStatePreservedDisk.Builder setModeBytes(ByteString value)

The mode in which to attach this disk, either READ_WRITE orREAD_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode. Check the Mode enum for the list of possible values.

optional string mode = 3357091;

Parameter
Name Description
value ByteString

The bytes for mode to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

setSource(String value)

public PreservedStatePreservedDisk.Builder setSource(String value)

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Parameter
Name Description
value String

The source to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.

setSourceBytes(ByteString value)

public PreservedStatePreservedDisk.Builder setSourceBytes(ByteString value)

The URL of the disk resource that is stateful and should be attached to the VM instance.

optional string source = 177235995;

Parameter
Name Description
value ByteString

The bytes for source to set.

Returns
Type Description
PreservedStatePreservedDisk.Builder

This builder for chaining.