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