Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3500453
D4438.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
616 B
Referenced Files
None
Subscribers
None
D4438.id.diff
View Options
diff --git a/native/cpp/CommonCpp/grpc/protos/backup.proto b/native/cpp/CommonCpp/grpc/protos/backup.proto
--- a/native/cpp/CommonCpp/grpc/protos/backup.proto
+++ b/native/cpp/CommonCpp/grpc/protos/backup.proto
@@ -76,14 +76,14 @@
message PullBackupResponse {
oneof id {
- string backupID = 4;
- string logID = 5;
+ string backupID = 1;
+ string logID = 2;
}
oneof data {
- bytes compactionChunk = 1;
- bytes logChunk = 2;
- string attachmentHolders = 3;
+ bytes compactionChunk = 3;
+ bytes logChunk = 4;
}
+ optional string attachmentHolders = 5;
}
// AddAttachment
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:42 AM (14 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2684509
Default Alt Text
D4438.id.diff (616 B)
Attached To
Mode
D4438: [services] Backup - pull attachment holders out of the data section
Attached
Detach File
Event Timeline
Log In to Comment