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 latest version of the `JobStatus.Types.TaskGroupStatus` class is 2.13.0, as part of the Google.Cloud.Batch.V1 API."],["This class provides aggregated task status for a TaskGroup and is implemented in multiple versions, ranging from 1.0.0 to 2.13.0, with each version providing reference documentation."],["The `TaskGroupStatus` class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits from the base object class."],["The class includes a `Counts` property of type `MapField\u003cstring, long\u003e`, which represents the count of tasks in each state within the TaskGroup, and an `Instances` property, which is of type `RepeatedField\u003cJobStatus.Types.InstanceStatus\u003e` that represents the status of instances allocated to the task group."],["This class offers two constructors: one default and one that can take another `JobStatus.Types.TaskGroupStatus` object as a parameter."]]],[]]