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-04-17 UTC."],[[["This webpage provides documentation for the `JobStatus.Types.TaskGroupStatus` class within the Google Cloud Batch v1 API, specifically version 2.7.0."],["The `TaskGroupStatus` class represents the aggregated status of tasks within a TaskGroup, providing information on task states and instance statuses."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with other relevant .NET functions."],["The class includes properties like `Counts`, which maps task state names to their respective counts, and `Instances`, which provides status details for allocated instances."],["This page also lists previous and current versions of the Batch v1 API, with the latest being `2.13.0` and can be accessed through the provided hyperlinks."]]],[]]