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

Defined in:
proto_docs/google/spanner/admin/database/v1/backup.rb

Overview

Indicates the current state of the backup.

Constant Summary collapse

STATE_UNSPECIFIED =

Not specified.

0
CREATING =

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

1
READY =

The backup is complete and ready for use.

2