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 webpage provides documentation for the `TaskGroupStatus` class within the Google Cloud Batch v1 API, detailing its structure and functionality."],["The `TaskGroupStatus` class represents the aggregated status of a task group within a job, including counts of tasks in different states and the status of allocated instances."],["This documentation includes a list of available versions for the class, with version 2.13.0 being the most current or latest available, as of this document."],["The `TaskGroupStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The page provides a description of the TaskGroupStatus constructor and available properties, including `Counts`, which shows task counts by state, and `Instances`, which is a list of instance statuses."]]],[]]