public sealed class JobStatus.Types.TaskGroupStatus : IMessage<JobStatus.Types.TaskGroupStatus>, IEquatable<JobStatus.Types.TaskGroupStatus>, IDeepCloneable<JobStatus.Types.TaskGroupStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1 API class JobStatus.Types.TaskGroupStatus.
[[["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 webpage provides documentation for the `JobStatus.Types.TaskGroupStatus` class within the Google.Cloud.Batch.V1 namespace, specifically for the .NET platform."],["The `TaskGroupStatus` class aggregates the status of tasks within a TaskGroup, allowing for comprehensive monitoring of task states."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering robust functionalities like deep cloning and buffer message handling."],["The class contains two primary properties: `Counts`, which maps task state names to their counts, and `Instances`, a list detailing the status of each instance allocated to the TaskGroup."],["This documentation lists all of the versions of this class ranging from 1.0.0 to the latest 2.13.0."]]],[]]