Interface ListLineageEventsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListLineageEventsResponse
,ListLineageEventsResponse.Builder
public interface ListLineageEventsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLineageEventsList
List<LineageEvent> getLineageEventsList()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
-
getLineageEvents
LineageEvent getLineageEvents(int index)
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
-
getLineageEventsCount
int getLineageEventsCount()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
-
getLineageEventsOrBuilderList
List<? extends LineageEventOrBuilder> getLineageEventsOrBuilderList()
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
-
getLineageEventsOrBuilder
LineageEventOrBuilder getLineageEventsOrBuilder(int index)
Lineage events from the specified project and location.
repeated .google.cloud.datacatalog.lineage.v1.LineageEvent lineage_events = 1;
-
getNextPageToken
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;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;
- Returns:
- The bytes for nextPageToken.
-
-