Class LustreReference (0.1.0)

public final class LustreReference extends GeneratedMessageV3 implements LustreReferenceOrBuilder

A reference to a Managed Lustre instance.

Protobuf type google.cloud.hypercomputecluster.v1beta.LustreReference

Static Fields

LUSTRE_FIELD_NUMBER

public static final int LUSTRE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LustreReference getDefaultInstance()
Returns
Type Description
LustreReference

getDescriptor()

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

newBuilder()

public static LustreReference.Builder newBuilder()
Returns
Type Description
LustreReference.Builder

newBuilder(LustreReference prototype)

public static LustreReference.Builder newBuilder(LustreReference prototype)
Parameter
Name Description
prototype LustreReference
Returns
Type Description
LustreReference.Builder

parseDelimitedFrom(InputStream input)

public static LustreReference parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LustreReference parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LustreReference parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LustreReference parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LustreReference parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LustreReference parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LustreReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LustreReference
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LustreReference> parser()
Returns
Type Description
Parser<LustreReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LustreReference getDefaultInstanceForType()
Returns
Type Description
LustreReference

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.

getParserForType()

public Parser<LustreReference> getParserForType()
Returns
Type Description
Parser<LustreReference>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LustreReference.Builder newBuilderForType()
Returns
Type Description
LustreReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LustreReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LustreReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LustreReference.Builder toBuilder()
Returns
Type Description
LustreReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException