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.StateVolume.State. forNumber(int value)Volume.StateVolume.Builder. getState()The state of this storage volume.Volume.StateVolume. getState()The state of this storage volume.Volume.StateVolumeOrBuilder. getState()The state of this storage volume.static Volume.StateVolume.State. valueOf(int value)Deprecated.static Volume.StateVolume.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Volume.StateVolume.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.BuilderVolume.Builder. setState(Volume.State value)The state of this storage volume.
-