@Generated public interface ProviderFilesService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
Modifier and Type | Method and Description |
---|---|
CreateFileResponse |
create(CreateFileRequest createFileRequest)
Create a file.
|
void |
delete(DeleteFileRequest deleteFileRequest)
Delete a file.
|
GetFileResponse |
get(GetFileRequest getFileRequest)
Get a file.
|
ListFilesResponse |
list(ListFilesRequest listFilesRequest)
List files.
|
CreateFileResponse create(CreateFileRequest createFileRequest)
Create a file. Currently, only provider icons and attached notebooks are supported.
void delete(DeleteFileRequest deleteFileRequest)
Delete a file
GetFileResponse get(GetFileRequest getFileRequest)
Get a file
ListFilesResponse list(ListFilesRequest listFilesRequest)
List files attached to a parent entity.
Copyright © 2024. All rights reserved.