Class: Google::Cloud::Tasks::V2beta2::TaskStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::TaskStatus
- Defined in:
- lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb
Overview
Status of the task.
Instance Attribute Summary collapse
-
#attempt_dispatch_count ⇒ Integer
Output only.
-
#attempt_response_count ⇒ Integer
Output only.
-
#first_attempt_status ⇒ Google::Cloud::Tasks::V2beta2::AttemptStatus
Output only.
-
#last_attempt_status ⇒ Google::Cloud::Tasks::V2beta2::AttemptStatus
Output only.
Instance Attribute Details
#attempt_dispatch_count ⇒ Integer
Returns Output only. The number of attempts dispatched.
This count includes tasks which have been dispatched but haven't received a response.
136 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 136 class TaskStatus; end |
#attempt_response_count ⇒ Integer
Returns Output only. The number of attempts which have received a response.
This field is not calculated for pull tasks.
136 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 136 class TaskStatus; end |
#first_attempt_status ⇒ Google::Cloud::Tasks::V2beta2::AttemptStatus
Returns 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.
136 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 136 class TaskStatus; end |
#last_attempt_status ⇒ Google::Cloud::Tasks::V2beta2::AttemptStatus
Returns Output only. The status of the task's last attempt.
This field is not calculated for pull tasks.
136 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 136 class TaskStatus; end |