Interface MetadataJob.StatusOrBuilder (1.52.0)

public static interface MetadataJob.StatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompletionPercent()

public abstract int getCompletionPercent()

Output only. Progress tracking.

int32 completion_percent = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The completionPercent.

getMessage()

public abstract String getMessage()

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

string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

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

string message = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for message.

getState()

public abstract MetadataJob.Status.State getState()

Output only. State of the metadata job.

.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
MetadataJob.Status.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the metadata job.

.google.cloud.dataplex.v1.MetadataJob.Status.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time when the status was updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.