Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DiscoveryStatus.
Status of discovery for an asset.
Generated from protobuf message google.cloud.dataplex.v1.Asset.DiscoveryStatus
Namespace
Google \ Cloud \ Dataplex \ V1 \ AssetMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ state
int
The current status of the discovery feature.
↳ message
string
Additional information about the current state.
↳ update_time
↳ last_run_time
↳ stats
↳ last_run_duration
getState
The current status of the discovery feature.
int
setState
The current status of the discovery feature.
var
int
$this
getMessage
Additional information about the current state.
string
setMessage
Additional information about the current state.
var
string
$this
getUpdateTime
Last update time of the status.
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the status.
$this
getLastRunTime
The start time of the last discovery run.
hasLastRunTime
clearLastRunTime
setLastRunTime
The start time of the last discovery run.
$this
getStats
Data Stats of the asset reported by discovery.
hasStats
clearStats
setStats
Data Stats of the asset reported by discovery.
$this
getLastRunDuration
The duration of the last discovery run.
hasLastRunDuration
clearLastRunDuration
setLastRunDuration
The duration of the last discovery run.
$this