Uses of Class
com.google.cloud.filestore.v1beta1.NfsExportOptions
-
Packages that use NfsExportOptions Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of NfsExportOptions in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return NfsExportOptions Modifier and Type Method Description NfsExportOptions
NfsExportOptions.Builder. build()
NfsExportOptions
NfsExportOptions.Builder. buildPartial()
static NfsExportOptions
NfsExportOptions. getDefaultInstance()
NfsExportOptions
NfsExportOptions.Builder. getDefaultInstanceForType()
NfsExportOptions
NfsExportOptions. getDefaultInstanceForType()
NfsExportOptions
FileShareConfig.Builder. getNfsExportOptions(int index)
Nfs Export Options.NfsExportOptions
FileShareConfig. getNfsExportOptions(int index)
Nfs Export Options.NfsExportOptions
FileShareConfigOrBuilder. getNfsExportOptions(int index)
Nfs Export Options.NfsExportOptions
Share.Builder. getNfsExportOptions(int index)
Nfs Export Options.NfsExportOptions
Share. getNfsExportOptions(int index)
Nfs Export Options.NfsExportOptions
ShareOrBuilder. getNfsExportOptions(int index)
Nfs Export Options.static NfsExportOptions
NfsExportOptions. parseDelimitedFrom(InputStream input)
static NfsExportOptions
NfsExportOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportOptions
NfsExportOptions. parseFrom(byte[] data)
static NfsExportOptions
NfsExportOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportOptions
NfsExportOptions. parseFrom(com.google.protobuf.ByteString data)
static NfsExportOptions
NfsExportOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportOptions
NfsExportOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static NfsExportOptions
NfsExportOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportOptions
NfsExportOptions. parseFrom(InputStream input)
static NfsExportOptions
NfsExportOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NfsExportOptions
NfsExportOptions. parseFrom(ByteBuffer data)
static NfsExportOptions
NfsExportOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type NfsExportOptions Modifier and Type Method Description List<NfsExportOptions>
FileShareConfig.Builder. getNfsExportOptionsList()
Nfs Export Options.List<NfsExportOptions>
FileShareConfig. getNfsExportOptionsList()
Nfs Export Options.List<NfsExportOptions>
FileShareConfigOrBuilder. getNfsExportOptionsList()
Nfs Export Options.List<NfsExportOptions>
Share.Builder. getNfsExportOptionsList()
Nfs Export Options.List<NfsExportOptions>
Share. getNfsExportOptionsList()
Nfs Export Options.List<NfsExportOptions>
ShareOrBuilder. getNfsExportOptionsList()
Nfs Export Options.com.google.protobuf.Parser<NfsExportOptions>
NfsExportOptions. getParserForType()
static com.google.protobuf.Parser<NfsExportOptions>
NfsExportOptions. parser()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type NfsExportOptions Modifier and Type Method Description FileShareConfig.Builder
FileShareConfig.Builder. addNfsExportOptions(int index, NfsExportOptions value)
Nfs Export Options.FileShareConfig.Builder
FileShareConfig.Builder. addNfsExportOptions(NfsExportOptions value)
Nfs Export Options.Share.Builder
Share.Builder. addNfsExportOptions(int index, NfsExportOptions value)
Nfs Export Options.Share.Builder
Share.Builder. addNfsExportOptions(NfsExportOptions value)
Nfs Export Options.NfsExportOptions.Builder
NfsExportOptions.Builder. mergeFrom(NfsExportOptions other)
static NfsExportOptions.Builder
NfsExportOptions. newBuilder(NfsExportOptions prototype)
FileShareConfig.Builder
FileShareConfig.Builder. setNfsExportOptions(int index, NfsExportOptions value)
Nfs Export Options.Share.Builder
Share.Builder. setNfsExportOptions(int index, NfsExportOptions value)
Nfs Export Options.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type NfsExportOptions Modifier and Type Method Description FileShareConfig.Builder
FileShareConfig.Builder. addAllNfsExportOptions(Iterable<? extends NfsExportOptions> values)
Nfs Export Options.Share.Builder
Share.Builder. addAllNfsExportOptions(Iterable<? extends NfsExportOptions> values)
Nfs Export Options.
-