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-04-17 UTC."],[[["This webpage provides documentation for the `Runnable.Types.Barrier` class within the Google Cloud Batch v1 API, specifically detailing its functionality as a blocking mechanism until all tasks in a task group reach it."],["The latest version of `Runnable.Types.Barrier` is 2.13.0, with documentation provided for multiple previous versions dating back to 1.0.0."],["The `Runnable.Types.Barrier` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and cloning."],["The class includes two constructors, `Barrier()` and `Barrier(Runnable.Types.Barrier other)` allowing for default creation and cloning, and it has one property, the `Name` property which is a string that identifies the barrier."],["There are a multitude of links to other pages pertaining to this class and other parts of the api, with links to the .NET Documentation as well."]]],[]]