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."],[[["The webpage provides reference documentation for the `JobStatus.Types.TaskGroupStatus` class within the Google.Cloud.Batch.V1 API, specifically detailing its structure and functionality."],["The `TaskGroupStatus` class aggregates the status of tasks within a TaskGroup, including a count of tasks in each state and details on the status of allocated instances."],["There is a history of 18 versions of the API available to be accessed, starting with 1.0.0 all the way up to the latest 2.13.0."],["The `TaskGroupStatus` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google.Protobuf library."],["Key properties of the `TaskGroupStatus` class include `Counts`, which maps task state names to their respective counts, and `Instances`, which offers a list of `InstanceStatus` for the TaskGroup."]]],[]]