- Annotations
-
- @GrpcServiceName.new('jmash.basic.FileBasic')
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
-
downloadFile(ServiceCall call, DownloadReq request)
→ Stream<HttpBody>
-
-
downloadFile_Pre(ServiceCall $call, Future<DownloadReq> $request)
→ Stream<HttpBody>
-
-
downloadFileBySrc(ServiceCall call, DownloadSrcReq request)
→ Stream<HttpBody>
-
-
downloadFileBySrc_Pre(ServiceCall $call, Future<DownloadSrcReq> $request)
→ Stream<HttpBody>
-
-
downloadFileRange(ServiceCall call, FileRangeReq request)
→ Stream<FileRangeResp>
-
-
downloadFileRange_Pre(ServiceCall $call, Future<FileRangeReq> $request)
→ Stream<FileRangeResp>
-
-
downloadThumb(ServiceCall call, ThumbDownloadReq request)
→ Stream<HttpBody>
-
-
downloadThumb_Pre(ServiceCall $call, Future<ThumbDownloadReq> $request)
→ Stream<HttpBody>
-
-
downloadThumbBySrc(ServiceCall call, ThumbSrcDownloadReq request)
→ Stream<HttpBody>
-
-
downloadThumbBySrc_Pre(ServiceCall $call, Future<ThumbSrcDownloadReq> $request)
→ Stream<HttpBody>
-
-
existFile(ServiceCall call, FileHash request)
→ Future<FileInfo>
-
-
existFile_Pre(ServiceCall $call, Future<FileHash> $request)
→ Future<FileInfo>
-
-
existFileHex(ServiceCall call, FileHashHex request)
→ Future<FileInfo>
-
-
existFileHex_Pre(ServiceCall $call, Future<FileHashHex> $request)
→ Future<FileInfo>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFile(ServiceCall call, FileSrcReq request)
→ Future<BoolValue>
-
-
removeFile_Pre(ServiceCall $call, Future<FileSrcReq> $request)
→ Future<BoolValue>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
uploadBase64File(ServiceCall call, FileBase64Req request)
→ Future<FileInfo>
-
-
uploadBase64File_Pre(ServiceCall $call, Future<FileBase64Req> $request)
→ Future<FileInfo>
-
-
uploadFile(ServiceCall call, Stream<FileUploadReq> request)
→ Future<FileInfo>
-
-
uploadFileWeb(ServiceCall call, FileWebUploadReq request)
→ Future<FileInfo>
-
-
uploadFileWeb_Pre(ServiceCall $call, Future<FileWebUploadReq> $request)
→ Future<FileInfo>
-
-
version(ServiceCall call, Empty request)
→ Future<StringValue>
-
-
version_Pre(ServiceCall $call, Future<Empty> $request)
→ Future<StringValue>
-