Skip to content

Commit 699908f

Browse files
committed
protos.json: regenerate using compile.sh
1 parent 557f190 commit 699908f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

packages/firestore/src/protos/protos.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,30 @@
928928
}
929929
}
930930
},
931+
"BitSequence": {
932+
"fields": {
933+
"bitmap": {
934+
"type": "bytes",
935+
"id": 1
936+
},
937+
"padding": {
938+
"type": "int32",
939+
"id": 2
940+
}
941+
}
942+
},
943+
"BloomFilter": {
944+
"fields": {
945+
"bits": {
946+
"type": "BitSequence",
947+
"id": 1
948+
},
949+
"hashCount": {
950+
"type": "int32",
951+
"id": 2
952+
}
953+
}
954+
},
931955
"DocumentMask": {
932956
"fields": {
933957
"fieldPaths": {
@@ -2052,6 +2076,10 @@
20522076
"once": {
20532077
"type": "bool",
20542078
"id": 6
2079+
},
2080+
"expectedCount": {
2081+
"type": "google.protobuf.Int32Value",
2082+
"id": 12
20552083
}
20562084
},
20572085
"nested": {
@@ -2660,6 +2688,10 @@
26602688
"count": {
26612689
"type": "int32",
26622690
"id": 2
2691+
},
2692+
"unchangedNames": {
2693+
"type": "BloomFilter",
2694+
"id": 3
26632695
}
26642696
}
26652697
}

0 commit comments

Comments
 (0)