google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai
/
AsyncDocuments
Async
Documents
public
final
class
AsyncDocuments
Async module of
Documents
Members
Constructors
Async
Documents
Link copied to clipboard
public
void
AsyncDocuments
(
ApiClient
apiClient
)
Functions
delete
Link copied to clipboard
public
CompletableFuture
<
Void
>
delete
(
String
name
,
DeleteDocumentConfig
config
)
get
Link copied to clipboard
public
CompletableFuture
<
Document
>
get
(
String
name
,
GetDocumentConfig
config
)
list
Link copied to clipboard
public
CompletableFuture
<
AsyncPager
<
Document
>
>
list
(
String
parent
,
ListDocumentsConfig
config
)
Asynchronously makes an API request to list the available documents.