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-03-21 UTC."],[[["The latest version of the `ListTasksRequest` class in the Batch v1 API is 2.13.0, with a full history of previous versions accessible on the page dating back to 1.0.0."],["`ListTasksRequest` is a class used for requesting a list of tasks and is implemented as part of multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["This class includes properties like `Filter`, `PageSize`, `PageToken`, and `Parent`, which allow for specifying criteria when requesting tasks, such as filtering by task status or navigating through paginated results."],["The class contains a constructor to create a new `ListTasksRequest` instance, as well as another constructor that can create a copy of an existing instance."],["The class also provides a `ParentAsTaskGroupName` property that offers a typed view of the `Parent` resource name, simplifying interactions with task group names."]]],[]]