Cloud Bigtable V2 Client - Class State (2.21.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Bigtable V2 Client class State.
Possible states of a snapshot.
Protobuf type google.bigtable.admin.v2.Snapshot.State
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ Snapshot
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_NOT_KNOWN
Value: 0
The state of the snapshot could not be determined.
Generated from protobuf enum STATE_NOT_KNOWN = 0;
READY
Value: 1
The snapshot has been successfully created and can serve all requests.
Generated from protobuf enum READY = 1;
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]