Class CreateLustreInstance.Builder (0.8.0)

public static final class CreateLustreInstance.Builder extends GeneratedMessage.Builder<CreateLustreInstance.Builder> implements CreateLustreInstanceOrBuilder

When set in OperationStep, indicates that a new lustre instance should be created.

Protobuf type google.cloud.hypercomputecluster.v1.CreateLustreInstance

Static Methods

getDescriptor()

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

Methods

build()

public CreateLustreInstance build()
Returns
Type Description
CreateLustreInstance

buildPartial()

public CreateLustreInstance buildPartial()
Returns
Type Description
CreateLustreInstance

clear()

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

clearLustre()

public CreateLustreInstance.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
CreateLustreInstance.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateLustreInstance getDefaultInstanceForType()
Returns
Type Description
CreateLustreInstance

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(CreateLustreInstance other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLustre(String value)

public CreateLustreInstance.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
CreateLustreInstance.Builder

This builder for chaining.

setLustreBytes(ByteString value)

public CreateLustreInstance.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
CreateLustreInstance.Builder

This builder for chaining.