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 reference documentation for the `JobStatus.Types.TaskGroupStatus` class within the Google.Cloud.Batch.V1 API, specifically in the .NET environment."],["The `TaskGroupStatus` class aggregates the status of tasks within a TaskGroup, including detailed information on task states and instance statuses, with version 2.13.0 being the most up-to-date."],["The documentation outlines the class's constructors (`TaskGroupStatus()`, `TaskGroupStatus(TaskGroupStatus)`) and their usage for creating new TaskGroupStatus objects."],["The properties of the class, `Counts` and `Instances`, provide insight into the number of tasks in various states and the status of allocated instances, respectively."],["It is shown that the class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering specific functionalities, and inherits members from the `object` class."]]],[]]