public interface ListLineageEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LineageEvent |
getLineageEvents(int index)
Lineage events from the specified project and location.
|
int |
getLineageEventsCount()
Lineage events from the specified project and location.
|
List<LineageEvent> |
getLineageEventsList()
Lineage events from the specified project and location.
|
LineageEventOrBuilder |
getLineageEventsOrBuilder(int index)
Lineage events from the specified project and location.
|
List<? extends LineageEventOrBuilder> |
getLineageEventsOrBuilderList()
Lineage events from the specified project and location.
|
String |
getNextPageToken()
The token to specify as `page_token` in the next call to get the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token to specify as `page_token` in the next call to get the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LineageEvent> getLineageEventsList()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;LineageEvent getLineageEvents(int index)
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;int getLineageEventsCount()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;List<? extends LineageEventOrBuilder> getLineageEventsOrBuilderList()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;LineageEventOrBuilder getLineageEventsOrBuilder(int index)
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;String getNextPageToken()
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.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
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.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.