public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
Possible states of an instance.
Protobuf enum google.bigtable.admin.v2.Instance.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
CREATING | The instance is currently being created, and may be destroyed if the creation process encounters an error. |
CREATING_VALUE | The instance is currently being created, and may be destroyed if the creation process encounters an error. |
READY | The instance has been successfully created and can serve requests to its tables. |
READY_VALUE | The instance has been successfully created and can serve requests to its tables. |
STATE_NOT_KNOWN | The state of the instance could not be determined. |
STATE_NOT_KNOWN_VALUE | The state of the instance could not be determined. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |