Class LustreReference.Builder (0.5.0)

public static final class LustreReference.Builder extends GeneratedMessage.Builder<LustreReference.Builder> implements LustreReferenceOrBuilder

A reference to a Managed Lustre instance.

Protobuf type google.cloud.hypercomputecluster.v1beta.LustreReference

Static Methods

getDescriptor()

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

Methods

build()

public LustreReference build()
Returns
Type Description
LustreReference

buildPartial()

public LustreReference buildPartial()
Returns
Type Description
LustreReference

clear()

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

clearLustre()

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

This builder for chaining.

getDefaultInstanceForType()

public LustreReference getDefaultInstanceForType()
Returns
Type Description
LustreReference

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setLustre(String value)

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

This builder for chaining.

setLustreBytes(ByteString value)

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

This builder for chaining.