File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
packages/firestore/src/protos Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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" : {
20522076 "once" : {
20532077 "type" : " bool" ,
20542078 "id" : 6
2079+ },
2080+ "expectedCount" : {
2081+ "type" : " google.protobuf.Int32Value" ,
2082+ "id" : 12
20552083 }
20562084 },
20572085 "nested" : {
26602688 "count" : {
26612689 "type" : " int32" ,
26622690 "id" : 2
2691+ },
2692+ "unchangedNames" : {
2693+ "type" : " BloomFilter" ,
2694+ "id" : 3
26632695 }
26642696 }
26652697 }
You can’t perform that action at this time.
0 commit comments