public sealed class 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-04-17 UTC."],[[["This document provides reference information for the `JobStatus.Types.TaskGroupStatus` class within the Google.Cloud.Batch.V1 API, covering versions from 1.0.0 to the latest 2.13.0."],["The `TaskGroupStatus` class represents the aggregated status of a group of tasks, inheriting from `Object` and implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It includes two primary properties: `Counts`, a map detailing the number of tasks in each state, and `Instances`, a list of statuses for instances within the task group."],["The class provides two constructors: a default constructor (`TaskGroupStatus()`) and a copy constructor (`TaskGroupStatus(JobStatus.Types.TaskGroupStatus other)`), allowing for the creation of new instances or copies."],["The document gives version history of this `TaskGroupStatus` class, with the latest being 2.13.0, and shows every version of the class going as far back as version 1.0.0."]]],[]]