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].
Implements
IMessageListLineageEventsResponse, IEquatableListLineageEventsResponse, IDeepCloneableListLineageEventsResponse, IBufferMessage, IMessage, IPageResponseLineageEvent, IEnumerableLineageEvent, IEnumerableNamespace
GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ListLineageEventsResponse()
public ListLineageEventsResponse()
ListLineageEventsResponse(ListLineageEventsResponse)
public ListLineageEventsResponse(ListLineageEventsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListLineageEventsResponse |
Properties
LineageEvents
public RepeatedField<LineageEvent> LineageEvents { get; }
Lineage events from the specified project and location.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<LineageEvent> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorLineageEvent |