Class LustreReference.Builder (0.1.0)

public static final class LustreReference.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public LustreReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LustreReference.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public LustreReference.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public LustreReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LustreReference.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final LustreReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustreReference.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public LustreReference.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

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

public LustreReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LustreReference.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final LustreReference.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustreReference.Builder
Overrides