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 \ MetadataJobMethods
__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 |
Enum of type State. |
setState
Output only. State of the metadata job.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| 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 |
|