Skip to content

Commit 659aee8

Browse files
lucy66hwgithub-actions[bot]
authored andcommitted
Protobuf schema change detected
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6e9a356 commit 659aee8

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

protos/generated/models/aggregated_models.proto

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8437,15 +8437,18 @@ message UpdateAction {
84378437
// When `true`, uses the contents of `doc` as the value of `upsert`.
84388438
optional bool doc_as_upsert = 3;
84398439

8440-
optional Script script = 4;
8440+
// The sequence number of the document.
8441+
optional int64 if_seq_no = 4;
8442+
8443+
optional Script script = 5;
84418444

84428445
// When `true`, executes the script whether or not the document exists.
8443-
optional bool scripted_upsert = 5;
8446+
optional bool scripted_upsert = 6;
84448447

84458448
// If the document does not already exist, the contents of `upsert` are inserted as a new document. If the document exists, the `script` is executed.
8446-
optional bytes upsert = 6;
8449+
optional bytes upsert = 7;
84478450

8448-
optional SourceConfig x_source = 7;
8451+
optional SourceConfig x_source = 8;
84498452

84508453
}
84518454
message UpdateOperation {

0 commit comments

Comments
 (0)