AttemptStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The status of a task attempt.
Attributes
Name | Description |
schedule_time |
Output only. The time that this attempt was scheduled. schedule_time will be truncated to the nearest
microsecond.
|
dispatch_time |
Output only. The time that this attempt was dispatched. dispatch_time will be truncated to the nearest
microsecond.
|
response_time |
Output only. The time that this attempt response was received. response_time will be truncated to the nearest
microsecond.
|
response_status |
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. |