Enum InstancePartition.State (6.66.0)

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

ProtocolMessageEnum

Static 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 = 1;

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.

CREATING = 1;

READY

The instance partition is fully created and ready to do work such as creating placements and using in databases.

READY = 2;

READY_VALUE

The instance partition is fully created and ready to do work such as creating placements and using in databases.

READY = 2;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

STATE_UNSPECIFIED = 0;

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()