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.
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 documentation page covers the `Runnable.Types.Barrier` class within the Google.Cloud.Batch.V1 namespace, specifically for version 2.12.0 of the API."],["The `Runnable.Types.Barrier` class is used to synchronize tasks within a task group, ensuring that subsequent runnables do not execute until all tasks reach the barrier."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparison, deep cloning, and buffer management."],["The documentation includes a history of versions of the `Runnable.Types.Barrier` class, from 1.0.0 up to the latest 2.13.0, allowing users to navigate between them."],["The `Barrier` class has two constructors: one default and one that accepts another `Runnable.Types.Barrier` object as a parameter, allowing for the creation of instances and copies."]]],[]]