Google Cloud Dataplex V1 Client - Class Status (1.6.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Status.

Metadata job status.

Generated from protobuf message google.cloud.dataplex.v1.MetadataJob.Status

Namespace

Google \ Cloud \ Dataplex \ V1 \ MetadataJob

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ state int

Output only. State of the metadata job.

↳ message string

Output only. Message relating to the progression of a metadata job.

↳ completion_percent int

Output only. Progress tracking.

↳ update_time Google\Protobuf\Timestamp

Output only. The time when the status was updated.

getState

Output only. State of the metadata job.

Returns
Type Description
int

setState

Output only. State of the metadata job.

Parameter
Name Description
var int
Returns
Type Description
$this

getMessage

Output only. Message relating to the progression of a metadata job.

Returns
Type Description
string

setMessage

Output only. Message relating to the progression of a metadata job.

Parameter
Name Description
var string
Returns
Type Description
$this

getCompletionPercent

Output only. Progress tracking.

Returns
Type Description
int

setCompletionPercent

Output only. Progress tracking.

Parameter
Name Description
var int
Returns
Type Description
$this

getUpdateTime

Output only. The time when the status was updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The time when the status was updated.

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.