Uses of Class
com.google.cloud.migrationcenter.v1.NfsExportList
-
Packages that use NfsExportList Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of NfsExportList in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return NfsExportList Modifier and Type Method Description NfsExportList
NfsExportList.Builder. build()
NfsExportList
NfsExportList.Builder. buildPartial()
static NfsExportList
NfsExportList. getDefaultInstance()
NfsExportList
NfsExportList.Builder. getDefaultInstanceForType()
NfsExportList
NfsExportList. getDefaultInstanceForType()
NfsExportList
GuestConfigDetails.Builder. getNfsExports()
NFS exports.NfsExportList
GuestConfigDetails. getNfsExports()
NFS exports.NfsExportList
GuestConfigDetailsOrBuilder. getNfsExports()
NFS exports.static NfsExportList
NfsExportList. parseDelimitedFrom(InputStream input)
static NfsExportList
NfsExportList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportList
NfsExportList. parseFrom(byte[] data)
static NfsExportList
NfsExportList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportList
NfsExportList. parseFrom(com.google.protobuf.ByteString data)
static NfsExportList
NfsExportList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportList
NfsExportList. parseFrom(com.google.protobuf.CodedInputStream input)
static NfsExportList
NfsExportList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportList
NfsExportList. parseFrom(InputStream input)
static NfsExportList
NfsExportList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportList
NfsExportList. parseFrom(ByteBuffer data)
static NfsExportList
NfsExportList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type NfsExportList Modifier and Type Method Description com.google.protobuf.Parser<NfsExportList>
NfsExportList. getParserForType()
static com.google.protobuf.Parser<NfsExportList>
NfsExportList. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type NfsExportList Modifier and Type Method Description NfsExportList.Builder
NfsExportList.Builder. mergeFrom(NfsExportList other)
GuestConfigDetails.Builder
GuestConfigDetails.Builder. mergeNfsExports(NfsExportList value)
NFS exports.static NfsExportList.Builder
NfsExportList. newBuilder(NfsExportList prototype)
GuestConfigDetails.Builder
GuestConfigDetails.Builder. setNfsExports(NfsExportList value)
NFS exports.
-