public
final
class
NFS
extends
GeneratedMessage
implements
NFSOrBuilder
Represents an NFS volume.
Protobuf type google.cloud.batch.v1.NFS
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > NFSImplements
NFSOrBuilderStatic Fields
REMOTE_PATH_FIELD_NUMBER
public
static
final
int
REMOTE_PATH_FIELD_NUMBER
SERVER_FIELD_NUMBER
public
static
final
int
SERVER_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
NFS
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
NFS
.
Builder
newBuilder
()
newBuilder(NFS prototype)
public
static
NFS
.
Builder
newBuilder
(
NFS
prototype
)
parseDelimitedFrom(InputStream input)
public
static
NFS
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
NFS
parseFrom
(
byte
[]
data
)
Parameter
Name
Description
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
NFS
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
NFS
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
NFS
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
NFS
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
NFS
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<NFS>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getDefaultInstanceForType()
public
NFS
getDefaultInstanceForType
()
getParserForType()
public
Parser<NFS>
getParserForType
()
getRemotePath()
public
String
getRemotePath
()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;
getRemotePathBytes()
public
ByteString
getRemotePathBytes
()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;
getSerializedSize()
public
int
getSerializedSize
()
getServer()
public
String
getServer
()
The IP address of the NFS.
string server = 1;
getServerBytes()
public
ByteString
getServerBytes
()
The IP address of the NFS.
string server = 1;
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessage
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
NFS
.
Builder
newBuilderForType
()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected
NFS
.
Builder
newBuilderForType
(
AbstractMessage
.
BuilderParent
parent
)
toBuilder()
public
NFS
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)

