MetastoreStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status of Lake and Dataproc Metastore service instance association.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.dataplex_v1.types.Lake.MetastoreStatus.State
Current state of association. |
message |
str
Additional information about the current status. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Last update time of the metastore status of the lake. |
endpoint |
str
The URI of the endpoint used to access the Metastore service. |
Classes
State
State(value)
Current state of association.
Values: STATE_UNSPECIFIED (0): Unspecified. NONE (1): A Metastore service instance is not associated with the lake. READY (2): A Metastore service instance is attached to the lake. UPDATING (3): Attach/detach is in progress. ERROR (4): Attach/detach could not be done due to errors.