public interface AttemptStatusOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getDispatchTime()
Output only.
|
TimestampOrBuilder |
getDispatchTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getResponseStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getResponseStatusOrBuilder()
Output only.
|
Timestamp |
getResponseTime()
Output only.
|
TimestampOrBuilder |
getResponseTimeOrBuilder()
Output only.
|
Timestamp |
getScheduleTime()
Output only.
|
TimestampOrBuilder |
getScheduleTimeOrBuilder()
Output only.
|
boolean |
hasDispatchTime()
Output only.
|
boolean |
hasResponseStatus()
Output only.
|
boolean |
hasResponseTime()
Output only.
|
boolean |
hasScheduleTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasScheduleTime()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
Timestamp getScheduleTime()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
TimestampOrBuilder getScheduleTimeOrBuilder()
Output only. The time that this attempt was scheduled. `schedule_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp schedule_time = 1;
boolean hasDispatchTime()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
Timestamp getDispatchTime()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
TimestampOrBuilder getDispatchTimeOrBuilder()
Output only. The time that this attempt was dispatched. `dispatch_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp dispatch_time = 2;
boolean hasResponseTime()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
Timestamp getResponseTime()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
TimestampOrBuilder getResponseTimeOrBuilder()
Output only. The time that this attempt response was received. `response_time` will be truncated to the nearest microsecond.
.google.protobuf.Timestamp response_time = 3;
boolean hasResponseStatus()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
com.google.rpc.Status getResponseStatus()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
com.google.rpc.StatusOrBuilder getResponseStatusOrBuilder()
Output only. The response from the target for this attempt. If the task has not been attempted or the task is currently running then the response status is unset.
.google.rpc.Status response_status = 4;
Copyright © 2022 Google LLC. All rights reserved.