Task name.
The name is generated from the parent TaskGroup name and 'id' field.
For example:
"projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01".
[[["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-07-09 UTC."],[[["The `Task` class is part of the Google Cloud Batch v1 API, specifically within the `Google.Cloud.Batch.V1` namespace, used for defining Cloud Batch tasks."],["This webpage documents the `Task` class across multiple versions, ranging from version 1.0.0 to the latest version, 2.13.0, with the latter being the current version."],["The `Task` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Task` class include `Name`, which represents the unique identifier of a task, `Status` to get the state of the task, and `TaskName` to get the name of the task in `TaskName` format."],["It also supports two constructors: a default constructor `Task()`, and an override constructor that creates a `Task` from an existing one `Task(Task other)`."]]],[]]