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.