View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoveryStatus (google_api_dataplex v0.20.0)
Status of discovery for an asset.
Attributes
-
lastRunDuration
(type:String.t
, default:nil
) - The duration of the last discovery run. -
lastRunTime
(type:DateTime.t
, default:nil
) - The start time of the last discovery run. -
message
(type:String.t
, default:nil
) - Additional information about the current state. -
state
(type:String.t
, default:nil
) - The current status of the discovery feature. -
stats
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoveryStatusStats.t
, default:nil
) - Data Stats of the asset reported by discovery. -
updateTime
(type:DateTime.t
, default:nil
) - Last update time of the status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoveryStatus{ lastRunDuration: String.t() | nil, lastRunTime: DateTime.t() | nil, message: String.t() | nil, state: String.t() | nil, stats: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AssetDiscoveryStatusStats.t() | nil, updateTime: DateTime.t() | nil }