Optional. Maximum number of tasks to return. The service may return fewer
than this value. If unspecified, at most 10 tasks will be returned. The
maximum value is 1000; values above 1000 will be coerced to 1000.
Optional. Page token received from a previous ListZones call. Provide
this to retrieve the subsequent page. When paginating, all other parameters
provided to ListZones must match the call that provided the page token.
[[["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-01 UTC."],[[["This webpage provides reference documentation for the `ListTasksRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.13.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `ListTasksRequest` class is used to list tasks within a specified Dataplex lake and is derived from several interfaces including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ListTasksRequest` class include `Filter`, `OrderBy`, `PageSize`, `PageToken`, `Parent`, and `ParentAsLakeName`, which enable users to filter, order, paginate, and specify the parent lake for listing tasks."],["The `ListTasksRequest` class has two constructors: a default constructor `ListTasksRequest()` and a constructor `ListTasksRequest(ListTasksRequest other)` that takes another instance of the class as a parameter."],["The latest version in the documentation is `3.6.0`, with downloadable links to other versions that go all the way back to `1.0.0`, giving the user options to look at different iterations of the class and their respective implementation."]]],[]]