Dataproc Metastore V1 API - Module Google::Cloud::Metastore::V1::Service::State (v2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataproc Metastore V1 API module Google::Cloud::Metastore::V1::Service::State.
The current state of the metastore service.
Constants
STATE_UNSPECIFIED
value: 0 The state of the metastore service is unknown.
CREATING
value: 1 The metastore service is in the process of being created.
ACTIVE
value: 2 The metastore service is running and ready to serve queries.
SUSPENDING
value: 3 The metastore service is entering suspension. Its query-serving
availability may cease unexpectedly.
SUSPENDED
value: 4 The metastore service is suspended and unable to serve queries.
UPDATING
value: 5 The metastore service is being updated. It remains usable but cannot
accept additional update requests or be deleted at this time.
DELETING
value: 6 The metastore service is undergoing deletion. It cannot be used.
ERROR
value: 7 The metastore service has encountered an error and cannot be used. The
metastore service should be deleted.
[[["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-04-03 UTC."],[],[]]