public final class NFS extends GeneratedMessageV3 implements NFSOrBuilder
Represents an NFS volume.
Protobuf type google.cloud.batch.v1alpha.NFS
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
REMOTE_PATH_FIELD_NUMBER
public static final int REMOTE_PATH_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVER_FIELD_NUMBER
public static final int SERVER_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static NFS getDefaultInstance()
Returns |
Type |
Description |
NFS |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static NFS.Builder newBuilder()
newBuilder(NFS prototype)
public static NFS.Builder newBuilder(NFS prototype)
Parameter |
Name |
Description |
prototype |
NFS
|
public static NFS parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
NFS |
|
public static NFS parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
parseFrom(byte[] data)
public static NFS parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
NFS |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NFS parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
parseFrom(ByteString data)
public static NFS parseFrom(ByteString data)
Returns |
Type |
Description |
NFS |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NFS parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
public static NFS parseFrom(CodedInputStream input)
Returns |
Type |
Description |
NFS |
|
public static NFS parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
public static NFS parseFrom(InputStream input)
Returns |
Type |
Description |
NFS |
|
public static NFS parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
parseFrom(ByteBuffer data)
public static NFS parseFrom(ByteBuffer data)
Returns |
Type |
Description |
NFS |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NFS parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
NFS |
|
parser()
public static Parser<NFS> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public NFS getDefaultInstanceForType()
Returns |
Type |
Description |
NFS |
|
getParserForType()
public Parser<NFS> getParserForType()
Overrides
getRemotePath()
public String getRemotePath()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;
Returns |
Type |
Description |
String |
The remotePath.
|
getRemotePathBytes()
public ByteString getRemotePathBytes()
Remote source path exported from the NFS, e.g., "/share".
string remote_path = 2;
Returns |
Type |
Description |
ByteString |
The bytes for remotePath.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServer()
public String getServer()
The IP address of the NFS.
string server = 1;
Returns |
Type |
Description |
String |
The server.
|
getServerBytes()
public ByteString getServerBytes()
The IP address of the NFS.
string server = 1;
Returns |
Type |
Description |
ByteString |
The bytes for server.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public NFS.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NFS.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public NFS.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides