@zilliz/milvus2-sdk-node 2.6.13 → 2.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/milvus/const/milvus.d.ts +5 -0
- package/dist/milvus/const/milvus.js +8 -1
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Data.d.ts +1 -0
- package/dist/milvus/grpc/Data.js +28 -5
- package/dist/milvus/grpc/Data.js.map +1 -1
- package/dist/milvus/grpc/Database.d.ts +12 -4
- package/dist/milvus/grpc/Database.js +13 -4
- package/dist/milvus/grpc/Database.js.map +1 -1
- package/dist/milvus/grpc/GrpcClient.js +1 -0
- package/dist/milvus/grpc/GrpcClient.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +593 -8
- package/dist/milvus/proto-json/milvus.base.js +685 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +649 -64
- package/dist/milvus/proto-json/milvus.js +741 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +588 -8
- package/dist/milvus/proto-json/schema.base.js +680 -17
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Client.d.ts +1 -0
- package/dist/milvus/types/Database.d.ts +2 -0
- package/dist/milvus/types/Http.d.ts +2 -0
- package/dist/milvus/types/Insert.d.ts +8 -1
- package/dist/milvus/types/Insert.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +6 -3
|
@@ -590,6 +590,27 @@ exports.default = {
|
|
|
590
590
|
}
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
|
+
"FieldPartialUpdateOp": {
|
|
594
|
+
"fields": {
|
|
595
|
+
"fieldName": {
|
|
596
|
+
"type": "string",
|
|
597
|
+
"id": 1
|
|
598
|
+
},
|
|
599
|
+
"op": {
|
|
600
|
+
"type": "OpType",
|
|
601
|
+
"id": 2
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"nested": {
|
|
605
|
+
"OpType": {
|
|
606
|
+
"values": {
|
|
607
|
+
"REPLACE": 0,
|
|
608
|
+
"ARRAY_APPEND": 1,
|
|
609
|
+
"ARRAY_REMOVE": 2
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
},
|
|
593
614
|
"FieldData": {
|
|
594
615
|
"oneofs": {
|
|
595
616
|
"field": {
|
|
@@ -742,6 +763,10 @@ exports.default = {
|
|
|
742
763
|
"rule": "repeated",
|
|
743
764
|
"type": "common.HighlightResult",
|
|
744
765
|
"id": 14
|
|
766
|
+
},
|
|
767
|
+
"elementIndices": {
|
|
768
|
+
"type": "LongArray",
|
|
769
|
+
"id": 15
|
|
745
770
|
}
|
|
746
771
|
}
|
|
747
772
|
},
|
|
@@ -1073,6 +1098,10 @@ exports.default = {
|
|
|
1073
1098
|
"rule": "repeated",
|
|
1074
1099
|
"type": "bytes",
|
|
1075
1100
|
"id": 3
|
|
1101
|
+
},
|
|
1102
|
+
"elementLevel": {
|
|
1103
|
+
"type": "bool",
|
|
1104
|
+
"id": 4
|
|
1076
1105
|
}
|
|
1077
1106
|
}
|
|
1078
1107
|
},
|
|
@@ -1719,15 +1748,40 @@ exports.default = {
|
|
|
1719
1748
|
"protobuf": {
|
|
1720
1749
|
"nested": {
|
|
1721
1750
|
"FileDescriptorSet": {
|
|
1751
|
+
"edition": "proto2",
|
|
1722
1752
|
"fields": {
|
|
1723
1753
|
"file": {
|
|
1724
1754
|
"rule": "repeated",
|
|
1725
1755
|
"type": "FileDescriptorProto",
|
|
1726
1756
|
"id": 1
|
|
1727
1757
|
}
|
|
1758
|
+
},
|
|
1759
|
+
"extensions": [
|
|
1760
|
+
[
|
|
1761
|
+
536000000,
|
|
1762
|
+
536000000
|
|
1763
|
+
]
|
|
1764
|
+
]
|
|
1765
|
+
},
|
|
1766
|
+
"Edition": {
|
|
1767
|
+
"edition": "proto2",
|
|
1768
|
+
"values": {
|
|
1769
|
+
"EDITION_UNKNOWN": 0,
|
|
1770
|
+
"EDITION_LEGACY": 900,
|
|
1771
|
+
"EDITION_PROTO2": 998,
|
|
1772
|
+
"EDITION_PROTO3": 999,
|
|
1773
|
+
"EDITION_2023": 1000,
|
|
1774
|
+
"EDITION_2024": 1001,
|
|
1775
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
1776
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
1777
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
1778
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
1779
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
1780
|
+
"EDITION_MAX": 2147483647
|
|
1728
1781
|
}
|
|
1729
1782
|
},
|
|
1730
1783
|
"FileDescriptorProto": {
|
|
1784
|
+
"edition": "proto2",
|
|
1731
1785
|
"fields": {
|
|
1732
1786
|
"name": {
|
|
1733
1787
|
"type": "string",
|
|
@@ -1745,18 +1799,17 @@ exports.default = {
|
|
|
1745
1799
|
"publicDependency": {
|
|
1746
1800
|
"rule": "repeated",
|
|
1747
1801
|
"type": "int32",
|
|
1748
|
-
"id": 10
|
|
1749
|
-
"options": {
|
|
1750
|
-
"packed": false
|
|
1751
|
-
}
|
|
1802
|
+
"id": 10
|
|
1752
1803
|
},
|
|
1753
1804
|
"weakDependency": {
|
|
1754
1805
|
"rule": "repeated",
|
|
1755
1806
|
"type": "int32",
|
|
1756
|
-
"id": 11
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1807
|
+
"id": 11
|
|
1808
|
+
},
|
|
1809
|
+
"optionDependency": {
|
|
1810
|
+
"rule": "repeated",
|
|
1811
|
+
"type": "string",
|
|
1812
|
+
"id": 15
|
|
1760
1813
|
},
|
|
1761
1814
|
"messageType": {
|
|
1762
1815
|
"rule": "repeated",
|
|
@@ -1789,10 +1842,15 @@ exports.default = {
|
|
|
1789
1842
|
"syntax": {
|
|
1790
1843
|
"type": "string",
|
|
1791
1844
|
"id": 12
|
|
1845
|
+
},
|
|
1846
|
+
"edition": {
|
|
1847
|
+
"type": "Edition",
|
|
1848
|
+
"id": 14
|
|
1792
1849
|
}
|
|
1793
1850
|
}
|
|
1794
1851
|
},
|
|
1795
1852
|
"DescriptorProto": {
|
|
1853
|
+
"edition": "proto2",
|
|
1796
1854
|
"fields": {
|
|
1797
1855
|
"name": {
|
|
1798
1856
|
"type": "string",
|
|
@@ -1841,6 +1899,10 @@ exports.default = {
|
|
|
1841
1899
|
"rule": "repeated",
|
|
1842
1900
|
"type": "string",
|
|
1843
1901
|
"id": 10
|
|
1902
|
+
},
|
|
1903
|
+
"visibility": {
|
|
1904
|
+
"type": "SymbolVisibility",
|
|
1905
|
+
"id": 11
|
|
1844
1906
|
}
|
|
1845
1907
|
},
|
|
1846
1908
|
"nested": {
|
|
@@ -1853,6 +1915,10 @@ exports.default = {
|
|
|
1853
1915
|
"end": {
|
|
1854
1916
|
"type": "int32",
|
|
1855
1917
|
"id": 2
|
|
1918
|
+
},
|
|
1919
|
+
"options": {
|
|
1920
|
+
"type": "ExtensionRangeOptions",
|
|
1921
|
+
"id": 3
|
|
1856
1922
|
}
|
|
1857
1923
|
}
|
|
1858
1924
|
},
|
|
@@ -1870,7 +1936,82 @@ exports.default = {
|
|
|
1870
1936
|
}
|
|
1871
1937
|
}
|
|
1872
1938
|
},
|
|
1939
|
+
"ExtensionRangeOptions": {
|
|
1940
|
+
"edition": "proto2",
|
|
1941
|
+
"fields": {
|
|
1942
|
+
"uninterpretedOption": {
|
|
1943
|
+
"rule": "repeated",
|
|
1944
|
+
"type": "UninterpretedOption",
|
|
1945
|
+
"id": 999
|
|
1946
|
+
},
|
|
1947
|
+
"declaration": {
|
|
1948
|
+
"rule": "repeated",
|
|
1949
|
+
"type": "Declaration",
|
|
1950
|
+
"id": 2,
|
|
1951
|
+
"options": {
|
|
1952
|
+
"retention": "RETENTION_SOURCE"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"features": {
|
|
1956
|
+
"type": "FeatureSet",
|
|
1957
|
+
"id": 50
|
|
1958
|
+
},
|
|
1959
|
+
"verification": {
|
|
1960
|
+
"type": "VerificationState",
|
|
1961
|
+
"id": 3,
|
|
1962
|
+
"options": {
|
|
1963
|
+
"default": "UNVERIFIED",
|
|
1964
|
+
"retention": "RETENTION_SOURCE"
|
|
1965
|
+
}
|
|
1966
|
+
}
|
|
1967
|
+
},
|
|
1968
|
+
"extensions": [
|
|
1969
|
+
[
|
|
1970
|
+
1000,
|
|
1971
|
+
536870911
|
|
1972
|
+
]
|
|
1973
|
+
],
|
|
1974
|
+
"nested": {
|
|
1975
|
+
"Declaration": {
|
|
1976
|
+
"fields": {
|
|
1977
|
+
"number": {
|
|
1978
|
+
"type": "int32",
|
|
1979
|
+
"id": 1
|
|
1980
|
+
},
|
|
1981
|
+
"fullName": {
|
|
1982
|
+
"type": "string",
|
|
1983
|
+
"id": 2
|
|
1984
|
+
},
|
|
1985
|
+
"type": {
|
|
1986
|
+
"type": "string",
|
|
1987
|
+
"id": 3
|
|
1988
|
+
},
|
|
1989
|
+
"reserved": {
|
|
1990
|
+
"type": "bool",
|
|
1991
|
+
"id": 5
|
|
1992
|
+
},
|
|
1993
|
+
"repeated": {
|
|
1994
|
+
"type": "bool",
|
|
1995
|
+
"id": 6
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"reserved": [
|
|
1999
|
+
[
|
|
2000
|
+
4,
|
|
2001
|
+
4
|
|
2002
|
+
]
|
|
2003
|
+
]
|
|
2004
|
+
},
|
|
2005
|
+
"VerificationState": {
|
|
2006
|
+
"values": {
|
|
2007
|
+
"DECLARATION": 0,
|
|
2008
|
+
"UNVERIFIED": 1
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
1873
2013
|
"FieldDescriptorProto": {
|
|
2014
|
+
"edition": "proto2",
|
|
1874
2015
|
"fields": {
|
|
1875
2016
|
"name": {
|
|
1876
2017
|
"type": "string",
|
|
@@ -1911,6 +2052,10 @@ exports.default = {
|
|
|
1911
2052
|
"options": {
|
|
1912
2053
|
"type": "FieldOptions",
|
|
1913
2054
|
"id": 8
|
|
2055
|
+
},
|
|
2056
|
+
"proto3Optional": {
|
|
2057
|
+
"type": "bool",
|
|
2058
|
+
"id": 17
|
|
1914
2059
|
}
|
|
1915
2060
|
},
|
|
1916
2061
|
"nested": {
|
|
@@ -1939,13 +2084,14 @@ exports.default = {
|
|
|
1939
2084
|
"Label": {
|
|
1940
2085
|
"values": {
|
|
1941
2086
|
"LABEL_OPTIONAL": 1,
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
2087
|
+
"LABEL_REPEATED": 3,
|
|
2088
|
+
"LABEL_REQUIRED": 2
|
|
1944
2089
|
}
|
|
1945
2090
|
}
|
|
1946
2091
|
}
|
|
1947
2092
|
},
|
|
1948
2093
|
"OneofDescriptorProto": {
|
|
2094
|
+
"edition": "proto2",
|
|
1949
2095
|
"fields": {
|
|
1950
2096
|
"name": {
|
|
1951
2097
|
"type": "string",
|
|
@@ -1958,6 +2104,7 @@ exports.default = {
|
|
|
1958
2104
|
}
|
|
1959
2105
|
},
|
|
1960
2106
|
"EnumDescriptorProto": {
|
|
2107
|
+
"edition": "proto2",
|
|
1961
2108
|
"fields": {
|
|
1962
2109
|
"name": {
|
|
1963
2110
|
"type": "string",
|
|
@@ -1971,10 +2118,39 @@ exports.default = {
|
|
|
1971
2118
|
"options": {
|
|
1972
2119
|
"type": "EnumOptions",
|
|
1973
2120
|
"id": 3
|
|
2121
|
+
},
|
|
2122
|
+
"reservedRange": {
|
|
2123
|
+
"rule": "repeated",
|
|
2124
|
+
"type": "EnumReservedRange",
|
|
2125
|
+
"id": 4
|
|
2126
|
+
},
|
|
2127
|
+
"reservedName": {
|
|
2128
|
+
"rule": "repeated",
|
|
2129
|
+
"type": "string",
|
|
2130
|
+
"id": 5
|
|
2131
|
+
},
|
|
2132
|
+
"visibility": {
|
|
2133
|
+
"type": "SymbolVisibility",
|
|
2134
|
+
"id": 6
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
"nested": {
|
|
2138
|
+
"EnumReservedRange": {
|
|
2139
|
+
"fields": {
|
|
2140
|
+
"start": {
|
|
2141
|
+
"type": "int32",
|
|
2142
|
+
"id": 1
|
|
2143
|
+
},
|
|
2144
|
+
"end": {
|
|
2145
|
+
"type": "int32",
|
|
2146
|
+
"id": 2
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
1974
2149
|
}
|
|
1975
2150
|
}
|
|
1976
2151
|
},
|
|
1977
2152
|
"EnumValueDescriptorProto": {
|
|
2153
|
+
"edition": "proto2",
|
|
1978
2154
|
"fields": {
|
|
1979
2155
|
"name": {
|
|
1980
2156
|
"type": "string",
|
|
@@ -1991,6 +2167,7 @@ exports.default = {
|
|
|
1991
2167
|
}
|
|
1992
2168
|
},
|
|
1993
2169
|
"ServiceDescriptorProto": {
|
|
2170
|
+
"edition": "proto2",
|
|
1994
2171
|
"fields": {
|
|
1995
2172
|
"name": {
|
|
1996
2173
|
"type": "string",
|
|
@@ -2008,6 +2185,7 @@ exports.default = {
|
|
|
2008
2185
|
}
|
|
2009
2186
|
},
|
|
2010
2187
|
"MethodDescriptorProto": {
|
|
2188
|
+
"edition": "proto2",
|
|
2011
2189
|
"fields": {
|
|
2012
2190
|
"name": {
|
|
2013
2191
|
"type": "string",
|
|
@@ -2036,6 +2214,7 @@ exports.default = {
|
|
|
2036
2214
|
}
|
|
2037
2215
|
},
|
|
2038
2216
|
"FileOptions": {
|
|
2217
|
+
"edition": "proto2",
|
|
2039
2218
|
"fields": {
|
|
2040
2219
|
"javaPackage": {
|
|
2041
2220
|
"type": "string",
|
|
@@ -2089,7 +2268,10 @@ exports.default = {
|
|
|
2089
2268
|
},
|
|
2090
2269
|
"ccEnableArenas": {
|
|
2091
2270
|
"type": "bool",
|
|
2092
|
-
"id": 31
|
|
2271
|
+
"id": 31,
|
|
2272
|
+
"options": {
|
|
2273
|
+
"default": true
|
|
2274
|
+
}
|
|
2093
2275
|
},
|
|
2094
2276
|
"objcClassPrefix": {
|
|
2095
2277
|
"type": "string",
|
|
@@ -2099,6 +2281,30 @@ exports.default = {
|
|
|
2099
2281
|
"type": "string",
|
|
2100
2282
|
"id": 37
|
|
2101
2283
|
},
|
|
2284
|
+
"swiftPrefix": {
|
|
2285
|
+
"type": "string",
|
|
2286
|
+
"id": 39
|
|
2287
|
+
},
|
|
2288
|
+
"phpClassPrefix": {
|
|
2289
|
+
"type": "string",
|
|
2290
|
+
"id": 40
|
|
2291
|
+
},
|
|
2292
|
+
"phpNamespace": {
|
|
2293
|
+
"type": "string",
|
|
2294
|
+
"id": 41
|
|
2295
|
+
},
|
|
2296
|
+
"phpMetadataNamespace": {
|
|
2297
|
+
"type": "string",
|
|
2298
|
+
"id": 44
|
|
2299
|
+
},
|
|
2300
|
+
"rubyPackage": {
|
|
2301
|
+
"type": "string",
|
|
2302
|
+
"id": 45
|
|
2303
|
+
},
|
|
2304
|
+
"features": {
|
|
2305
|
+
"type": "FeatureSet",
|
|
2306
|
+
"id": 50
|
|
2307
|
+
},
|
|
2102
2308
|
"uninterpretedOption": {
|
|
2103
2309
|
"rule": "repeated",
|
|
2104
2310
|
"type": "UninterpretedOption",
|
|
@@ -2112,10 +2318,15 @@ exports.default = {
|
|
|
2112
2318
|
]
|
|
2113
2319
|
],
|
|
2114
2320
|
"reserved": [
|
|
2321
|
+
[
|
|
2322
|
+
42,
|
|
2323
|
+
42
|
|
2324
|
+
],
|
|
2115
2325
|
[
|
|
2116
2326
|
38,
|
|
2117
2327
|
38
|
|
2118
|
-
]
|
|
2328
|
+
],
|
|
2329
|
+
"php_generic_services"
|
|
2119
2330
|
],
|
|
2120
2331
|
"nested": {
|
|
2121
2332
|
"OptimizeMode": {
|
|
@@ -2128,6 +2339,7 @@ exports.default = {
|
|
|
2128
2339
|
}
|
|
2129
2340
|
},
|
|
2130
2341
|
"MessageOptions": {
|
|
2342
|
+
"edition": "proto2",
|
|
2131
2343
|
"fields": {
|
|
2132
2344
|
"messageSetWireFormat": {
|
|
2133
2345
|
"type": "bool",
|
|
@@ -2145,6 +2357,17 @@ exports.default = {
|
|
|
2145
2357
|
"type": "bool",
|
|
2146
2358
|
"id": 7
|
|
2147
2359
|
},
|
|
2360
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2361
|
+
"type": "bool",
|
|
2362
|
+
"id": 11,
|
|
2363
|
+
"options": {
|
|
2364
|
+
"deprecated": true
|
|
2365
|
+
}
|
|
2366
|
+
},
|
|
2367
|
+
"features": {
|
|
2368
|
+
"type": "FeatureSet",
|
|
2369
|
+
"id": 12
|
|
2370
|
+
},
|
|
2148
2371
|
"uninterpretedOption": {
|
|
2149
2372
|
"rule": "repeated",
|
|
2150
2373
|
"type": "UninterpretedOption",
|
|
@@ -2158,13 +2381,30 @@ exports.default = {
|
|
|
2158
2381
|
]
|
|
2159
2382
|
],
|
|
2160
2383
|
"reserved": [
|
|
2384
|
+
[
|
|
2385
|
+
4,
|
|
2386
|
+
4
|
|
2387
|
+
],
|
|
2388
|
+
[
|
|
2389
|
+
5,
|
|
2390
|
+
5
|
|
2391
|
+
],
|
|
2392
|
+
[
|
|
2393
|
+
6,
|
|
2394
|
+
6
|
|
2395
|
+
],
|
|
2161
2396
|
[
|
|
2162
2397
|
8,
|
|
2163
2398
|
8
|
|
2399
|
+
],
|
|
2400
|
+
[
|
|
2401
|
+
9,
|
|
2402
|
+
9
|
|
2164
2403
|
]
|
|
2165
2404
|
]
|
|
2166
2405
|
},
|
|
2167
2406
|
"FieldOptions": {
|
|
2407
|
+
"edition": "proto2",
|
|
2168
2408
|
"fields": {
|
|
2169
2409
|
"ctype": {
|
|
2170
2410
|
"type": "CType",
|
|
@@ -2188,13 +2428,46 @@ exports.default = {
|
|
|
2188
2428
|
"type": "bool",
|
|
2189
2429
|
"id": 5
|
|
2190
2430
|
},
|
|
2431
|
+
"unverifiedLazy": {
|
|
2432
|
+
"type": "bool",
|
|
2433
|
+
"id": 15
|
|
2434
|
+
},
|
|
2191
2435
|
"deprecated": {
|
|
2192
2436
|
"type": "bool",
|
|
2193
2437
|
"id": 3
|
|
2194
2438
|
},
|
|
2195
2439
|
"weak": {
|
|
2196
2440
|
"type": "bool",
|
|
2197
|
-
"id": 10
|
|
2441
|
+
"id": 10,
|
|
2442
|
+
"options": {
|
|
2443
|
+
"deprecated": true
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
"debugRedact": {
|
|
2447
|
+
"type": "bool",
|
|
2448
|
+
"id": 16
|
|
2449
|
+
},
|
|
2450
|
+
"retention": {
|
|
2451
|
+
"type": "OptionRetention",
|
|
2452
|
+
"id": 17
|
|
2453
|
+
},
|
|
2454
|
+
"targets": {
|
|
2455
|
+
"rule": "repeated",
|
|
2456
|
+
"type": "OptionTargetType",
|
|
2457
|
+
"id": 19
|
|
2458
|
+
},
|
|
2459
|
+
"editionDefaults": {
|
|
2460
|
+
"rule": "repeated",
|
|
2461
|
+
"type": "EditionDefault",
|
|
2462
|
+
"id": 20
|
|
2463
|
+
},
|
|
2464
|
+
"features": {
|
|
2465
|
+
"type": "FeatureSet",
|
|
2466
|
+
"id": 21
|
|
2467
|
+
},
|
|
2468
|
+
"featureSupport": {
|
|
2469
|
+
"type": "FeatureSupport",
|
|
2470
|
+
"id": 22
|
|
2198
2471
|
},
|
|
2199
2472
|
"uninterpretedOption": {
|
|
2200
2473
|
"rule": "repeated",
|
|
@@ -2212,6 +2485,10 @@ exports.default = {
|
|
|
2212
2485
|
[
|
|
2213
2486
|
4,
|
|
2214
2487
|
4
|
|
2488
|
+
],
|
|
2489
|
+
[
|
|
2490
|
+
18,
|
|
2491
|
+
18
|
|
2215
2492
|
]
|
|
2216
2493
|
],
|
|
2217
2494
|
"nested": {
|
|
@@ -2228,11 +2505,69 @@ exports.default = {
|
|
|
2228
2505
|
"JS_STRING": 1,
|
|
2229
2506
|
"JS_NUMBER": 2
|
|
2230
2507
|
}
|
|
2508
|
+
},
|
|
2509
|
+
"OptionRetention": {
|
|
2510
|
+
"values": {
|
|
2511
|
+
"RETENTION_UNKNOWN": 0,
|
|
2512
|
+
"RETENTION_RUNTIME": 1,
|
|
2513
|
+
"RETENTION_SOURCE": 2
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
"OptionTargetType": {
|
|
2517
|
+
"values": {
|
|
2518
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
2519
|
+
"TARGET_TYPE_FILE": 1,
|
|
2520
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
2521
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
2522
|
+
"TARGET_TYPE_FIELD": 4,
|
|
2523
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
2524
|
+
"TARGET_TYPE_ENUM": 6,
|
|
2525
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
2526
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
2527
|
+
"TARGET_TYPE_METHOD": 9
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2530
|
+
"EditionDefault": {
|
|
2531
|
+
"fields": {
|
|
2532
|
+
"edition": {
|
|
2533
|
+
"type": "Edition",
|
|
2534
|
+
"id": 3
|
|
2535
|
+
},
|
|
2536
|
+
"value": {
|
|
2537
|
+
"type": "string",
|
|
2538
|
+
"id": 2
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"FeatureSupport": {
|
|
2543
|
+
"fields": {
|
|
2544
|
+
"editionIntroduced": {
|
|
2545
|
+
"type": "Edition",
|
|
2546
|
+
"id": 1
|
|
2547
|
+
},
|
|
2548
|
+
"editionDeprecated": {
|
|
2549
|
+
"type": "Edition",
|
|
2550
|
+
"id": 2
|
|
2551
|
+
},
|
|
2552
|
+
"deprecationWarning": {
|
|
2553
|
+
"type": "string",
|
|
2554
|
+
"id": 3
|
|
2555
|
+
},
|
|
2556
|
+
"editionRemoved": {
|
|
2557
|
+
"type": "Edition",
|
|
2558
|
+
"id": 4
|
|
2559
|
+
}
|
|
2560
|
+
}
|
|
2231
2561
|
}
|
|
2232
2562
|
}
|
|
2233
2563
|
},
|
|
2234
2564
|
"OneofOptions": {
|
|
2565
|
+
"edition": "proto2",
|
|
2235
2566
|
"fields": {
|
|
2567
|
+
"features": {
|
|
2568
|
+
"type": "FeatureSet",
|
|
2569
|
+
"id": 1
|
|
2570
|
+
},
|
|
2236
2571
|
"uninterpretedOption": {
|
|
2237
2572
|
"rule": "repeated",
|
|
2238
2573
|
"type": "UninterpretedOption",
|
|
@@ -2247,6 +2582,7 @@ exports.default = {
|
|
|
2247
2582
|
]
|
|
2248
2583
|
},
|
|
2249
2584
|
"EnumOptions": {
|
|
2585
|
+
"edition": "proto2",
|
|
2250
2586
|
"fields": {
|
|
2251
2587
|
"allowAlias": {
|
|
2252
2588
|
"type": "bool",
|
|
@@ -2256,6 +2592,17 @@ exports.default = {
|
|
|
2256
2592
|
"type": "bool",
|
|
2257
2593
|
"id": 3
|
|
2258
2594
|
},
|
|
2595
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2596
|
+
"type": "bool",
|
|
2597
|
+
"id": 6,
|
|
2598
|
+
"options": {
|
|
2599
|
+
"deprecated": true
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"features": {
|
|
2603
|
+
"type": "FeatureSet",
|
|
2604
|
+
"id": 7
|
|
2605
|
+
},
|
|
2259
2606
|
"uninterpretedOption": {
|
|
2260
2607
|
"rule": "repeated",
|
|
2261
2608
|
"type": "UninterpretedOption",
|
|
@@ -2267,14 +2614,33 @@ exports.default = {
|
|
|
2267
2614
|
1000,
|
|
2268
2615
|
536870911
|
|
2269
2616
|
]
|
|
2617
|
+
],
|
|
2618
|
+
"reserved": [
|
|
2619
|
+
[
|
|
2620
|
+
5,
|
|
2621
|
+
5
|
|
2622
|
+
]
|
|
2270
2623
|
]
|
|
2271
2624
|
},
|
|
2272
2625
|
"EnumValueOptions": {
|
|
2626
|
+
"edition": "proto2",
|
|
2273
2627
|
"fields": {
|
|
2274
2628
|
"deprecated": {
|
|
2275
2629
|
"type": "bool",
|
|
2276
2630
|
"id": 1
|
|
2277
2631
|
},
|
|
2632
|
+
"features": {
|
|
2633
|
+
"type": "FeatureSet",
|
|
2634
|
+
"id": 2
|
|
2635
|
+
},
|
|
2636
|
+
"debugRedact": {
|
|
2637
|
+
"type": "bool",
|
|
2638
|
+
"id": 3
|
|
2639
|
+
},
|
|
2640
|
+
"featureSupport": {
|
|
2641
|
+
"type": "FieldOptions.FeatureSupport",
|
|
2642
|
+
"id": 4
|
|
2643
|
+
},
|
|
2278
2644
|
"uninterpretedOption": {
|
|
2279
2645
|
"rule": "repeated",
|
|
2280
2646
|
"type": "UninterpretedOption",
|
|
@@ -2289,7 +2655,12 @@ exports.default = {
|
|
|
2289
2655
|
]
|
|
2290
2656
|
},
|
|
2291
2657
|
"ServiceOptions": {
|
|
2658
|
+
"edition": "proto2",
|
|
2292
2659
|
"fields": {
|
|
2660
|
+
"features": {
|
|
2661
|
+
"type": "FeatureSet",
|
|
2662
|
+
"id": 34
|
|
2663
|
+
},
|
|
2293
2664
|
"deprecated": {
|
|
2294
2665
|
"type": "bool",
|
|
2295
2666
|
"id": 33
|
|
@@ -2308,11 +2679,23 @@ exports.default = {
|
|
|
2308
2679
|
]
|
|
2309
2680
|
},
|
|
2310
2681
|
"MethodOptions": {
|
|
2682
|
+
"edition": "proto2",
|
|
2311
2683
|
"fields": {
|
|
2312
2684
|
"deprecated": {
|
|
2313
2685
|
"type": "bool",
|
|
2314
2686
|
"id": 33
|
|
2315
2687
|
},
|
|
2688
|
+
"idempotencyLevel": {
|
|
2689
|
+
"type": "IdempotencyLevel",
|
|
2690
|
+
"id": 34,
|
|
2691
|
+
"options": {
|
|
2692
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
"features": {
|
|
2696
|
+
"type": "FeatureSet",
|
|
2697
|
+
"id": 35
|
|
2698
|
+
},
|
|
2316
2699
|
"uninterpretedOption": {
|
|
2317
2700
|
"rule": "repeated",
|
|
2318
2701
|
"type": "UninterpretedOption",
|
|
@@ -2324,9 +2707,19 @@ exports.default = {
|
|
|
2324
2707
|
1000,
|
|
2325
2708
|
536870911
|
|
2326
2709
|
]
|
|
2327
|
-
]
|
|
2710
|
+
],
|
|
2711
|
+
"nested": {
|
|
2712
|
+
"IdempotencyLevel": {
|
|
2713
|
+
"values": {
|
|
2714
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
2715
|
+
"NO_SIDE_EFFECTS": 1,
|
|
2716
|
+
"IDEMPOTENT": 2
|
|
2717
|
+
}
|
|
2718
|
+
}
|
|
2719
|
+
}
|
|
2328
2720
|
},
|
|
2329
2721
|
"UninterpretedOption": {
|
|
2722
|
+
"edition": "proto2",
|
|
2330
2723
|
"fields": {
|
|
2331
2724
|
"name": {
|
|
2332
2725
|
"rule": "repeated",
|
|
@@ -2375,7 +2768,240 @@ exports.default = {
|
|
|
2375
2768
|
}
|
|
2376
2769
|
}
|
|
2377
2770
|
},
|
|
2771
|
+
"FeatureSet": {
|
|
2772
|
+
"edition": "proto2",
|
|
2773
|
+
"fields": {
|
|
2774
|
+
"fieldPresence": {
|
|
2775
|
+
"type": "FieldPresence",
|
|
2776
|
+
"id": 1,
|
|
2777
|
+
"options": {
|
|
2778
|
+
"retention": "RETENTION_RUNTIME",
|
|
2779
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2780
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2781
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
2782
|
+
"edition_defaults.value": "EXPLICIT"
|
|
2783
|
+
}
|
|
2784
|
+
},
|
|
2785
|
+
"enumType": {
|
|
2786
|
+
"type": "EnumType",
|
|
2787
|
+
"id": 2,
|
|
2788
|
+
"options": {
|
|
2789
|
+
"retention": "RETENTION_RUNTIME",
|
|
2790
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2791
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2792
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2793
|
+
"edition_defaults.value": "OPEN"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
"repeatedFieldEncoding": {
|
|
2797
|
+
"type": "RepeatedFieldEncoding",
|
|
2798
|
+
"id": 3,
|
|
2799
|
+
"options": {
|
|
2800
|
+
"retention": "RETENTION_RUNTIME",
|
|
2801
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2802
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2803
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2804
|
+
"edition_defaults.value": "PACKED"
|
|
2805
|
+
}
|
|
2806
|
+
},
|
|
2807
|
+
"utf8Validation": {
|
|
2808
|
+
"type": "Utf8Validation",
|
|
2809
|
+
"id": 4,
|
|
2810
|
+
"options": {
|
|
2811
|
+
"retention": "RETENTION_RUNTIME",
|
|
2812
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2813
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2814
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2815
|
+
"edition_defaults.value": "VERIFY"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"messageEncoding": {
|
|
2819
|
+
"type": "MessageEncoding",
|
|
2820
|
+
"id": 5,
|
|
2821
|
+
"options": {
|
|
2822
|
+
"retention": "RETENTION_RUNTIME",
|
|
2823
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2824
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2825
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
2826
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"jsonFormat": {
|
|
2830
|
+
"type": "JsonFormat",
|
|
2831
|
+
"id": 6,
|
|
2832
|
+
"options": {
|
|
2833
|
+
"retention": "RETENTION_RUNTIME",
|
|
2834
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2835
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2836
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2837
|
+
"edition_defaults.value": "ALLOW"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
"enforceNamingStyle": {
|
|
2841
|
+
"type": "EnforceNamingStyle",
|
|
2842
|
+
"id": 7,
|
|
2843
|
+
"options": {
|
|
2844
|
+
"retention": "RETENTION_SOURCE",
|
|
2845
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
2846
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
2847
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
2848
|
+
"edition_defaults.value": "STYLE2024"
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"defaultSymbolVisibility": {
|
|
2852
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
2853
|
+
"id": 8,
|
|
2854
|
+
"options": {
|
|
2855
|
+
"retention": "RETENTION_SOURCE",
|
|
2856
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2857
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
2858
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
2859
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
2860
|
+
}
|
|
2861
|
+
}
|
|
2862
|
+
},
|
|
2863
|
+
"extensions": [
|
|
2864
|
+
[
|
|
2865
|
+
1000,
|
|
2866
|
+
9994
|
|
2867
|
+
],
|
|
2868
|
+
[
|
|
2869
|
+
9995,
|
|
2870
|
+
9999
|
|
2871
|
+
],
|
|
2872
|
+
[
|
|
2873
|
+
10000,
|
|
2874
|
+
10000
|
|
2875
|
+
]
|
|
2876
|
+
],
|
|
2877
|
+
"reserved": [
|
|
2878
|
+
[
|
|
2879
|
+
999,
|
|
2880
|
+
999
|
|
2881
|
+
]
|
|
2882
|
+
],
|
|
2883
|
+
"nested": {
|
|
2884
|
+
"FieldPresence": {
|
|
2885
|
+
"values": {
|
|
2886
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
2887
|
+
"EXPLICIT": 1,
|
|
2888
|
+
"IMPLICIT": 2,
|
|
2889
|
+
"LEGACY_REQUIRED": 3
|
|
2890
|
+
}
|
|
2891
|
+
},
|
|
2892
|
+
"EnumType": {
|
|
2893
|
+
"values": {
|
|
2894
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
2895
|
+
"OPEN": 1,
|
|
2896
|
+
"CLOSED": 2
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
"RepeatedFieldEncoding": {
|
|
2900
|
+
"values": {
|
|
2901
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
2902
|
+
"PACKED": 1,
|
|
2903
|
+
"EXPANDED": 2
|
|
2904
|
+
}
|
|
2905
|
+
},
|
|
2906
|
+
"Utf8Validation": {
|
|
2907
|
+
"values": {
|
|
2908
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
2909
|
+
"VERIFY": 2,
|
|
2910
|
+
"NONE": 3
|
|
2911
|
+
}
|
|
2912
|
+
},
|
|
2913
|
+
"MessageEncoding": {
|
|
2914
|
+
"values": {
|
|
2915
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
2916
|
+
"LENGTH_PREFIXED": 1,
|
|
2917
|
+
"DELIMITED": 2
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
"JsonFormat": {
|
|
2921
|
+
"values": {
|
|
2922
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
2923
|
+
"ALLOW": 1,
|
|
2924
|
+
"LEGACY_BEST_EFFORT": 2
|
|
2925
|
+
}
|
|
2926
|
+
},
|
|
2927
|
+
"EnforceNamingStyle": {
|
|
2928
|
+
"values": {
|
|
2929
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
2930
|
+
"STYLE2024": 1,
|
|
2931
|
+
"STYLE_LEGACY": 2
|
|
2932
|
+
}
|
|
2933
|
+
},
|
|
2934
|
+
"VisibilityFeature": {
|
|
2935
|
+
"fields": {},
|
|
2936
|
+
"reserved": [
|
|
2937
|
+
[
|
|
2938
|
+
1,
|
|
2939
|
+
536870911
|
|
2940
|
+
]
|
|
2941
|
+
],
|
|
2942
|
+
"nested": {
|
|
2943
|
+
"DefaultSymbolVisibility": {
|
|
2944
|
+
"values": {
|
|
2945
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
2946
|
+
"EXPORT_ALL": 1,
|
|
2947
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
2948
|
+
"LOCAL_ALL": 3,
|
|
2949
|
+
"STRICT": 4
|
|
2950
|
+
}
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"FeatureSetDefaults": {
|
|
2957
|
+
"edition": "proto2",
|
|
2958
|
+
"fields": {
|
|
2959
|
+
"defaults": {
|
|
2960
|
+
"rule": "repeated",
|
|
2961
|
+
"type": "FeatureSetEditionDefault",
|
|
2962
|
+
"id": 1
|
|
2963
|
+
},
|
|
2964
|
+
"minimumEdition": {
|
|
2965
|
+
"type": "Edition",
|
|
2966
|
+
"id": 4
|
|
2967
|
+
},
|
|
2968
|
+
"maximumEdition": {
|
|
2969
|
+
"type": "Edition",
|
|
2970
|
+
"id": 5
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"nested": {
|
|
2974
|
+
"FeatureSetEditionDefault": {
|
|
2975
|
+
"fields": {
|
|
2976
|
+
"edition": {
|
|
2977
|
+
"type": "Edition",
|
|
2978
|
+
"id": 3
|
|
2979
|
+
},
|
|
2980
|
+
"overridableFeatures": {
|
|
2981
|
+
"type": "FeatureSet",
|
|
2982
|
+
"id": 4
|
|
2983
|
+
},
|
|
2984
|
+
"fixedFeatures": {
|
|
2985
|
+
"type": "FeatureSet",
|
|
2986
|
+
"id": 5
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"reserved": [
|
|
2990
|
+
[
|
|
2991
|
+
1,
|
|
2992
|
+
1
|
|
2993
|
+
],
|
|
2994
|
+
[
|
|
2995
|
+
2,
|
|
2996
|
+
2
|
|
2997
|
+
],
|
|
2998
|
+
"features"
|
|
2999
|
+
]
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
2378
3003
|
"SourceCodeInfo": {
|
|
3004
|
+
"edition": "proto2",
|
|
2379
3005
|
"fields": {
|
|
2380
3006
|
"location": {
|
|
2381
3007
|
"rule": "repeated",
|
|
@@ -2383,18 +3009,30 @@ exports.default = {
|
|
|
2383
3009
|
"id": 1
|
|
2384
3010
|
}
|
|
2385
3011
|
},
|
|
3012
|
+
"extensions": [
|
|
3013
|
+
[
|
|
3014
|
+
536000000,
|
|
3015
|
+
536000000
|
|
3016
|
+
]
|
|
3017
|
+
],
|
|
2386
3018
|
"nested": {
|
|
2387
3019
|
"Location": {
|
|
2388
3020
|
"fields": {
|
|
2389
3021
|
"path": {
|
|
2390
3022
|
"rule": "repeated",
|
|
2391
3023
|
"type": "int32",
|
|
2392
|
-
"id": 1
|
|
3024
|
+
"id": 1,
|
|
3025
|
+
"options": {
|
|
3026
|
+
"packed": true
|
|
3027
|
+
}
|
|
2393
3028
|
},
|
|
2394
3029
|
"span": {
|
|
2395
3030
|
"rule": "repeated",
|
|
2396
3031
|
"type": "int32",
|
|
2397
|
-
"id": 2
|
|
3032
|
+
"id": 2,
|
|
3033
|
+
"options": {
|
|
3034
|
+
"packed": true
|
|
3035
|
+
}
|
|
2398
3036
|
},
|
|
2399
3037
|
"leadingComments": {
|
|
2400
3038
|
"type": "string",
|
|
@@ -2414,6 +3052,7 @@ exports.default = {
|
|
|
2414
3052
|
}
|
|
2415
3053
|
},
|
|
2416
3054
|
"GeneratedCodeInfo": {
|
|
3055
|
+
"edition": "proto2",
|
|
2417
3056
|
"fields": {
|
|
2418
3057
|
"annotation": {
|
|
2419
3058
|
"rule": "repeated",
|
|
@@ -2427,7 +3066,10 @@ exports.default = {
|
|
|
2427
3066
|
"path": {
|
|
2428
3067
|
"rule": "repeated",
|
|
2429
3068
|
"type": "int32",
|
|
2430
|
-
"id": 1
|
|
3069
|
+
"id": 1,
|
|
3070
|
+
"options": {
|
|
3071
|
+
"packed": true
|
|
3072
|
+
}
|
|
2431
3073
|
},
|
|
2432
3074
|
"sourceFile": {
|
|
2433
3075
|
"type": "string",
|
|
@@ -2440,10 +3082,31 @@ exports.default = {
|
|
|
2440
3082
|
"end": {
|
|
2441
3083
|
"type": "int32",
|
|
2442
3084
|
"id": 4
|
|
3085
|
+
},
|
|
3086
|
+
"semantic": {
|
|
3087
|
+
"type": "Semantic",
|
|
3088
|
+
"id": 5
|
|
3089
|
+
}
|
|
3090
|
+
},
|
|
3091
|
+
"nested": {
|
|
3092
|
+
"Semantic": {
|
|
3093
|
+
"values": {
|
|
3094
|
+
"NONE": 0,
|
|
3095
|
+
"SET": 1,
|
|
3096
|
+
"ALIAS": 2
|
|
3097
|
+
}
|
|
2443
3098
|
}
|
|
2444
3099
|
}
|
|
2445
3100
|
}
|
|
2446
3101
|
}
|
|
3102
|
+
},
|
|
3103
|
+
"SymbolVisibility": {
|
|
3104
|
+
"edition": "proto2",
|
|
3105
|
+
"values": {
|
|
3106
|
+
"VISIBILITY_UNSET": 0,
|
|
3107
|
+
"VISIBILITY_LOCAL": 1,
|
|
3108
|
+
"VISIBILITY_EXPORT": 2
|
|
3109
|
+
}
|
|
2447
3110
|
}
|
|
2448
3111
|
}
|
|
2449
3112
|
}
|