Module Google::Cloud::Bigtable::Admin::V2::Snapshot::State (v0.8.1)

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.