Cloud Dataplex v1 API - Class MetadataJob.Types.Status (3.4.0)

public sealed class MetadataJob.Types.Status : IMessage<MetadataJob.Types.Status>, IEquatable<MetadataJob.Types.Status>, IDeepCloneable<MetadataJob.Types.Status>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class MetadataJob.Types.Status.

Metadata job status.

Inheritance

object > MetadataJob.Types.Status

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Status()

public Status()

Status(Status)

public Status(MetadataJob.Types.Status other)
Parameter
Name Description
other MetadataJobTypesStatus

Properties

CompletionPercent

public int CompletionPercent { get; set; }

Output only. Progress tracking.

Property Value
Type Description
int

Message

public string Message { get; set; }

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

Property Value
Type Description
string

State

public MetadataJob.Types.Status.Types.State State { get; set; }

Output only. State of the metadata job.

Property Value
Type Description
MetadataJobTypesStatusTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the status was updated.

Property Value
Type Description
Timestamp