diff options
author | kvk1920 <kvk1920@yandex-team.com> | 2024-05-23 13:33:56 +0300 |
---|---|---|
committer | kvk1920 <kvk1920@yandex-team.com> | 2024-05-23 13:47:07 +0300 |
commit | 9f108c885d4431f62dc2c5fdc61f1f16caa16566 (patch) | |
tree | 4d40e062c989a8470d69bf3ea864c203ef2fe0d9 /yt/yt_proto | |
parent | b94816f2468c7644ab4c92ad7d3e0e7fa113968b (diff) | |
download | ydb-9f108c885d4431f62dc2c5fdc61f1f16caa16566.tar.gz |
Use mirrored Cypress tx in tests
447630a98133ef6f60263ea998721a86e0affead
Diffstat (limited to 'yt/yt_proto')
-rw-r--r-- | yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto index e58f18c04a..789f83cb99 100644 --- a/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto +++ b/yt/yt_proto/yt/client/api/rpc_proxy/proto/api_service.proto @@ -1064,6 +1064,26 @@ message TRspResumeChaosCells //////////////////////////////////////////////////////////////////////////////// +message TReqSuspendTabletCells +{ + repeated NYT.NProto.TGuid cell_ids = 1; +} + +message TRspSuspendTabletCells +{ } + +//////////////////////////////////////////////////////////////////////////////// + +message TReqResumeTabletCells +{ + repeated NYT.NProto.TGuid cell_ids = 1; +} + +message TRspResumeTabletCells +{ } + +//////////////////////////////////////////////////////////////////////////////// + message TReqAddMaintenance { required EMaintenanceComponent component = 1; |