GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1LakeMetastoreStatus (google_api_dataplex v0.21.0)
View SourceStatus of Lake and Dataproc Metastore service instance association.
Attributes
-
endpoint(type:String.t, default:nil) - The URI of the endpoint used to access the Metastore service. -
message(type:String.t, default:nil) - Additional information about the current status. -
state(type:String.t, default:nil) - Current state of association. -
updateTime(type:DateTime.t, default:nil) - Last update time of the metastore status of the lake.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1LakeMetastoreStatus{ endpoint: String.t() | nil, message: String.t() | nil, state: String.t() | nil, updateTime: DateTime.t() | nil }