Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanMethods
__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 |
|