Optional. Maximum number of jobs to return. The service may return fewer
than this value. If unspecified, at most 10 jobs will be returned. The
maximum value is 1000; values above 1000 will be coerced to 1000.
Optional. Page token received from a previous ListJobs call. Provide this
to retrieve the subsequent page. When paginating, all other parameters
provided to ListJobs 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-09 UTC."],[[["The latest version of the `ListJobsRequest` API is 3.6.0, as part of the Google Cloud Dataplex v1 API, with prior versions available from 3.5.0 back to 1.0.0."],["The `ListJobsRequest` class is used to request a list of jobs and is part of the `Google.Cloud.Dataplex.V1` namespace, with this content representing version 2.5.0 of the library."],["The `ListJobsRequest` class implements interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This `ListJobsRequest` class has properties to manage the request, including `PageSize` to control the number of jobs returned, `PageToken` for pagination, and `Parent` to specify the environment to search for jobs within."],["The `Parent` property requires the resource name of the parent environment in the format `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}`, and there is also a `ParentAsTaskName` property that is a typed view of this resource name."]]],[]]