Required. Name of a TaskGroup from which Tasks are being requested.
Pattern:
"projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"
[[["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 latest version of the `ListTasksRequest` API is 2.13.0, but this page focuses on version 2.4.0, with other versions ranging from 1.0.0 to 2.12.0 also available."],["`ListTasksRequest` is a class in the `Google.Cloud.Batch.V1` namespace that is used to request a list of tasks, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ListTasksRequest` class has properties such as `Filter`, `PageSize`, `PageToken`, and `Parent`, which are used to specify criteria for listing tasks, like the status filter, page information, and parent task group, respectively."],["The `Parent` property is a required field that represents the name of the task group from which tasks are requested and follows the specific pattern: \"projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}\"."],["The `ListTasksRequest` class contains two constructors, a default constructor and an overloaded one that accepts another `ListTasksRequest` instance."]]],[]]