Data Lineage v1 API - Class ListLineageEventsRequest (1.0.0)

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].

Inheritance

object > ListLineageEventsRequest

Namespace

GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ListLineageEventsRequest()

public ListLineageEventsRequest()

ListLineageEventsRequest(ListLineageEventsRequest)

public ListLineageEventsRequest(ListLineageEventsRequest other)
Parameter
NameDescription
otherListLineageEventsRequest

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
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the run that owns the collection of lineage events to get.

Property Value
TypeDescription
string

ParentAsRunName

public RunName ParentAsRunName { get; set; }

RunName-typed view over the Parent resource name property.

Property Value
TypeDescription
RunName