Class: Google::Cloud::Tasks::V2beta2::TaskStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::TaskStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/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
174 175 176 177 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 174 class TaskStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attempt_response_count ⇒ ::Integer
174 175 176 177 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 174 class TaskStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#first_attempt_status ⇒ ::Google::Cloud::Tasks::V2beta2::AttemptStatus
174 175 176 177 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 174 class TaskStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_attempt_status ⇒ ::Google::Cloud::Tasks::V2beta2::AttemptStatus
174 175 176 177 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 174 class TaskStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |