Google Cloud Dataplex V1 Client - Class ExecutionStatus (0.3.0)

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

Methods

__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

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.