downloadLabelByUUID method

ResponseFuture<StandardFile> downloadLabelByUUID(
  1. IdentifierUUID request, {
  2. 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);
}