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

A barrier runnable automatically blocks the execution of subsequent runnables until all the tasks in the task group reach the barrier.

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.



350
351
352
353
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 350

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