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