Class: Google::Cloud::Batch::V1::Runnable::Barrier
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::Runnable::Barrier
- 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
-
#name ⇒ ::String
Barriers are identified by their index in runnable list.
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.
276 277 278 279 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 276 class Barrier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |