Class: Google::Cloud::Batch::V1::StatusEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::StatusEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/task.rb
Overview
Status event
Instance Attribute Summary collapse
-
#description ⇒ ::String
Description of the event.
-
#event_time ⇒ ::Google::Protobuf::Timestamp
The time this event occurred.
-
#task_execution ⇒ ::Google::Cloud::Batch::V1::TaskExecution
Task Execution.
-
#task_state ⇒ ::Google::Cloud::Batch::V1::TaskStatus::State
Task State.
-
#type ⇒ ::String
Type of the event.
Instance Attribute Details
#description ⇒ ::String
Returns Description of the event.
93 94 95 96 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 93 class StatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_time ⇒ ::Google::Protobuf::Timestamp
Returns The time this event occurred.
93 94 95 96 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 93 class StatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task_execution ⇒ ::Google::Cloud::Batch::V1::TaskExecution
Returns Task Execution.
93 94 95 96 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 93 class StatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task_state ⇒ ::Google::Cloud::Batch::V1::TaskStatus::State
Returns Task State.
93 94 95 96 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 93 class StatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::String
Returns Type of the event.
93 94 95 96 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 93 class StatusEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |