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 in blocking tasks until all tasks in a task group have reached it."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version, 2.13.0, with the content focusing on the `Runnable.Types.Barrier` class in each listed version."],["The `Runnable.Types.Barrier` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, deep cloning, and buffer operations."],["The `Barrier` class has a constructor for creating a new `Barrier` object and a second constructor to create a new `Barrier` from an existing one, as well as a `Name` property for identification within a runnable list."],["The `Barrier` class inherits from `object` and implements `IMessage`, indicating it is part of the Google Cloud Batch v1 API and is designed to handle messages."]]],[]]