Interface BatchSearchLinkProcessesResponseOrBuilder

    • Method Detail

      • getProcessLinksList

        List<ProcessLinks> getProcessLinksList()
         An array of processes associated with the specified links.
         
        repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;
      • getProcessLinks

        ProcessLinks getProcessLinks​(int index)
         An array of processes associated with the specified links.
         
        repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;
      • getProcessLinksCount

        int getProcessLinksCount()
         An array of processes associated with the specified links.
         
        repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;
      • getProcessLinksOrBuilderList

        List<? extends ProcessLinksOrBuilder> getProcessLinksOrBuilderList()
         An array of processes associated with the specified links.
         
        repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;
      • getProcessLinksOrBuilder

        ProcessLinksOrBuilder getProcessLinksOrBuilder​(int index)
         An array of processes associated with the specified links.
         
        repeated .google.cloud.datacatalog.lineage.v1.ProcessLinks process_links = 1;
      • getNextPageToken

        String getNextPageToken()
         The token to specify as `page_token` in the subsequent call to get the next
         page. Omitted if there are no more pages in the response.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The token to specify as `page_token` in the subsequent call to get the next
         page. Omitted if there are no more pages in the response.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.