public sealed class ListLineageEventsRequest : IMessage<ListLineageEventsRequest>, IEquatable<ListLineageEventsRequest>, IDeepCloneable<ListLineageEventsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Data Lineage v1 API class ListLineageEventsRequest.
Request message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].
Implements
IMessageListLineageEventsRequest, IEquatableListLineageEventsRequest, IDeepCloneableListLineageEventsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ListLineageEventsRequest()
public ListLineageEventsRequest()
ListLineageEventsRequest(ListLineageEventsRequest)
public ListLineageEventsRequest(ListLineageEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListLineageEventsRequest |
Properties
PageSize
public int PageSize { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the run that owns the collection of lineage events to get.
Property Value | |
---|---|
Type | Description |
string |
ParentAsRunName
public RunName ParentAsRunName { get; set; }
Property Value | |
---|---|
Type | Description |
RunName |