Class LustreReference.Builder (0.1.0)

publicstaticfinalclass LustreReference.BuilderextendsGeneratedMessageV3.Builder<LustreReference.Builder>implementsLustreReferenceOrBuilder

A reference to a Managed Lustre instance.

Protobuf type google.cloud.hypercomputecluster.v1beta.LustreReference

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicLustreReference.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LustreReference.Builder
Overrides

build()

publicLustreReferencebuild()
Returns
Type Description
LustreReference

buildPartial()

publicLustreReferencebuildPartial()
Returns
Type Description
LustreReference

clear()

publicLustreReference.Builderclear()
Returns
Type Description
LustreReference.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicLustreReference.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
LustreReference.Builder
Overrides

clearLustre()

publicLustreReference.BuilderclearLustre()

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)

publicLustreReference.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
LustreReference.Builder
Overrides

clone()

publicLustreReference.Builderclone()
Returns
Type Description
LustreReference.Builder
Overrides

getDefaultInstanceForType()

publicLustreReferencegetDefaultInstanceForType()
Returns
Type Description
LustreReference

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLustre()

publicStringgetLustre()

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

publicByteStringgetLustreBytes()

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

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(LustreReference other)

publicLustreReference.BuildermergeFrom(LustreReferenceother)
Parameter
Name Description
other LustreReference
Returns
Type Description
LustreReference.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicLustreReference.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicLustreReference.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
LustreReference.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalLustreReference.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustreReference.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicLustreReference.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
LustreReference.Builder
Overrides

setLustre(String value)

publicLustreReference.BuildersetLustre(Stringvalue)

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)

publicLustreReference.BuildersetLustreBytes(ByteStringvalue)

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)

publicLustreReference.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
LustreReference.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalLustreReference.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
LustreReference.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年12月17日 UTC.