The maximum number of runs to return. The service may return
fewer than this value. If unspecified, at most 50 runs are
returned. The maximum value is 100; values greater than 100 are cut to
100.
[[["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-21 UTC."],[[["The `ListRunsRequest` class is used to request a list of runs from the Data Lineage v1 API, which is in the `Google.Cloud.DataCatalog.Lineage.V1` namespace and part of the `Google.Cloud.DataCatalog.Lineage.V1.dll` assembly."],["The `ListRunsRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, and inherits from the `object` class, meaning it incorporates functionalities for messaging, equality checks, deep cloning, buffer management, and pagination."],["This class includes properties such as `PageSize` (specifying the maximum number of runs to return, with a maximum of 100), `PageToken` (for retrieving the next page of results), `Parent` (identifying the process that owns the runs), and `ParentAsProcessName` (a typed view of the parent resource name)."],["There are two constructors: a default one `ListRunsRequest()` and a copy constructor `ListRunsRequest(ListRunsRequest other)` that allows creating a new `ListRunsRequest` based on an existing instance."],["The latest version of this API is 1.4.0, and previous versions 1.0.0 to 1.3.0 are also available for use."]]],[]]