Uses of Class
com.google.cloud.bigtable.admin.v2.models.Cluster.State
-
Packages that use Cluster.State Package Description com.google.cloud.bigtable.admin.v2.models -
-
Uses of Cluster.State in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Cluster.State Modifier and Type Method Description static Cluster.State
Cluster.State. fromProto(Cluster.State proto)
Wraps the protobuf.Cluster.State
Cluster. getState()
Gets the current state of the clusterstatic Cluster.State
Cluster.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cluster.State[]
Cluster.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-