viewByUUID method
Retrieves a single record by its globally unique UUID. This is intended for public-facing interfaces, since record identifiers aren't sequential and thus cannot be predicted.
Implementation
$grpc.ResponseFuture<$0.Note> viewByUUID(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$viewByUUID, request, options: options);
}