public static interface Task.ExecutionStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLatestJob()
public abstract Job getLatestJob()Output only. latest job execution
.google.cloud.dataplex.v1.Job latest_job = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the updateTime field is set. |