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