Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nebius/storage/v1alpha1/transfer_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ option java_package = "ai.nebius.pub.storage.v1alpha1";
// it will wait for the defined inter-iteration interval before starting the next iteration.
service TransferService {
option (api_service_name) = "transfer.storage";
option deprecated = true;

option (service_deprecation_details) = {
effective_at: "2026-06-01"
description: "Data Transfer v1alpha1 API is deprecated. Please use the v1 API instead. All existing transfers remain accessible through the v1 API."
description_cli: "Please use the 'storage transfer' command instead. All existing transfers remain accessible through the new command."
};

rpc Get(GetTransferRequest) returns (Transfer);

Expand Down