Reference documentation and code samples for the Dataproc Metastore V1beta API module Google::Cloud::Metastore::V1beta::Federation::State.
The current state of the federation.
Constants
STATE_UNSPECIFIED
value: 0
The state of the metastore federation is unknown.
CREATING
value: 1
The metastore federation is in the process of being created.
ACTIVE
value: 2
The metastore federation is running and ready to serve queries.
UPDATING
value: 3
The metastore federation is being updated. It remains usable but cannot
accept additional update requests or be deleted at this time.
DELETING
value: 4
The metastore federation is undergoing deletion. It cannot be used.
ERROR
value: 5
The metastore federation has encountered an error and cannot be used. The
metastore federation should be deleted.