Handles server calls for the nebius.storage.v1.TransferService service.
Handles the Create RPC.
Fully delete a transfer along with its history. If the transfer is active, it will be stopped and then deleted.
Handles the Get RPC.
Handles the GetByName RPC.
Get transfer iteration history.
Handles the List RPC.
Resume stopped or failed transfer.
Stop active transfer. If the transfer is currently moving data, it will be transitioned to the Stopping state and will move to the Stopped state once all processes have been stopped. If the transfer is waiting between iterations, it will stop immediately. Only transfers in Active state can be stopped.
Handles the Update RPC.
Handles server calls for the
nebius.storage.v1.TransferServiceservice.