Uses of Class
com.google.cloud.baremetalsolution.v2.Volume.State
-
Packages that use Volume.State Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of Volume.State in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Volume.State Modifier and Type Method Description static Volume.State
Volume.State. forNumber(int value)
Volume.State
Volume.Builder. getState()
The state of this storage volume.Volume.State
Volume. getState()
The state of this storage volume.Volume.State
VolumeOrBuilder. getState()
The state of this storage volume.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.baremetalsolution.v2 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.baremetalsolution.v2 with parameters of type Volume.State Modifier and Type Method Description Volume.Builder
Volume.Builder. setState(Volume.State value)
The state of this storage volume.
-