Batch V1 API - Class Google::Cloud::Batch::V1::Runnable::Barrier (v0.4.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Barriers are identified by their index in runnable list. Names are not required, but if present should be an identifier.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.