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 the `Runnable.Types.Barrier` class is 2.13.0, with older versions ranging down to 1.0.0 also accessible."],["`Runnable.Types.Barrier` is a class within the Google.Cloud.Batch.V1 namespace, designed to block task progression until all tasks in a task group reach a defined barrier."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Runnable.Types.Barrier` class has two constructors: a default one and one that accepts another `Runnable.Types.Barrier` object for copying."],["The `Name` property allows for an optional identifier to be given to each barrier."]]],[]]