public sealed class Runnable.Types.Barrier : IMessage<Runnable.Types.Barrier>, IEquatable<Runnable.Types.Barrier>, IDeepCloneable<Runnable.Types.Barrier>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class Runnable.Types.Barrier.
Barrier runnable blocks until all tasks in a taskgroup reach it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `Runnable.Types.Barrier` is 2.13.0, while the current page is under the 2.4.0 version."],["`Runnable.Types.Barrier` is a class in the Google Cloud Batch v1 API, that allows tasks to block until all tasks in the group reach it."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Barrier` class includes two constructors, a default constructor and one that takes another `Runnable.Types.Barrier` instance as an argument."],["The class has one property, `Name`, which is of type string, allowing to identify the barrier by their index in the runnable list, and is optional."]]],[]]