public enum Instance.State extends Enum<Instance.State>
Static Fields |
|
---|---|
Name | Description |
CREATING |
The instance is currently being created, and may be destroyed if the creation process encounters an error. |
NOT_KNOWN |
The state of the instance could not be determined by the server. |
READY |
The instance has been successfully created and can serve requests to its tables. |
UNRECOGNIZED |
The state of instance is not known by this client. Please upgrade your client. |
Static Methods |
|
---|---|
Name | Description |
fromProto(Instance.State proto) |
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
toProto() |
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. |