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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLatestJobStartTime
clearLatestJobStartTime
setLatestJobStartTime
The time when the latest DataScanJob started.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLatestJobEndTime
The time when the latest DataScanJob ended.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasLatestJobEndTime
clearLatestJobEndTime
setLatestJobEndTime
The time when the latest DataScanJob ended.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |