public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
Indicates the current state of the instance.
Protobuf enum google.spanner.admin.instance.v1.Instance.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CREATING | The instance is still being created. Resources may not be available yet, and operations such as database creation may not work. |
CREATING_VALUE | The instance is still being created. Resources may not be available yet, and operations such as database creation may not work. |
READY | The instance is fully created and ready to do work such as creating databases. |
READY_VALUE | The instance is fully created and ready to do work such as creating databases. |
STATE_UNSPECIFIED | Not specified. |
STATE_UNSPECIFIED_VALUE | Not specified. |
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() |