Module: Google::Cloud::Metastore::V1::Service::State

Defined in:
proto_docs/google/cloud/metastore/v1/metastore.rb

Overview

The current state of the metastore service.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the metastore service is unknown.

0
CREATING =

The metastore service is in the process of being created.

1
ACTIVE =

The metastore service is running and ready to serve queries.

2
SUSPENDING =

The metastore service is entering suspension. Its query-serving availability may cease unexpectedly.

3
SUSPENDED =

The metastore service is suspended and unable to serve queries.

4
UPDATING =

The metastore service is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.

5
DELETING =

The metastore service is undergoing deletion. It cannot be used.

6
ERROR =

The metastore service has encountered an error and cannot be used. The metastore service should be deleted.

7