Class AttemptStatus (2.12.1)

AttemptStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The status of a task attempt.

Attributes

NameDescription
schedule_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time that this attempt was scheduled. schedule_time will be truncated to the nearest microsecond.
dispatch_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time that this attempt was dispatched. dispatch_time will be truncated to the nearest microsecond.
response_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time that this attempt response was received. response_time will be truncated to the nearest microsecond.
response_status google.rpc.status_pb2.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.