Interface QueryDirectoryContentsResponseOrBuilder

    • Method Detail

      • getDirectoryEntriesList

        List<QueryDirectoryContentsResponse.DirectoryEntry> getDirectoryEntriesList()
         List of entries in the directory.
         
        repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
      • getDirectoryEntries

        QueryDirectoryContentsResponse.DirectoryEntry getDirectoryEntries​(int index)
         List of entries in the directory.
         
        repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
      • getDirectoryEntriesCount

        int getDirectoryEntriesCount()
         List of entries in the directory.
         
        repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 1;
      • getDirectoryEntriesOrBuilder

        QueryDirectoryContentsResponse.DirectoryEntryOrBuilder getDirectoryEntriesOrBuilder​(int index)
         List of entries in the directory.
         
        repeated .google.cloud.dataform.v1beta1.QueryDirectoryContentsResponse.DirectoryEntry directory_entries = 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.