Class Status (2.4.0)

Status(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata job status.

Attributes

Name Description
state google.cloud.dataplex_v1.types.MetadataJob.Status.State
Output only. State of the metadata job.
message str
Output only. Message relating to the progression of a metadata job.
completion_percent int
Output only. Progress tracking.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the status was updated.

Classes

State

State(value)

State of a metadata job.