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 `ListJobsRequest` class is used to request a list of jobs within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["This class inherits from several interfaces, including `IPageRequest`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it implements them."],["The `ListJobsRequest` class includes properties like `PageSize` to limit the number of jobs returned, `PageToken` for pagination, and `Parent` to specify the environment from which to list jobs."],["There are many versions of the `ListJobsRequest` available, ranging from version 1.0.0 up to the latest version, 3.6.0, with links to the documentation for each version."],["The class contains two constructors, a parameterless one and one that accepts another instance of the `ListJobsRequest` class as a parameter."]]],[]]