FileManagementServiceBase class abstract

Annotations
  • @GrpcServiceName('services.filemanagement.v1.FileManagement')

Constructors

FileManagementServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
deleteFile(ServiceCall call, DeleteFileRequest request) Future<DeleteFileResponse>
deleteFile_Pre(ServiceCall call, Future<DeleteFileRequest> request) Future<DeleteFileResponse>
getFile(ServiceCall call, GetFileRequest request) Future<GetFileResponse>
getFile_Pre(ServiceCall call, Future<GetFileRequest> request) Future<GetFileResponse>
getStorageStats(ServiceCall call, GetStorageStatsRequest request) Future<GetStorageStatsResponse>
getStorageStats_Pre(ServiceCall call, Future<GetStorageStatsRequest> request) Future<GetStorageStatsResponse>
listFiles(ServiceCall call, ListFilesRequest request) Future<ListFilesResponse>
listFiles_Pre(ServiceCall call, Future<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(ServiceCall call, UploadFileRequest request) Future<UploadFileResponse>
uploadFile_Pre(ServiceCall call, Future<UploadFileRequest> request) Future<UploadFileResponse>

Operators

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