Interface ListLinkedSourcesResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListLinkedSourcesResponse, ListLinkedSourcesResponse.Builder

    public interface ListLinkedSourcesResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDocumentLinksList

        List<DocumentLink> getDocumentLinksList()
         Source document-links.
         
        repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
      • getDocumentLinks

        DocumentLink getDocumentLinks​(int index)
         Source document-links.
         
        repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
      • getDocumentLinksCount

        int getDocumentLinksCount()
         Source document-links.
         
        repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
      • getDocumentLinksOrBuilderList

        List<? extends DocumentLinkOrBuilder> getDocumentLinksOrBuilderList()
         Source document-links.
         
        repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
      • getDocumentLinksOrBuilder

        DocumentLinkOrBuilder getDocumentLinksOrBuilder​(int index)
         Source document-links.
         
        repeated .google.cloud.contentwarehouse.v1.DocumentLink document_links = 1;
      • getNextPageToken

        String getNextPageToken()
         A token, which can be sent as `page_token` to retrieve 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()
         A token, which can be sent as `page_token` to retrieve the next page.
         If this field is omitted, there are no subsequent pages.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.