Google Cloud Dataplex V1 Client - Class ExecutionStatus (1.9.1)
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
Optional. The time when the latest DataScanJob started. |
↳ latest_job_end_time |
Google\Protobuf\Timestamp
Optional. The time when the latest DataScanJob ended. |
↳ latest_job_create_time |
Google\Protobuf\Timestamp
Optional. The time when the DataScanJob execution was created. |
getLatestJobStartTime
Optional. The time when the latest DataScanJob started.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLatestJobStartTime
clearLatestJobStartTime
setLatestJobStartTime
Optional. The time when the latest DataScanJob started.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLatestJobEndTime
Optional. The time when the latest DataScanJob ended.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLatestJobEndTime
clearLatestJobEndTime
setLatestJobEndTime
Optional. The time when the latest DataScanJob ended.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLatestJobCreateTime
Optional. The time when the DataScanJob execution was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLatestJobCreateTime
clearLatestJobCreateTime
setLatestJobCreateTime
Optional. The time when the DataScanJob execution was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|