aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
diff options
context:
space:
mode:
authorHåvard Pettersen <havardpe@yahooinc.com>2023-05-03 10:45:43 +0000
committerHåvard Pettersen <havardpe@yahooinc.com>2023-05-03 10:45:43 +0000
commitfe9cf07808713cdbd87899cc7bc54eaea01357b0 (patch)
tree12147121917a1d673bb6c72f554df18be3c3b8c1 /storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
parentb83cc57a23c24cba060e884ade5f056cd46c5a82 (diff)
wire create flag
Diffstat (limited to 'storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto')
-rw-r--r--storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto b/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
index b02e1eab0aa..b115cca8263 100644
--- a/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
+++ b/storage/src/vespa/storageapi/mbusprot/protobuf/feed.proto
@@ -17,6 +17,7 @@ message PutRequest {
uint64 new_timestamp = 3;
uint64 expected_old_timestamp = 4; // If zero; no expectation.
TestAndSetCondition condition = 5;
+ bool create_if_non_existent = 6;
}
message PutResponse {