Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ExecutionStatus.

Status of the data scan execution.

Generated from protobuf message google.cloud.dataplex.v1.DataScan.ExecutionStatus

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ latest_job_start_time Google\Protobuf\Timestamp

The time when the latest DataScanJob started.

↳ latest_job_end_time Google\Protobuf\Timestamp

The time when the latest DataScanJob ended.

getLatestJobStartTime

The time when the latest DataScanJob started.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLatestJobStartTime

clearLatestJobStartTime

setLatestJobStartTime

The time when the latest DataScanJob started.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLatestJobEndTime

The time when the latest DataScanJob ended.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLatestJobEndTime

clearLatestJobEndTime

setLatestJobEndTime

The time when the latest DataScanJob ended.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this