Module: Google::Cloud::Metastore::V1::Federation::State
- Defined in:
- proto_docs/google/cloud/metastore/v1/metastore_federation.rb
Overview
The current state of the federation.
Constant Summary collapse
- STATE_UNSPECIFIED =
The state of the metastore federation is unknown.
0
- CREATING =
The metastore federation is in the process of being created.
1
- ACTIVE =
The metastore federation is running and ready to serve queries.
2
- UPDATING =
The metastore federation is being updated. It remains usable but cannot accept additional update requests or be deleted at this time.
3
- DELETING =
The metastore federation is undergoing deletion. It cannot be used.
4
- ERROR =
The metastore federation has encountered an error and cannot be used. The metastore federation should be deleted.
5