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 928
928
}
929
929
}
930
930
},
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
+ },
931
955
"DocumentMask" : {
932
956
"fields" : {
933
957
"fieldPaths" : {
2052
2076
"once" : {
2053
2077
"type" : " bool" ,
2054
2078
"id" : 6
2079
+ },
2080
+ "expectedCount" : {
2081
+ "type" : " google.protobuf.Int32Value" ,
2082
+ "id" : 12
2055
2083
}
2056
2084
},
2057
2085
"nested" : {
2660
2688
"count" : {
2661
2689
"type" : " int32" ,
2662
2690
"id" : 2
2691
+ },
2692
+ "unchangedNames" : {
2693
+ "type" : " BloomFilter" ,
2694
+ "id" : 3
2663
2695
}
2664
2696
}
2665
2697
}
You can’t perform that action at this time.
0 commit comments