downloadByUUID method

ResponseFuture<StandardFile> downloadByUUID(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

Retrieves the underlying file or document payload associated with a specific entity using its universally unique identifier (UUID).

This endpoint is designed for versatile resource retrieval and is commonly utilized to facilitate direct, secure, or public-facing downloads. By relying on an obscure UUID rather than predictable internal sequential IDs, it ensures that external download links remain unguessable and safe for broad distribution.

Implementation

$grpc.ResponseFuture<$1.StandardFile> downloadByUUID(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$downloadByUUID, request, options: options);
}