Class: Google::Cloud::Run::V2::TaskAttemptResult
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::TaskAttemptResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/task.rb
Overview
Result of a task attempt.
Instance Attribute Summary collapse
-
#exit_code ⇒ ::Integer
readonly
Output only.
-
#status ⇒ ::Google::Rpc::Status
readonly
Output only.
-
#term_signal ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#exit_code ⇒ ::Integer (readonly)
251 252 253 254 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 251 class TaskAttemptResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status (readonly)
251 252 253 254 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 251 class TaskAttemptResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#term_signal ⇒ ::Integer (readonly)
251 252 253 254 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 251 class TaskAttemptResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |