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 documentation page covers the `Runnable.Types.Barrier` class within the Google Cloud Batch V1 API, specifically version 2.8.0."],["The `Runnable.Types.Barrier` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A `Barrier` runnable serves to synchronize tasks in a task group, ensuring all tasks reach it before proceeding."],["The class has two constructors: a default `Barrier()` constructor and a copy constructor `Barrier(Runnable.Types.Barrier other)`."],["The `Name` property of the `Barrier` class allows for an identifier that is not required but is suggested to be a unique value for each barrier runnable."]]],[]]