downloadLabelByUUID method
ResponseFuture<StandardFile>
downloadLabelByUUID(
- IdentifierUUID request, {
- CallOptions? options,
Download Label for the given IdentifierUUID (can be used to allow public downloads)
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadLabelByUUID(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadLabelByUUID, request, options: options);
}