Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.6.0)

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 \ Task

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Last update time of the status.

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

getLatestJob

Output only. latest job execution

Returns
TypeDescription
Google\Cloud\Dataplex\V1\Job|null

hasLatestJob

clearLatestJob

setLatestJob

Output only. latest job execution

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\Job
Returns
TypeDescription
$this