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-03-25 UTC."],[[["The content provides reference documentation for the `ListJobsRequest` class within the Google Cloud Dataplex V1 API, covering versions from 1.0.0 up to the latest version 3.6.0."],["`ListJobsRequest` is a class used to request a list of jobs, implementing interfaces such as `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `PageSize`, `PageToken`, and `Parent`, which control pagination and specify the parent environment for the job listing."],["The `Parent` property of the `ListJobsRequest` class is a required string that indicates the parent environment for the requested jobs, structured as `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}`."],["The latest available version for `ListJobsRequest` is 3.6.0, while the initial release was version 1.0.0, with various versions in between that are also accessible."]]],[]]