class Database_State

Indicates the current state of the database.

Protobuf enum Google\Spanner\Admin\Database\V1\Database\State

Constants

STATE_UNSPECIFIED

Not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

The database is still being created. Operations on the database may fail with FAILED_PRECONDITION in this state.

Generated from protobuf enum CREATING = 1;

READY

The database is fully created and ready for use.

Generated from protobuf enum READY = 2;