Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.5.1)

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.