Interface Task.ExecutionStatusOrBuilder (1.37.0)

public static interface Task.ExecutionStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLatestJob()

public abstract Job getLatestJob()

Output only. latest job execution

.google.cloud.dataplex.v1.Job latest_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Job

The latestJob.

getLatestJobOrBuilder()

public abstract JobOrBuilder getLatestJobOrBuilder()

Output only. latest job execution

.google.cloud.dataplex.v1.Job latest_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
JobOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Last update time of the status.

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

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Last update time of the status.

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

Returns
TypeDescription
TimestampOrBuilder

hasLatestJob()

public abstract boolean hasLatestJob()

Output only. latest job execution

.google.cloud.dataplex.v1.Job latest_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the latestJob field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Last update time of the status.

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

Returns
TypeDescription
boolean

Whether the updateTime field is set.