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 `ListTasksRequest` class is part of the Google Cloud Batch v1 API, specifically within the `Google.Cloud.Batch.V1` namespace, and is used to request a list of tasks."],["This class supports various versions, with version 2.13.0 being the latest and version 1.0.0 being the oldest, with each version linking to its respective documentation."],["`ListTasksRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, providing methods for message handling, comparison, deep cloning, buffering, and pagination."],["The `ListTasksRequest` object has properties like `Filter`, `PageSize`, `PageToken`, `Parent`, and `ParentAsTaskGroupName`, which allow for filtering tasks, setting page size and tokens, and specifying the task group from which tasks are requested."],["There are two constructors available: a default constructor and one that accepts another `ListTasksRequest` object, enabling the creation of new instances or copies of existing ones."]]],[]]