FileManagementService class

Constructors

FileManagementService(TrinsicOptions? serverOptions)

Properties

channel ↔ GrpcOrGrpcWebClientChannel
getter/setter pairinherited
client FileManagementClient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceOptions TrinsicOptions
getter/setter pairinherited

Methods

buildMetadata({GeneratedMessage? request}) Future<CallOptions>
inherited
close() → void
inherited
deleteFile(DeleteFileRequest request) Future<DeleteFileResponse>
getFile(GetFileRequest request) Future<GetFileResponse>
getStorageStats() Future<GetStorageStatsResponse>
listFiles(ListFilesRequest request) Future<ListFilesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadFile(UploadFileRequest request) Future<UploadFileResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited