Data Lineage v1 API - Class ListLineageEventsResponse (1.3.0)

public sealed class ListLineageEventsResponse : IMessage<ListLineageEventsResponse>, IEquatable<ListLineageEventsResponse>, IDeepCloneable<ListLineageEventsResponse>, IBufferMessage, IMessage, IPageResponse<LineageEvent>, IEnumerable<LineageEvent>, IEnumerable

Reference documentation and code samples for the Data Lineage v1 API class ListLineageEventsResponse.

Response message for [ListLineageEvents][google.cloud.datacatalog.lineage.v1.ListLineageEvents].

Inheritance

object > ListLineageEventsResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ListLineageEventsResponse()

public ListLineageEventsResponse()

ListLineageEventsResponse(ListLineageEventsResponse)

public ListLineageEventsResponse(ListLineageEventsResponse other)
Parameter
NameDescription
otherListLineageEventsResponse

Properties

LineageEvents

public RepeatedField<LineageEvent> LineageEvents { get; }

Lineage events from the specified project and location.

Property Value
TypeDescription
RepeatedFieldLineageEvent

NextPageToken

public string NextPageToken { get; set; }

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<LineageEvent> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorLineageEvent