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
Methods
__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
Google\Protobuf\Timestamp
Last update time of the status.
↳ last_run_time
Google\Protobuf\Timestamp
The start time of the last discovery run.
↳ stats
↳ last_run_duration
Google\Protobuf\Duration
The duration of the last discovery run.
getState
The current status of the discovery feature.
Generated from protobuf field .google.cloud.dataplex.v1.Asset.DiscoveryStatus.State state = 1;
int
setState
The current status of the discovery feature.
Generated from protobuf field .google.cloud.dataplex.v1.Asset.DiscoveryStatus.State state = 1;
var
int
$this
getMessage
Additional information about the current state.
Generated from protobuf field string message = 2;
string
setMessage
Additional information about the current state.
Generated from protobuf field string message = 2;
var
string
$this
getUpdateTime
Last update time of the status.
Generated from protobuf field .google.protobuf.Timestamp update_time = 3;
Google\Protobuf\Timestamp|null
hasUpdateTime
clearUpdateTime
setUpdateTime
Last update time of the status.
Generated from protobuf field .google.protobuf.Timestamp update_time = 3;
var
Google\Protobuf\Timestamp
$this
getLastRunTime
The start time of the last discovery run.
Generated from protobuf field .google.protobuf.Timestamp last_run_time = 4;
Google\Protobuf\Timestamp|null
hasLastRunTime
clearLastRunTime
setLastRunTime
The start time of the last discovery run.
Generated from protobuf field .google.protobuf.Timestamp last_run_time = 4;
var
Google\Protobuf\Timestamp
$this
getStats
Data Stats of the asset reported by discovery.
Generated from protobuf field .google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats stats = 6;
hasStats
clearStats
setStats
Data Stats of the asset reported by discovery.
Generated from protobuf field .google.cloud.dataplex.v1.Asset.DiscoveryStatus.Stats stats = 6;
$this
getLastRunDuration
The duration of the last discovery run.
Generated from protobuf field .google.protobuf.Duration last_run_duration = 7;
Google\Protobuf\Duration|null
hasLastRunDuration
clearLastRunDuration
setLastRunDuration
The duration of the last discovery run.
Generated from protobuf field .google.protobuf.Duration last_run_duration = 7;
var
Google\Protobuf\Duration
$this