Merge pull request #5442 from sseago/biav2-impl2

BackupItemAction v2 API implementation
This commit is contained in:
Shubham Pampattiwar
2023-01-10 09:34:03 -05:00
committed by GitHub
31 changed files with 2694 additions and 151 deletions

View File

@@ -69,8 +69,8 @@ One new shared message type will be added, as this will also be needed for v2 Re
message OperationProgress {
bool completed = 1;
string err = 2;
int64 completed = 3;
int64 total = 4;
int64 nCompleted = 3;
int64 nTotal = 4;
string operationUnits = 5;
string description = 6;
google.protobuf.Timestamp started = 7;