Class: Google::Cloud::Tasks::V2beta2::AttemptStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::AttemptStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta2/task.rb
Overview
The status of a task attempt.
Instance Attribute Summary collapse
-
#dispatch_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#response_status ⇒ ::Google::Rpc::Status
Output only.
-
#response_time ⇒ ::Google::Protobuf::Timestamp
Output only.
-
#schedule_time ⇒ ::Google::Protobuf::Timestamp
Output only.
Instance Attribute Details
#dispatch_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. The time that this attempt was dispatched.
dispatch_time
will be truncated to the nearest microsecond.
195 196 197 198 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 195 class AttemptStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_status ⇒ ::Google::Rpc::Status
Returns 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.
195 196 197 198 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 195 class AttemptStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. The time that this attempt response was received.
response_time
will be truncated to the nearest microsecond.
195 196 197 198 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 195 class AttemptStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schedule_time ⇒ ::Google::Protobuf::Timestamp
Returns Output only. The time that this attempt was scheduled.
schedule_time
will be truncated to the nearest microsecond.
195 196 197 198 |
# File 'proto_docs/google/cloud/tasks/v2beta2/task.rb', line 195 class AttemptStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |