public static interface Task.ExecutionStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLatestJob()
public abstract Job getLatestJob()
Output only. latest job execution
.google.events.cloud.dataplex.v1.Job latest_job = 9;
Returns | |
---|---|
Type | Description |
Job |
The latestJob. |
getLatestJobOrBuilder()
public abstract JobOrBuilder getLatestJobOrBuilder()
Output only. latest job execution
.google.events.cloud.dataplex.v1.Job latest_job = 9;
Returns | |
---|---|
Type | Description |
JobOrBuilder |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last update time of the status.
.google.protobuf.Timestamp update_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasLatestJob()
public abstract boolean hasLatestJob()
Output only. latest job execution
.google.events.cloud.dataplex.v1.Job latest_job = 9;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |