Class: Google::Cloud::Tasks::V2beta2::TaskStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb

Overview

Status of the task.

Instance Attribute Summary collapse

Instance Attribute Details

#attempt_dispatch_countInteger

Returns Output only. The number of attempts dispatched.

This count includes attempts which have been dispatched but haven't received a response.

Returns:

  • (Integer)

    Output only. The number of attempts dispatched.

    This count includes attempts which have been dispatched but haven't received a response.



138
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 138

class TaskStatus; end

#attempt_response_countInteger

Returns Output only. The number of attempts which have received a response.

This field is not calculated for pull tasks.

Returns:

  • (Integer)

    Output only. The number of attempts which have received a response.

    This field is not calculated for pull tasks.



138
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 138

class TaskStatus; end

#first_attempt_statusGoogle::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.

Returns:



138
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 138

class TaskStatus; end

#last_attempt_statusGoogle::Cloud::Tasks::V2beta2::AttemptStatus

Returns Output only. The status of the task's last attempt.

This field is not calculated for pull tasks.

Returns:



138
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/task.rb', line 138

class TaskStatus; end