Uses of Class
com.google.cloud.netapp.v1.SecurityStyle
-
Packages that use SecurityStyle Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of SecurityStyle in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return SecurityStyle Modifier and Type Method Description static SecurityStyle
SecurityStyle. forNumber(int value)
SecurityStyle
Volume.Builder. getSecurityStyle()
Optional.SecurityStyle
Volume. getSecurityStyle()
Optional.SecurityStyle
VolumeOrBuilder. getSecurityStyle()
Optional.static SecurityStyle
SecurityStyle. valueOf(int value)
Deprecated.static SecurityStyle
SecurityStyle. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SecurityStyle
SecurityStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityStyle[]
SecurityStyle. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.netapp.v1 that return types with arguments of type SecurityStyle Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SecurityStyle>
SecurityStyle. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type SecurityStyle Modifier and Type Method Description Volume.Builder
Volume.Builder. setSecurityStyle(SecurityStyle value)
Optional.
-