Class TaskStatus (2.10.1)

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

Status of the task.

Attributes

NameDescription
attempt_dispatch_count int
Output only. The number of attempts dispatched. This count includes attempts which have been dispatched but haven't received a response.
attempt_response_count int
Output only. The number of attempts which have received a response. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
first_attempt_status google.cloud.tasks_v2beta2.types.AttemptStatus
Output only. The status of the task's first attempt. Only dispatch_time will be set. The other AttemptStatus information is not retained by Cloud Tasks. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
last_attempt_status google.cloud.tasks_v2beta2.types.AttemptStatus
Output only. The status of the task's last attempt. This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].

Inheritance

builtins.object > proto.message.Message > TaskStatus