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



360
361
362
363
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 360

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