Class: Google::Cloud::Batch::V1::StatusEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String

Returns Description of the event.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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