The service may return fewer events than this value.
If unspecified, at most 50 events 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 `ListLineageEventsRequest` class is a request message for the `ListLineageEvents` method within the Data Lineage v1 API, designed to retrieve a collection of lineage events."],["This class, part of the `Google.Cloud.DataCatalog.Lineage.V1` namespace, implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IMessage`, and `IPageRequest`, enabling diverse functionalities."],["`ListLineageEventsRequest` objects are constructible via two constructors, one default and another that accepts another instance of the same class to copy its data, and they include properties such as `PageSize`, `PageToken`, `Parent`, and `ParentAsRunName`, which control the pagination, and the data for the request."],["The most recent version of this API is 1.4.0 and this version shows documentation for version 1.0.0."],["It allows for the retrieval of lineage events related to a specific run, with options to specify the page size (up to 100 events per page) and a page token to continue fetching events from where the previous call left off."]]],[]]