Cloud Bigtable Admin V2 API - Module Google::Cloud::Bigtable::Admin::V2::Snapshot::State (v0.11.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API module Google::Cloud::Bigtable::Admin::V2::Snapshot::State.

Possible states of a snapshot.

Constants

STATE_NOT_KNOWN

value: 0
The state of the snapshot could not be determined.

READY

value: 1
The snapshot has been successfully created and can serve all requests.

CREATING

value: 2
The snapshot is currently being created, and may be destroyed if the creation process encounters an error. A snapshot may not be restored to a table while it is being created.