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.SecurityFlavorNfsExportOptions.SecurityFlavor. forNumber(int value)NfsExportOptions.SecurityFlavorNfsExportOptions.Builder. getSecurityFlavors(int index)The security flavors allowed for mount operations.NfsExportOptions.SecurityFlavorNfsExportOptions. getSecurityFlavors(int index)The security flavors allowed for mount operations.NfsExportOptions.SecurityFlavorNfsExportOptionsOrBuilder. getSecurityFlavors(int index)The security flavors allowed for mount operations.static NfsExportOptions.SecurityFlavorNfsExportOptions.SecurityFlavor. valueOf(int value)Deprecated.static NfsExportOptions.SecurityFlavorNfsExportOptions.SecurityFlavor. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NfsExportOptions.SecurityFlavorNfsExportOptions.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.BuilderNfsExportOptions.Builder. addSecurityFlavors(NfsExportOptions.SecurityFlavor value)The security flavors allowed for mount operations.NfsExportOptions.BuilderNfsExportOptions.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.BuilderNfsExportOptions.Builder. addAllSecurityFlavors(Iterable<? extends NfsExportOptions.SecurityFlavor> values)The security flavors allowed for mount operations.
-