public sealed class 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 for .NET."],["`Runnable.Types.Barrier` is a class that blocks until all tasks in a task group reach it, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides functionalities through its methods, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version, 2.13.0, allowing users to access different versions of the API."],["The `Barrier` class has properties such as `Name`, which allows it to be identified by an index in the runnable list."]]],[]]