Batch V1 API - Class Google::Cloud::Batch::V1::StatusEvent (v0.4.3)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::StatusEvent.

Status event

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#description

def description() -> ::String
Returns
  • (::String) — Description of the event.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Description of the event.
Returns
  • (::String) — Description of the event.

#event_time

def event_time() -> ::Google::Protobuf::Timestamp
Returns

#event_time=

def event_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#task_execution

def task_execution() -> ::Google::Cloud::Batch::V1::TaskExecution
Returns

#task_execution=

def task_execution=(value) -> ::Google::Cloud::Batch::V1::TaskExecution
Parameter
Returns

#type

def type() -> ::String
Returns
  • (::String) — Type of the event.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — Type of the event.
Returns
  • (::String) — Type of the event.