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."],[[["The `JobStatus.Types.TaskGroupStatus` class aggregates the status of tasks within a TaskGroup for the Batch v1 API, which is part of the Google Cloud platform."],["This class, found in the `Google.Cloud.Batch.V1` namespace, allows the user to determine the current state of a group of tasks and is implemented using multiple protocols like IMessage and IDeepCloneable."],["It includes properties such as `Counts` to track the number of tasks in each state, and `Instances` to show the status of allocated instances for the TaskGroup."],["The provided content shows a list of different versions of the API, ranging from version 1.0.0 up to 2.13.0, with 2.13.0 as the latest, and the current page is for the specific version 2.9.0."]]],[]]