Uses of Class
com.google.cloud.netapp.v1.Volume.State
-
Packages that use Volume.State Package Description com.google.cloud.netapp.v1 A client to NetApp API -
-
Uses of Volume.State in com.google.cloud.netapp.v1
Methods in com.google.cloud.netapp.v1 that return Volume.State Modifier and Type Method Description static Volume.State
Volume.State. forNumber(int value)
Volume.State
Volume.Builder. getState()
Output only.Volume.State
Volume. getState()
Output only.Volume.State
VolumeOrBuilder. getState()
Output only.static Volume.State
Volume.State. valueOf(int value)
Deprecated.static Volume.State
Volume.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Volume.State
Volume.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Volume.State[]
Volume.State. 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 Volume.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Volume.State>
Volume.State. internalGetValueMap()
Methods in com.google.cloud.netapp.v1 with parameters of type Volume.State Modifier and Type Method Description Volume.Builder
Volume.Builder. setState(Volume.State value)
Output only.
-