Class DeleteLustreInstance.Builder (0.8.0)

public static final class DeleteLustreInstance.Builder extends GeneratedMessage.Builder<DeleteLustreInstance.Builder> implements DeleteLustreInstanceOrBuilder

When set in OperationStep, indicates that a Lustre instance should be deleted.

Protobuf type google.cloud.hypercomputecluster.v1.DeleteLustreInstance

Static Methods

getDescriptor()

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

Methods

build()

public DeleteLustreInstance build()
Returns
Type Description
DeleteLustreInstance

buildPartial()

public DeleteLustreInstance buildPartial()
Returns
Type Description
DeleteLustreInstance

clear()

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

clearLustre()

public DeleteLustreInstance.Builder clearLustre()

Output only. Name of the Managed Lustre instance, in the format projects/{project}/locations/{location}/instances/{instance}

string lustre = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
DeleteLustreInstance.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteLustreInstance getDefaultInstanceForType()
Returns
Type Description
DeleteLustreInstance

getDescriptorForType()

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

getLustre()

public String getLustre()

Output only. Name of the Managed Lustre instance, in the format projects/{project}/locations/{location}/instances/{instance}

string lustre = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The lustre.

getLustreBytes()

public ByteString getLustreBytes()

Output only. Name of the Managed Lustre instance, in the format projects/{project}/locations/{location}/instances/{instance}

string lustre = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for lustre.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteLustreInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLustre(String value)

public DeleteLustreInstance.Builder setLustre(String value)

Output only. Name of the Managed Lustre instance, in the format projects/{project}/locations/{location}/instances/{instance}

string lustre = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The lustre to set.

Returns
Type Description
DeleteLustreInstance.Builder

This builder for chaining.

setLustreBytes(ByteString value)

public DeleteLustreInstance.Builder setLustreBytes(ByteString value)

Output only. Name of the Managed Lustre instance, in the format projects/{project}/locations/{location}/instances/{instance}

string lustre = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for lustre to set.

Returns
Type Description
DeleteLustreInstance.Builder

This builder for chaining.