Class LustreMount (3.83.0)

public final class LustreMount extends GeneratedMessageV3 implements LustreMountOrBuilder

Represents a mount configuration for Lustre file system.

Protobuf type google.cloud.aiplatform.v1.LustreMount

Static Fields

FILESYSTEM_FIELD_NUMBER

public static final int FILESYSTEM_FIELD_NUMBER
Field Value
Type Description
int

INSTANCE_IP_FIELD_NUMBER

public static final int INSTANCE_IP_FIELD_NUMBER
Field Value
Type Description
int

MOUNT_POINT_FIELD_NUMBER

public static final int MOUNT_POINT_FIELD_NUMBER
Field Value
Type Description
int

VOLUME_HANDLE_FIELD_NUMBER

public static final int VOLUME_HANDLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LustreMount getDefaultInstance()
Returns
Type Description
LustreMount

getDescriptor()

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

newBuilder()

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

newBuilder(LustreMount prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public LustreMount getDefaultInstanceForType()
Returns
Type Description
LustreMount

getFilesystem()

public String getFilesystem()

Required. The name of the Lustre filesystem.

string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The filesystem.

getFilesystemBytes()

public ByteString getFilesystemBytes()

Required. The name of the Lustre filesystem.

string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for filesystem.

getInstanceIp()

public String getInstanceIp()

Required. IP address of the Lustre instance.

string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instanceIp.

getInstanceIpBytes()

public ByteString getInstanceIpBytes()

Required. IP address of the Lustre instance.

string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instanceIp.

getMountPoint()

public String getMountPoint()

Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>

string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The mountPoint.

getMountPointBytes()

public ByteString getMountPointBytes()

Required. Destination mount path. The Lustre file system will be mounted for the user under /mnt/lustre/<mount_point>

string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for mountPoint.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getVolumeHandle()

public String getVolumeHandle()

Required. The unique identifier of the Lustre volume.

string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The volumeHandle.

getVolumeHandleBytes()

public ByteString getVolumeHandleBytes()

Required. The unique identifier of the Lustre volume.

string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for volumeHandle.

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 LustreMount.Builder newBuilderForType()
Returns
Type Description
LustreMount.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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