list

public Pager<Document> list(String parent, ListDocumentsConfig config)

Makes an API request to list the available documents.

Return

A Pager object that contains the list of documents. The pager is an iterable and automatically queries the next page once the current page is exhausted.

Parameters

parent

The name of the RagStore containing the Documents.

config

A ListDocumentsConfig for configuring the list request.