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-03-06 UTC."],[[["The `Task` resource represents a Cloud Batch task and includes the task's `name` and `status`."],["The `TaskStatus` resource details the state of a task, including its current `state` and a list of `statusEvents` that explain how the task reached that state."],["The JSON representation of a `Task` includes a string name and an object representing its status."],["The JSON representation of a `TaskStatus` contains an enum field for the `state` and an array of `statusEvents`."],["There are methods available to `get` a single Task or to `list` all Tasks associated with a specific job."]]],[]]