Module: Google::Cloud::Dataplex::V1::Lake::MetastoreStatus::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Current state of association.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified.
0
- NONE =
A Metastore service instance is not associated with the lake.
1
- READY =
A Metastore service instance is attached to the lake.
2
- UPDATING =
Attach/detach is in progress.
3
- ERROR =
Attach/detach could not be done due to errors.
4