Uses of Class
com.google.cloud.filestore.v1beta1.NfsExportOptions.SecurityFlavor
-
Packages that use NfsExportOptions.SecurityFlavor Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of NfsExportOptions.SecurityFlavor in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return NfsExportOptions.SecurityFlavor Modifier and Type Method Description static NfsExportOptions.SecurityFlavor
NfsExportOptions.SecurityFlavor. forNumber(int value)
NfsExportOptions.SecurityFlavor
NfsExportOptions.Builder. getSecurityFlavors(int index)
The security flavors allowed for mount operations.NfsExportOptions.SecurityFlavor
NfsExportOptions. getSecurityFlavors(int index)
The security flavors allowed for mount operations.NfsExportOptions.SecurityFlavor
NfsExportOptionsOrBuilder. getSecurityFlavors(int index)
The security flavors allowed for mount operations.static NfsExportOptions.SecurityFlavor
NfsExportOptions.SecurityFlavor. valueOf(int value)
Deprecated.static NfsExportOptions.SecurityFlavor
NfsExportOptions.SecurityFlavor. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NfsExportOptions.SecurityFlavor
NfsExportOptions.SecurityFlavor. valueOf(String name)
Returns the enum constant of this type with the specified name.static NfsExportOptions.SecurityFlavor[]
NfsExportOptions.SecurityFlavor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type NfsExportOptions.SecurityFlavor Modifier and Type Method Description List<NfsExportOptions.SecurityFlavor>
NfsExportOptions.Builder. getSecurityFlavorsList()
The security flavors allowed for mount operations.List<NfsExportOptions.SecurityFlavor>
NfsExportOptions. getSecurityFlavorsList()
The security flavors allowed for mount operations.List<NfsExportOptions.SecurityFlavor>
NfsExportOptionsOrBuilder. getSecurityFlavorsList()
The security flavors allowed for mount operations.static com.google.protobuf.Internal.EnumLiteMap<NfsExportOptions.SecurityFlavor>
NfsExportOptions.SecurityFlavor. internalGetValueMap()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type NfsExportOptions.SecurityFlavor Modifier and Type Method Description NfsExportOptions.Builder
NfsExportOptions.Builder. addSecurityFlavors(NfsExportOptions.SecurityFlavor value)
The security flavors allowed for mount operations.NfsExportOptions.Builder
NfsExportOptions.Builder. setSecurityFlavors(int index, NfsExportOptions.SecurityFlavor value)
The security flavors allowed for mount operations.Method parameters in com.google.cloud.filestore.v1beta1 with type arguments of type NfsExportOptions.SecurityFlavor Modifier and Type Method Description NfsExportOptions.Builder
NfsExportOptions.Builder. addAllSecurityFlavors(Iterable<? extends NfsExportOptions.SecurityFlavor> values)
The security flavors allowed for mount operations.
-