Uses of Class
com.google.cloud.batch.v1.NFS
-
Packages that use NFS Package Description com.google.cloud.batch.v1 A client to Batch API -
-
Uses of NFS in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return NFS Modifier and Type Method Description NFS
NFS.Builder. build()
NFS
NFS.Builder. buildPartial()
static NFS
NFS. getDefaultInstance()
NFS
NFS.Builder. getDefaultInstanceForType()
NFS
NFS. getDefaultInstanceForType()
NFS
Volume.Builder. getNfs()
A Network File System (NFS) volume.NFS
Volume. getNfs()
A Network File System (NFS) volume.NFS
VolumeOrBuilder. getNfs()
A Network File System (NFS) volume.static NFS
NFS. parseDelimitedFrom(InputStream input)
static NFS
NFS. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NFS
NFS. parseFrom(byte[] data)
static NFS
NFS. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NFS
NFS. parseFrom(com.google.protobuf.ByteString data)
static NFS
NFS. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NFS
NFS. parseFrom(com.google.protobuf.CodedInputStream input)
static NFS
NFS. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NFS
NFS. parseFrom(InputStream input)
static NFS
NFS. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NFS
NFS. parseFrom(ByteBuffer data)
static NFS
NFS. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.batch.v1 that return types with arguments of type NFS Modifier and Type Method Description com.google.protobuf.Parser<NFS>
NFS. getParserForType()
static com.google.protobuf.Parser<NFS>
NFS. parser()
Methods in com.google.cloud.batch.v1 with parameters of type NFS Modifier and Type Method Description NFS.Builder
NFS.Builder. mergeFrom(NFS other)
Volume.Builder
Volume.Builder. mergeNfs(NFS value)
A Network File System (NFS) volume.static NFS.Builder
NFS. newBuilder(NFS prototype)
Volume.Builder
Volume.Builder. setNfs(NFS value)
A Network File System (NFS) volume.
-