ListLineageEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ListLineageEvents.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. The name of the run that owns the collection of lineage events to get. |
page_size |
int
The maximum number of lineage events to return. 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. |
page_token |
str
The page token received from a previous ListLineageEvents call. Specify it to get the next page.
When paginating, all other parameters specified in this call
must match the parameters of the call that provided the page
token.
|