Class: Google::Cloud::Batch::V1::Runnable::Barrier

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/task.rb

Overview

Barrier runnable blocks until all tasks in a taskgroup reach it.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

Returns:

  • (::String)

    Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.



320
321
322
323
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 320

class Barrier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end