Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.5.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 task execution (e.g. Jobs).
Generated from protobuf message google.cloud.dataplex.v1.Task.ExecutionStatus
Namespace
Google \ Cloud \ Dataplex \ V1 \ TaskMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Last update time of the status. |
↳ latest_job |
Google\Cloud\Dataplex\V1\Job
Output only. latest job execution |
getUpdateTime
Output only. Last update time of the status.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Last update time of the status.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLatestJob
Output only. latest job execution
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\Job|null |
|
hasLatestJob
clearLatestJob
setLatestJob
Output only. latest job execution
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Dataplex\V1\Job
|
| Returns | |
|---|---|
| Type | Description |
$this |
|