Module: Google::Spanner::Admin::Database::V1::Database::State

Defined in:
lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

Indicates the current state of the database.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified.

0
CREATING =

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

1
READY =

The database is fully created and ready for use.

2
READY_OPTIMIZING =

The database is fully created and ready for use, but is still being optimized for performance and cannot handle full load.

In this state, the database still references the backup it was restore from, preventing the backup from being deleted. When optimizations are complete, the full performance of the database will be restored, and the database will transition to READY state.

3