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