Class NFS (0.41.0)

public final class NFS extends GeneratedMessageV3 implements NFSOrBuilder

Represents an NFS volume.

Protobuf type google.cloud.batch.v1.NFS

Implements

NFSOrBuilder

Static Fields

REMOTE_PATH_FIELD_NUMBER

public static final int REMOTE_PATH_FIELD_NUMBER
Field Value
TypeDescription
int

SERVER_FIELD_NUMBER

public static final int SERVER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NFS getDefaultInstance()
Returns
TypeDescription
NFS

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static NFS.Builder newBuilder()
Returns
TypeDescription
NFS.Builder

newBuilder(NFS prototype)

public static NFS.Builder newBuilder(NFS prototype)
Parameter
NameDescription
prototypeNFS
Returns
TypeDescription
NFS.Builder

parseDelimitedFrom(InputStream input)

public static NFS parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NFS parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static NFS parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static NFS parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static NFS parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static NFS parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static NFS parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static NFS parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static NFS parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static NFS parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static NFS parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static NFS parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
NFS
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<NFS> parser()
Returns
TypeDescription
Parser<NFS>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public NFS getDefaultInstanceForType()
Returns
TypeDescription
NFS

getParserForType()

public Parser<NFS> getParserForType()
Returns
TypeDescription
Parser<NFS>
Overrides

getRemotePath()

public String getRemotePath()

Remote source path exported from the NFS, e.g., "/share".

string remote_path = 2;

Returns
TypeDescription
String

The remotePath.

getRemotePathBytes()

public ByteString getRemotePathBytes()

Remote source path exported from the NFS, e.g., "/share".

string remote_path = 2;

Returns
TypeDescription
ByteString

The bytes for remotePath.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getServer()

public String getServer()

The IP address of the NFS.

string server = 1;

Returns
TypeDescription
String

The server.

getServerBytes()

public ByteString getServerBytes()

The IP address of the NFS.

string server = 1;

Returns
TypeDescription
ByteString

The bytes for server.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public NFS.Builder newBuilderForType()
Returns
TypeDescription
NFS.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected NFS.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
NFS.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public NFS.Builder toBuilder()
Returns
TypeDescription
NFS.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException