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."],[[["This document provides reference documentation for the `ListTasksRequest` class within the Google Cloud Batch v1 API for .NET."],["The `ListTasksRequest` class is used to request a list of tasks from a specified task group in a job, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The class includes properties for filtering tasks (`Filter`), specifying page size (`PageSize`), providing a page token (`PageToken`), and defining the parent task group (`Parent`, `ParentAsTaskGroupName`)."],["The document also includes a version history of the API, starting from version 1.0.0 to the latest version 2.13.0, offering different versions for `ListTasksRequest`."],["The `ListTasksRequest` class has two constructors: one default and one that accepts another `ListTasksRequest` as a parameter, and it inherits from the base `object` class."]]],[]]