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 v1alpha API class Runnable.Types.Barrier.
A barrier runnable automatically blocks the execution of subsequent
runnables until all the tasks in the task group reach the barrier.
[[["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."],[[["This document provides reference documentation for the `Runnable.Types.Barrier` class within the Google Cloud Batch v1alpha API."],["The `Runnable.Types.Barrier` class is a sealed class that implements interfaces for message handling, equality checks, deep cloning, and buffer management."],["A barrier runnable is designed to pause subsequent runnables until all tasks within its task group have reached the barrier."],["The class inherits from the base `object` class and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors, one default and one that accepts another instance of `Runnable.Types.Barrier` to allow for the creation of new barrier instances, and a name property that is set as a string."]]],[]]