Class State (3.66.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
Indicates the current state of the database.
In this state, the database still references the backup it
was restore from, preventing the backup from being deleted.
When optimizations are complete, the full performance of the
database will be restored, and the database will transition
to `READY` state.
Enums
Name
Description
STATE_UNSPECIFIED
Not specified.
CREATING
The database is still being created. Operations on the database may fail with `FAILED_PRECONDITION` in this state.
READY
The database is fully created and ready for use.
READY_OPTIMIZING
The database is fully created and ready for use, but is still being optimized for performance and cannot handle full load.
[[["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-05-09 UTC."],[],[]]