@zilliz/milvus2-sdk-node 2.6.12 → 2.6.14
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/bulkwriter/JsonFormatter.js +4 -3
- package/dist/milvus/bulkwriter/JsonFormatter.js.map +1 -1
- package/dist/milvus/bulkwriter/ParquetFormatter.js +30 -21
- package/dist/milvus/bulkwriter/ParquetFormatter.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 +631 -8
- package/dist/milvus/proto-json/milvus.base.js +726 -17
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +687 -64
- package/dist/milvus/proto-json/milvus.js +782 -73
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +580 -8
- package/dist/milvus/proto-json/schema.base.js +672 -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/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": {
|
|
@@ -1719,15 +1740,40 @@ exports.default = {
|
|
|
1719
1740
|
"protobuf": {
|
|
1720
1741
|
"nested": {
|
|
1721
1742
|
"FileDescriptorSet": {
|
|
1743
|
+
"edition": "proto2",
|
|
1722
1744
|
"fields": {
|
|
1723
1745
|
"file": {
|
|
1724
1746
|
"rule": "repeated",
|
|
1725
1747
|
"type": "FileDescriptorProto",
|
|
1726
1748
|
"id": 1
|
|
1727
1749
|
}
|
|
1750
|
+
},
|
|
1751
|
+
"extensions": [
|
|
1752
|
+
[
|
|
1753
|
+
536000000,
|
|
1754
|
+
536000000
|
|
1755
|
+
]
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
"Edition": {
|
|
1759
|
+
"edition": "proto2",
|
|
1760
|
+
"values": {
|
|
1761
|
+
"EDITION_UNKNOWN": 0,
|
|
1762
|
+
"EDITION_LEGACY": 900,
|
|
1763
|
+
"EDITION_PROTO2": 998,
|
|
1764
|
+
"EDITION_PROTO3": 999,
|
|
1765
|
+
"EDITION_2023": 1000,
|
|
1766
|
+
"EDITION_2024": 1001,
|
|
1767
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
1768
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
1769
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
1770
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
1771
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
1772
|
+
"EDITION_MAX": 2147483647
|
|
1728
1773
|
}
|
|
1729
1774
|
},
|
|
1730
1775
|
"FileDescriptorProto": {
|
|
1776
|
+
"edition": "proto2",
|
|
1731
1777
|
"fields": {
|
|
1732
1778
|
"name": {
|
|
1733
1779
|
"type": "string",
|
|
@@ -1745,18 +1791,17 @@ exports.default = {
|
|
|
1745
1791
|
"publicDependency": {
|
|
1746
1792
|
"rule": "repeated",
|
|
1747
1793
|
"type": "int32",
|
|
1748
|
-
"id": 10
|
|
1749
|
-
"options": {
|
|
1750
|
-
"packed": false
|
|
1751
|
-
}
|
|
1794
|
+
"id": 10
|
|
1752
1795
|
},
|
|
1753
1796
|
"weakDependency": {
|
|
1754
1797
|
"rule": "repeated",
|
|
1755
1798
|
"type": "int32",
|
|
1756
|
-
"id": 11
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1799
|
+
"id": 11
|
|
1800
|
+
},
|
|
1801
|
+
"optionDependency": {
|
|
1802
|
+
"rule": "repeated",
|
|
1803
|
+
"type": "string",
|
|
1804
|
+
"id": 15
|
|
1760
1805
|
},
|
|
1761
1806
|
"messageType": {
|
|
1762
1807
|
"rule": "repeated",
|
|
@@ -1789,10 +1834,15 @@ exports.default = {
|
|
|
1789
1834
|
"syntax": {
|
|
1790
1835
|
"type": "string",
|
|
1791
1836
|
"id": 12
|
|
1837
|
+
},
|
|
1838
|
+
"edition": {
|
|
1839
|
+
"type": "Edition",
|
|
1840
|
+
"id": 14
|
|
1792
1841
|
}
|
|
1793
1842
|
}
|
|
1794
1843
|
},
|
|
1795
1844
|
"DescriptorProto": {
|
|
1845
|
+
"edition": "proto2",
|
|
1796
1846
|
"fields": {
|
|
1797
1847
|
"name": {
|
|
1798
1848
|
"type": "string",
|
|
@@ -1841,6 +1891,10 @@ exports.default = {
|
|
|
1841
1891
|
"rule": "repeated",
|
|
1842
1892
|
"type": "string",
|
|
1843
1893
|
"id": 10
|
|
1894
|
+
},
|
|
1895
|
+
"visibility": {
|
|
1896
|
+
"type": "SymbolVisibility",
|
|
1897
|
+
"id": 11
|
|
1844
1898
|
}
|
|
1845
1899
|
},
|
|
1846
1900
|
"nested": {
|
|
@@ -1853,6 +1907,10 @@ exports.default = {
|
|
|
1853
1907
|
"end": {
|
|
1854
1908
|
"type": "int32",
|
|
1855
1909
|
"id": 2
|
|
1910
|
+
},
|
|
1911
|
+
"options": {
|
|
1912
|
+
"type": "ExtensionRangeOptions",
|
|
1913
|
+
"id": 3
|
|
1856
1914
|
}
|
|
1857
1915
|
}
|
|
1858
1916
|
},
|
|
@@ -1870,7 +1928,82 @@ exports.default = {
|
|
|
1870
1928
|
}
|
|
1871
1929
|
}
|
|
1872
1930
|
},
|
|
1931
|
+
"ExtensionRangeOptions": {
|
|
1932
|
+
"edition": "proto2",
|
|
1933
|
+
"fields": {
|
|
1934
|
+
"uninterpretedOption": {
|
|
1935
|
+
"rule": "repeated",
|
|
1936
|
+
"type": "UninterpretedOption",
|
|
1937
|
+
"id": 999
|
|
1938
|
+
},
|
|
1939
|
+
"declaration": {
|
|
1940
|
+
"rule": "repeated",
|
|
1941
|
+
"type": "Declaration",
|
|
1942
|
+
"id": 2,
|
|
1943
|
+
"options": {
|
|
1944
|
+
"retention": "RETENTION_SOURCE"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
"features": {
|
|
1948
|
+
"type": "FeatureSet",
|
|
1949
|
+
"id": 50
|
|
1950
|
+
},
|
|
1951
|
+
"verification": {
|
|
1952
|
+
"type": "VerificationState",
|
|
1953
|
+
"id": 3,
|
|
1954
|
+
"options": {
|
|
1955
|
+
"default": "UNVERIFIED",
|
|
1956
|
+
"retention": "RETENTION_SOURCE"
|
|
1957
|
+
}
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
"extensions": [
|
|
1961
|
+
[
|
|
1962
|
+
1000,
|
|
1963
|
+
536870911
|
|
1964
|
+
]
|
|
1965
|
+
],
|
|
1966
|
+
"nested": {
|
|
1967
|
+
"Declaration": {
|
|
1968
|
+
"fields": {
|
|
1969
|
+
"number": {
|
|
1970
|
+
"type": "int32",
|
|
1971
|
+
"id": 1
|
|
1972
|
+
},
|
|
1973
|
+
"fullName": {
|
|
1974
|
+
"type": "string",
|
|
1975
|
+
"id": 2
|
|
1976
|
+
},
|
|
1977
|
+
"type": {
|
|
1978
|
+
"type": "string",
|
|
1979
|
+
"id": 3
|
|
1980
|
+
},
|
|
1981
|
+
"reserved": {
|
|
1982
|
+
"type": "bool",
|
|
1983
|
+
"id": 5
|
|
1984
|
+
},
|
|
1985
|
+
"repeated": {
|
|
1986
|
+
"type": "bool",
|
|
1987
|
+
"id": 6
|
|
1988
|
+
}
|
|
1989
|
+
},
|
|
1990
|
+
"reserved": [
|
|
1991
|
+
[
|
|
1992
|
+
4,
|
|
1993
|
+
4
|
|
1994
|
+
]
|
|
1995
|
+
]
|
|
1996
|
+
},
|
|
1997
|
+
"VerificationState": {
|
|
1998
|
+
"values": {
|
|
1999
|
+
"DECLARATION": 0,
|
|
2000
|
+
"UNVERIFIED": 1
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
1873
2005
|
"FieldDescriptorProto": {
|
|
2006
|
+
"edition": "proto2",
|
|
1874
2007
|
"fields": {
|
|
1875
2008
|
"name": {
|
|
1876
2009
|
"type": "string",
|
|
@@ -1911,6 +2044,10 @@ exports.default = {
|
|
|
1911
2044
|
"options": {
|
|
1912
2045
|
"type": "FieldOptions",
|
|
1913
2046
|
"id": 8
|
|
2047
|
+
},
|
|
2048
|
+
"proto3Optional": {
|
|
2049
|
+
"type": "bool",
|
|
2050
|
+
"id": 17
|
|
1914
2051
|
}
|
|
1915
2052
|
},
|
|
1916
2053
|
"nested": {
|
|
@@ -1939,13 +2076,14 @@ exports.default = {
|
|
|
1939
2076
|
"Label": {
|
|
1940
2077
|
"values": {
|
|
1941
2078
|
"LABEL_OPTIONAL": 1,
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
2079
|
+
"LABEL_REPEATED": 3,
|
|
2080
|
+
"LABEL_REQUIRED": 2
|
|
1944
2081
|
}
|
|
1945
2082
|
}
|
|
1946
2083
|
}
|
|
1947
2084
|
},
|
|
1948
2085
|
"OneofDescriptorProto": {
|
|
2086
|
+
"edition": "proto2",
|
|
1949
2087
|
"fields": {
|
|
1950
2088
|
"name": {
|
|
1951
2089
|
"type": "string",
|
|
@@ -1958,6 +2096,7 @@ exports.default = {
|
|
|
1958
2096
|
}
|
|
1959
2097
|
},
|
|
1960
2098
|
"EnumDescriptorProto": {
|
|
2099
|
+
"edition": "proto2",
|
|
1961
2100
|
"fields": {
|
|
1962
2101
|
"name": {
|
|
1963
2102
|
"type": "string",
|
|
@@ -1971,10 +2110,39 @@ exports.default = {
|
|
|
1971
2110
|
"options": {
|
|
1972
2111
|
"type": "EnumOptions",
|
|
1973
2112
|
"id": 3
|
|
2113
|
+
},
|
|
2114
|
+
"reservedRange": {
|
|
2115
|
+
"rule": "repeated",
|
|
2116
|
+
"type": "EnumReservedRange",
|
|
2117
|
+
"id": 4
|
|
2118
|
+
},
|
|
2119
|
+
"reservedName": {
|
|
2120
|
+
"rule": "repeated",
|
|
2121
|
+
"type": "string",
|
|
2122
|
+
"id": 5
|
|
2123
|
+
},
|
|
2124
|
+
"visibility": {
|
|
2125
|
+
"type": "SymbolVisibility",
|
|
2126
|
+
"id": 6
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"nested": {
|
|
2130
|
+
"EnumReservedRange": {
|
|
2131
|
+
"fields": {
|
|
2132
|
+
"start": {
|
|
2133
|
+
"type": "int32",
|
|
2134
|
+
"id": 1
|
|
2135
|
+
},
|
|
2136
|
+
"end": {
|
|
2137
|
+
"type": "int32",
|
|
2138
|
+
"id": 2
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
1974
2141
|
}
|
|
1975
2142
|
}
|
|
1976
2143
|
},
|
|
1977
2144
|
"EnumValueDescriptorProto": {
|
|
2145
|
+
"edition": "proto2",
|
|
1978
2146
|
"fields": {
|
|
1979
2147
|
"name": {
|
|
1980
2148
|
"type": "string",
|
|
@@ -1991,6 +2159,7 @@ exports.default = {
|
|
|
1991
2159
|
}
|
|
1992
2160
|
},
|
|
1993
2161
|
"ServiceDescriptorProto": {
|
|
2162
|
+
"edition": "proto2",
|
|
1994
2163
|
"fields": {
|
|
1995
2164
|
"name": {
|
|
1996
2165
|
"type": "string",
|
|
@@ -2008,6 +2177,7 @@ exports.default = {
|
|
|
2008
2177
|
}
|
|
2009
2178
|
},
|
|
2010
2179
|
"MethodDescriptorProto": {
|
|
2180
|
+
"edition": "proto2",
|
|
2011
2181
|
"fields": {
|
|
2012
2182
|
"name": {
|
|
2013
2183
|
"type": "string",
|
|
@@ -2036,6 +2206,7 @@ exports.default = {
|
|
|
2036
2206
|
}
|
|
2037
2207
|
},
|
|
2038
2208
|
"FileOptions": {
|
|
2209
|
+
"edition": "proto2",
|
|
2039
2210
|
"fields": {
|
|
2040
2211
|
"javaPackage": {
|
|
2041
2212
|
"type": "string",
|
|
@@ -2089,7 +2260,10 @@ exports.default = {
|
|
|
2089
2260
|
},
|
|
2090
2261
|
"ccEnableArenas": {
|
|
2091
2262
|
"type": "bool",
|
|
2092
|
-
"id": 31
|
|
2263
|
+
"id": 31,
|
|
2264
|
+
"options": {
|
|
2265
|
+
"default": true
|
|
2266
|
+
}
|
|
2093
2267
|
},
|
|
2094
2268
|
"objcClassPrefix": {
|
|
2095
2269
|
"type": "string",
|
|
@@ -2099,6 +2273,30 @@ exports.default = {
|
|
|
2099
2273
|
"type": "string",
|
|
2100
2274
|
"id": 37
|
|
2101
2275
|
},
|
|
2276
|
+
"swiftPrefix": {
|
|
2277
|
+
"type": "string",
|
|
2278
|
+
"id": 39
|
|
2279
|
+
},
|
|
2280
|
+
"phpClassPrefix": {
|
|
2281
|
+
"type": "string",
|
|
2282
|
+
"id": 40
|
|
2283
|
+
},
|
|
2284
|
+
"phpNamespace": {
|
|
2285
|
+
"type": "string",
|
|
2286
|
+
"id": 41
|
|
2287
|
+
},
|
|
2288
|
+
"phpMetadataNamespace": {
|
|
2289
|
+
"type": "string",
|
|
2290
|
+
"id": 44
|
|
2291
|
+
},
|
|
2292
|
+
"rubyPackage": {
|
|
2293
|
+
"type": "string",
|
|
2294
|
+
"id": 45
|
|
2295
|
+
},
|
|
2296
|
+
"features": {
|
|
2297
|
+
"type": "FeatureSet",
|
|
2298
|
+
"id": 50
|
|
2299
|
+
},
|
|
2102
2300
|
"uninterpretedOption": {
|
|
2103
2301
|
"rule": "repeated",
|
|
2104
2302
|
"type": "UninterpretedOption",
|
|
@@ -2112,10 +2310,15 @@ exports.default = {
|
|
|
2112
2310
|
]
|
|
2113
2311
|
],
|
|
2114
2312
|
"reserved": [
|
|
2313
|
+
[
|
|
2314
|
+
42,
|
|
2315
|
+
42
|
|
2316
|
+
],
|
|
2115
2317
|
[
|
|
2116
2318
|
38,
|
|
2117
2319
|
38
|
|
2118
|
-
]
|
|
2320
|
+
],
|
|
2321
|
+
"php_generic_services"
|
|
2119
2322
|
],
|
|
2120
2323
|
"nested": {
|
|
2121
2324
|
"OptimizeMode": {
|
|
@@ -2128,6 +2331,7 @@ exports.default = {
|
|
|
2128
2331
|
}
|
|
2129
2332
|
},
|
|
2130
2333
|
"MessageOptions": {
|
|
2334
|
+
"edition": "proto2",
|
|
2131
2335
|
"fields": {
|
|
2132
2336
|
"messageSetWireFormat": {
|
|
2133
2337
|
"type": "bool",
|
|
@@ -2145,6 +2349,17 @@ exports.default = {
|
|
|
2145
2349
|
"type": "bool",
|
|
2146
2350
|
"id": 7
|
|
2147
2351
|
},
|
|
2352
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2353
|
+
"type": "bool",
|
|
2354
|
+
"id": 11,
|
|
2355
|
+
"options": {
|
|
2356
|
+
"deprecated": true
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
"features": {
|
|
2360
|
+
"type": "FeatureSet",
|
|
2361
|
+
"id": 12
|
|
2362
|
+
},
|
|
2148
2363
|
"uninterpretedOption": {
|
|
2149
2364
|
"rule": "repeated",
|
|
2150
2365
|
"type": "UninterpretedOption",
|
|
@@ -2158,13 +2373,30 @@ exports.default = {
|
|
|
2158
2373
|
]
|
|
2159
2374
|
],
|
|
2160
2375
|
"reserved": [
|
|
2376
|
+
[
|
|
2377
|
+
4,
|
|
2378
|
+
4
|
|
2379
|
+
],
|
|
2380
|
+
[
|
|
2381
|
+
5,
|
|
2382
|
+
5
|
|
2383
|
+
],
|
|
2384
|
+
[
|
|
2385
|
+
6,
|
|
2386
|
+
6
|
|
2387
|
+
],
|
|
2161
2388
|
[
|
|
2162
2389
|
8,
|
|
2163
2390
|
8
|
|
2391
|
+
],
|
|
2392
|
+
[
|
|
2393
|
+
9,
|
|
2394
|
+
9
|
|
2164
2395
|
]
|
|
2165
2396
|
]
|
|
2166
2397
|
},
|
|
2167
2398
|
"FieldOptions": {
|
|
2399
|
+
"edition": "proto2",
|
|
2168
2400
|
"fields": {
|
|
2169
2401
|
"ctype": {
|
|
2170
2402
|
"type": "CType",
|
|
@@ -2188,13 +2420,46 @@ exports.default = {
|
|
|
2188
2420
|
"type": "bool",
|
|
2189
2421
|
"id": 5
|
|
2190
2422
|
},
|
|
2423
|
+
"unverifiedLazy": {
|
|
2424
|
+
"type": "bool",
|
|
2425
|
+
"id": 15
|
|
2426
|
+
},
|
|
2191
2427
|
"deprecated": {
|
|
2192
2428
|
"type": "bool",
|
|
2193
2429
|
"id": 3
|
|
2194
2430
|
},
|
|
2195
2431
|
"weak": {
|
|
2196
2432
|
"type": "bool",
|
|
2197
|
-
"id": 10
|
|
2433
|
+
"id": 10,
|
|
2434
|
+
"options": {
|
|
2435
|
+
"deprecated": true
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
"debugRedact": {
|
|
2439
|
+
"type": "bool",
|
|
2440
|
+
"id": 16
|
|
2441
|
+
},
|
|
2442
|
+
"retention": {
|
|
2443
|
+
"type": "OptionRetention",
|
|
2444
|
+
"id": 17
|
|
2445
|
+
},
|
|
2446
|
+
"targets": {
|
|
2447
|
+
"rule": "repeated",
|
|
2448
|
+
"type": "OptionTargetType",
|
|
2449
|
+
"id": 19
|
|
2450
|
+
},
|
|
2451
|
+
"editionDefaults": {
|
|
2452
|
+
"rule": "repeated",
|
|
2453
|
+
"type": "EditionDefault",
|
|
2454
|
+
"id": 20
|
|
2455
|
+
},
|
|
2456
|
+
"features": {
|
|
2457
|
+
"type": "FeatureSet",
|
|
2458
|
+
"id": 21
|
|
2459
|
+
},
|
|
2460
|
+
"featureSupport": {
|
|
2461
|
+
"type": "FeatureSupport",
|
|
2462
|
+
"id": 22
|
|
2198
2463
|
},
|
|
2199
2464
|
"uninterpretedOption": {
|
|
2200
2465
|
"rule": "repeated",
|
|
@@ -2212,6 +2477,10 @@ exports.default = {
|
|
|
2212
2477
|
[
|
|
2213
2478
|
4,
|
|
2214
2479
|
4
|
|
2480
|
+
],
|
|
2481
|
+
[
|
|
2482
|
+
18,
|
|
2483
|
+
18
|
|
2215
2484
|
]
|
|
2216
2485
|
],
|
|
2217
2486
|
"nested": {
|
|
@@ -2228,11 +2497,69 @@ exports.default = {
|
|
|
2228
2497
|
"JS_STRING": 1,
|
|
2229
2498
|
"JS_NUMBER": 2
|
|
2230
2499
|
}
|
|
2500
|
+
},
|
|
2501
|
+
"OptionRetention": {
|
|
2502
|
+
"values": {
|
|
2503
|
+
"RETENTION_UNKNOWN": 0,
|
|
2504
|
+
"RETENTION_RUNTIME": 1,
|
|
2505
|
+
"RETENTION_SOURCE": 2
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"OptionTargetType": {
|
|
2509
|
+
"values": {
|
|
2510
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
2511
|
+
"TARGET_TYPE_FILE": 1,
|
|
2512
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
2513
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
2514
|
+
"TARGET_TYPE_FIELD": 4,
|
|
2515
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
2516
|
+
"TARGET_TYPE_ENUM": 6,
|
|
2517
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
2518
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
2519
|
+
"TARGET_TYPE_METHOD": 9
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"EditionDefault": {
|
|
2523
|
+
"fields": {
|
|
2524
|
+
"edition": {
|
|
2525
|
+
"type": "Edition",
|
|
2526
|
+
"id": 3
|
|
2527
|
+
},
|
|
2528
|
+
"value": {
|
|
2529
|
+
"type": "string",
|
|
2530
|
+
"id": 2
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"FeatureSupport": {
|
|
2535
|
+
"fields": {
|
|
2536
|
+
"editionIntroduced": {
|
|
2537
|
+
"type": "Edition",
|
|
2538
|
+
"id": 1
|
|
2539
|
+
},
|
|
2540
|
+
"editionDeprecated": {
|
|
2541
|
+
"type": "Edition",
|
|
2542
|
+
"id": 2
|
|
2543
|
+
},
|
|
2544
|
+
"deprecationWarning": {
|
|
2545
|
+
"type": "string",
|
|
2546
|
+
"id": 3
|
|
2547
|
+
},
|
|
2548
|
+
"editionRemoved": {
|
|
2549
|
+
"type": "Edition",
|
|
2550
|
+
"id": 4
|
|
2551
|
+
}
|
|
2552
|
+
}
|
|
2231
2553
|
}
|
|
2232
2554
|
}
|
|
2233
2555
|
},
|
|
2234
2556
|
"OneofOptions": {
|
|
2557
|
+
"edition": "proto2",
|
|
2235
2558
|
"fields": {
|
|
2559
|
+
"features": {
|
|
2560
|
+
"type": "FeatureSet",
|
|
2561
|
+
"id": 1
|
|
2562
|
+
},
|
|
2236
2563
|
"uninterpretedOption": {
|
|
2237
2564
|
"rule": "repeated",
|
|
2238
2565
|
"type": "UninterpretedOption",
|
|
@@ -2247,6 +2574,7 @@ exports.default = {
|
|
|
2247
2574
|
]
|
|
2248
2575
|
},
|
|
2249
2576
|
"EnumOptions": {
|
|
2577
|
+
"edition": "proto2",
|
|
2250
2578
|
"fields": {
|
|
2251
2579
|
"allowAlias": {
|
|
2252
2580
|
"type": "bool",
|
|
@@ -2256,6 +2584,17 @@ exports.default = {
|
|
|
2256
2584
|
"type": "bool",
|
|
2257
2585
|
"id": 3
|
|
2258
2586
|
},
|
|
2587
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2588
|
+
"type": "bool",
|
|
2589
|
+
"id": 6,
|
|
2590
|
+
"options": {
|
|
2591
|
+
"deprecated": true
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
"features": {
|
|
2595
|
+
"type": "FeatureSet",
|
|
2596
|
+
"id": 7
|
|
2597
|
+
},
|
|
2259
2598
|
"uninterpretedOption": {
|
|
2260
2599
|
"rule": "repeated",
|
|
2261
2600
|
"type": "UninterpretedOption",
|
|
@@ -2267,14 +2606,33 @@ exports.default = {
|
|
|
2267
2606
|
1000,
|
|
2268
2607
|
536870911
|
|
2269
2608
|
]
|
|
2609
|
+
],
|
|
2610
|
+
"reserved": [
|
|
2611
|
+
[
|
|
2612
|
+
5,
|
|
2613
|
+
5
|
|
2614
|
+
]
|
|
2270
2615
|
]
|
|
2271
2616
|
},
|
|
2272
2617
|
"EnumValueOptions": {
|
|
2618
|
+
"edition": "proto2",
|
|
2273
2619
|
"fields": {
|
|
2274
2620
|
"deprecated": {
|
|
2275
2621
|
"type": "bool",
|
|
2276
2622
|
"id": 1
|
|
2277
2623
|
},
|
|
2624
|
+
"features": {
|
|
2625
|
+
"type": "FeatureSet",
|
|
2626
|
+
"id": 2
|
|
2627
|
+
},
|
|
2628
|
+
"debugRedact": {
|
|
2629
|
+
"type": "bool",
|
|
2630
|
+
"id": 3
|
|
2631
|
+
},
|
|
2632
|
+
"featureSupport": {
|
|
2633
|
+
"type": "FieldOptions.FeatureSupport",
|
|
2634
|
+
"id": 4
|
|
2635
|
+
},
|
|
2278
2636
|
"uninterpretedOption": {
|
|
2279
2637
|
"rule": "repeated",
|
|
2280
2638
|
"type": "UninterpretedOption",
|
|
@@ -2289,7 +2647,12 @@ exports.default = {
|
|
|
2289
2647
|
]
|
|
2290
2648
|
},
|
|
2291
2649
|
"ServiceOptions": {
|
|
2650
|
+
"edition": "proto2",
|
|
2292
2651
|
"fields": {
|
|
2652
|
+
"features": {
|
|
2653
|
+
"type": "FeatureSet",
|
|
2654
|
+
"id": 34
|
|
2655
|
+
},
|
|
2293
2656
|
"deprecated": {
|
|
2294
2657
|
"type": "bool",
|
|
2295
2658
|
"id": 33
|
|
@@ -2308,11 +2671,23 @@ exports.default = {
|
|
|
2308
2671
|
]
|
|
2309
2672
|
},
|
|
2310
2673
|
"MethodOptions": {
|
|
2674
|
+
"edition": "proto2",
|
|
2311
2675
|
"fields": {
|
|
2312
2676
|
"deprecated": {
|
|
2313
2677
|
"type": "bool",
|
|
2314
2678
|
"id": 33
|
|
2315
2679
|
},
|
|
2680
|
+
"idempotencyLevel": {
|
|
2681
|
+
"type": "IdempotencyLevel",
|
|
2682
|
+
"id": 34,
|
|
2683
|
+
"options": {
|
|
2684
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
"features": {
|
|
2688
|
+
"type": "FeatureSet",
|
|
2689
|
+
"id": 35
|
|
2690
|
+
},
|
|
2316
2691
|
"uninterpretedOption": {
|
|
2317
2692
|
"rule": "repeated",
|
|
2318
2693
|
"type": "UninterpretedOption",
|
|
@@ -2324,9 +2699,19 @@ exports.default = {
|
|
|
2324
2699
|
1000,
|
|
2325
2700
|
536870911
|
|
2326
2701
|
]
|
|
2327
|
-
]
|
|
2702
|
+
],
|
|
2703
|
+
"nested": {
|
|
2704
|
+
"IdempotencyLevel": {
|
|
2705
|
+
"values": {
|
|
2706
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
2707
|
+
"NO_SIDE_EFFECTS": 1,
|
|
2708
|
+
"IDEMPOTENT": 2
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2328
2712
|
},
|
|
2329
2713
|
"UninterpretedOption": {
|
|
2714
|
+
"edition": "proto2",
|
|
2330
2715
|
"fields": {
|
|
2331
2716
|
"name": {
|
|
2332
2717
|
"rule": "repeated",
|
|
@@ -2375,7 +2760,240 @@ exports.default = {
|
|
|
2375
2760
|
}
|
|
2376
2761
|
}
|
|
2377
2762
|
},
|
|
2763
|
+
"FeatureSet": {
|
|
2764
|
+
"edition": "proto2",
|
|
2765
|
+
"fields": {
|
|
2766
|
+
"fieldPresence": {
|
|
2767
|
+
"type": "FieldPresence",
|
|
2768
|
+
"id": 1,
|
|
2769
|
+
"options": {
|
|
2770
|
+
"retention": "RETENTION_RUNTIME",
|
|
2771
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2772
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2773
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
2774
|
+
"edition_defaults.value": "EXPLICIT"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
"enumType": {
|
|
2778
|
+
"type": "EnumType",
|
|
2779
|
+
"id": 2,
|
|
2780
|
+
"options": {
|
|
2781
|
+
"retention": "RETENTION_RUNTIME",
|
|
2782
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2783
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2784
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2785
|
+
"edition_defaults.value": "OPEN"
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"repeatedFieldEncoding": {
|
|
2789
|
+
"type": "RepeatedFieldEncoding",
|
|
2790
|
+
"id": 3,
|
|
2791
|
+
"options": {
|
|
2792
|
+
"retention": "RETENTION_RUNTIME",
|
|
2793
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2794
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2795
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2796
|
+
"edition_defaults.value": "PACKED"
|
|
2797
|
+
}
|
|
2798
|
+
},
|
|
2799
|
+
"utf8Validation": {
|
|
2800
|
+
"type": "Utf8Validation",
|
|
2801
|
+
"id": 4,
|
|
2802
|
+
"options": {
|
|
2803
|
+
"retention": "RETENTION_RUNTIME",
|
|
2804
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2805
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2806
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2807
|
+
"edition_defaults.value": "VERIFY"
|
|
2808
|
+
}
|
|
2809
|
+
},
|
|
2810
|
+
"messageEncoding": {
|
|
2811
|
+
"type": "MessageEncoding",
|
|
2812
|
+
"id": 5,
|
|
2813
|
+
"options": {
|
|
2814
|
+
"retention": "RETENTION_RUNTIME",
|
|
2815
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2816
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2817
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
2818
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2821
|
+
"jsonFormat": {
|
|
2822
|
+
"type": "JsonFormat",
|
|
2823
|
+
"id": 6,
|
|
2824
|
+
"options": {
|
|
2825
|
+
"retention": "RETENTION_RUNTIME",
|
|
2826
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2827
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
2828
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
2829
|
+
"edition_defaults.value": "ALLOW"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
"enforceNamingStyle": {
|
|
2833
|
+
"type": "EnforceNamingStyle",
|
|
2834
|
+
"id": 7,
|
|
2835
|
+
"options": {
|
|
2836
|
+
"retention": "RETENTION_SOURCE",
|
|
2837
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
2838
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
2839
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
2840
|
+
"edition_defaults.value": "STYLE2024"
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2843
|
+
"defaultSymbolVisibility": {
|
|
2844
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
2845
|
+
"id": 8,
|
|
2846
|
+
"options": {
|
|
2847
|
+
"retention": "RETENTION_SOURCE",
|
|
2848
|
+
"targets": "TARGET_TYPE_FILE",
|
|
2849
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
2850
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
2851
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
"extensions": [
|
|
2856
|
+
[
|
|
2857
|
+
1000,
|
|
2858
|
+
9994
|
|
2859
|
+
],
|
|
2860
|
+
[
|
|
2861
|
+
9995,
|
|
2862
|
+
9999
|
|
2863
|
+
],
|
|
2864
|
+
[
|
|
2865
|
+
10000,
|
|
2866
|
+
10000
|
|
2867
|
+
]
|
|
2868
|
+
],
|
|
2869
|
+
"reserved": [
|
|
2870
|
+
[
|
|
2871
|
+
999,
|
|
2872
|
+
999
|
|
2873
|
+
]
|
|
2874
|
+
],
|
|
2875
|
+
"nested": {
|
|
2876
|
+
"FieldPresence": {
|
|
2877
|
+
"values": {
|
|
2878
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
2879
|
+
"EXPLICIT": 1,
|
|
2880
|
+
"IMPLICIT": 2,
|
|
2881
|
+
"LEGACY_REQUIRED": 3
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"EnumType": {
|
|
2885
|
+
"values": {
|
|
2886
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
2887
|
+
"OPEN": 1,
|
|
2888
|
+
"CLOSED": 2
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
"RepeatedFieldEncoding": {
|
|
2892
|
+
"values": {
|
|
2893
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
2894
|
+
"PACKED": 1,
|
|
2895
|
+
"EXPANDED": 2
|
|
2896
|
+
}
|
|
2897
|
+
},
|
|
2898
|
+
"Utf8Validation": {
|
|
2899
|
+
"values": {
|
|
2900
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
2901
|
+
"VERIFY": 2,
|
|
2902
|
+
"NONE": 3
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
"MessageEncoding": {
|
|
2906
|
+
"values": {
|
|
2907
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
2908
|
+
"LENGTH_PREFIXED": 1,
|
|
2909
|
+
"DELIMITED": 2
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"JsonFormat": {
|
|
2913
|
+
"values": {
|
|
2914
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
2915
|
+
"ALLOW": 1,
|
|
2916
|
+
"LEGACY_BEST_EFFORT": 2
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
"EnforceNamingStyle": {
|
|
2920
|
+
"values": {
|
|
2921
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
2922
|
+
"STYLE2024": 1,
|
|
2923
|
+
"STYLE_LEGACY": 2
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
"VisibilityFeature": {
|
|
2927
|
+
"fields": {},
|
|
2928
|
+
"reserved": [
|
|
2929
|
+
[
|
|
2930
|
+
1,
|
|
2931
|
+
536870911
|
|
2932
|
+
]
|
|
2933
|
+
],
|
|
2934
|
+
"nested": {
|
|
2935
|
+
"DefaultSymbolVisibility": {
|
|
2936
|
+
"values": {
|
|
2937
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
2938
|
+
"EXPORT_ALL": 1,
|
|
2939
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
2940
|
+
"LOCAL_ALL": 3,
|
|
2941
|
+
"STRICT": 4
|
|
2942
|
+
}
|
|
2943
|
+
}
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
"FeatureSetDefaults": {
|
|
2949
|
+
"edition": "proto2",
|
|
2950
|
+
"fields": {
|
|
2951
|
+
"defaults": {
|
|
2952
|
+
"rule": "repeated",
|
|
2953
|
+
"type": "FeatureSetEditionDefault",
|
|
2954
|
+
"id": 1
|
|
2955
|
+
},
|
|
2956
|
+
"minimumEdition": {
|
|
2957
|
+
"type": "Edition",
|
|
2958
|
+
"id": 4
|
|
2959
|
+
},
|
|
2960
|
+
"maximumEdition": {
|
|
2961
|
+
"type": "Edition",
|
|
2962
|
+
"id": 5
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"nested": {
|
|
2966
|
+
"FeatureSetEditionDefault": {
|
|
2967
|
+
"fields": {
|
|
2968
|
+
"edition": {
|
|
2969
|
+
"type": "Edition",
|
|
2970
|
+
"id": 3
|
|
2971
|
+
},
|
|
2972
|
+
"overridableFeatures": {
|
|
2973
|
+
"type": "FeatureSet",
|
|
2974
|
+
"id": 4
|
|
2975
|
+
},
|
|
2976
|
+
"fixedFeatures": {
|
|
2977
|
+
"type": "FeatureSet",
|
|
2978
|
+
"id": 5
|
|
2979
|
+
}
|
|
2980
|
+
},
|
|
2981
|
+
"reserved": [
|
|
2982
|
+
[
|
|
2983
|
+
1,
|
|
2984
|
+
1
|
|
2985
|
+
],
|
|
2986
|
+
[
|
|
2987
|
+
2,
|
|
2988
|
+
2
|
|
2989
|
+
],
|
|
2990
|
+
"features"
|
|
2991
|
+
]
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2378
2995
|
"SourceCodeInfo": {
|
|
2996
|
+
"edition": "proto2",
|
|
2379
2997
|
"fields": {
|
|
2380
2998
|
"location": {
|
|
2381
2999
|
"rule": "repeated",
|
|
@@ -2383,18 +3001,30 @@ exports.default = {
|
|
|
2383
3001
|
"id": 1
|
|
2384
3002
|
}
|
|
2385
3003
|
},
|
|
3004
|
+
"extensions": [
|
|
3005
|
+
[
|
|
3006
|
+
536000000,
|
|
3007
|
+
536000000
|
|
3008
|
+
]
|
|
3009
|
+
],
|
|
2386
3010
|
"nested": {
|
|
2387
3011
|
"Location": {
|
|
2388
3012
|
"fields": {
|
|
2389
3013
|
"path": {
|
|
2390
3014
|
"rule": "repeated",
|
|
2391
3015
|
"type": "int32",
|
|
2392
|
-
"id": 1
|
|
3016
|
+
"id": 1,
|
|
3017
|
+
"options": {
|
|
3018
|
+
"packed": true
|
|
3019
|
+
}
|
|
2393
3020
|
},
|
|
2394
3021
|
"span": {
|
|
2395
3022
|
"rule": "repeated",
|
|
2396
3023
|
"type": "int32",
|
|
2397
|
-
"id": 2
|
|
3024
|
+
"id": 2,
|
|
3025
|
+
"options": {
|
|
3026
|
+
"packed": true
|
|
3027
|
+
}
|
|
2398
3028
|
},
|
|
2399
3029
|
"leadingComments": {
|
|
2400
3030
|
"type": "string",
|
|
@@ -2414,6 +3044,7 @@ exports.default = {
|
|
|
2414
3044
|
}
|
|
2415
3045
|
},
|
|
2416
3046
|
"GeneratedCodeInfo": {
|
|
3047
|
+
"edition": "proto2",
|
|
2417
3048
|
"fields": {
|
|
2418
3049
|
"annotation": {
|
|
2419
3050
|
"rule": "repeated",
|
|
@@ -2427,7 +3058,10 @@ exports.default = {
|
|
|
2427
3058
|
"path": {
|
|
2428
3059
|
"rule": "repeated",
|
|
2429
3060
|
"type": "int32",
|
|
2430
|
-
"id": 1
|
|
3061
|
+
"id": 1,
|
|
3062
|
+
"options": {
|
|
3063
|
+
"packed": true
|
|
3064
|
+
}
|
|
2431
3065
|
},
|
|
2432
3066
|
"sourceFile": {
|
|
2433
3067
|
"type": "string",
|
|
@@ -2440,10 +3074,31 @@ exports.default = {
|
|
|
2440
3074
|
"end": {
|
|
2441
3075
|
"type": "int32",
|
|
2442
3076
|
"id": 4
|
|
3077
|
+
},
|
|
3078
|
+
"semantic": {
|
|
3079
|
+
"type": "Semantic",
|
|
3080
|
+
"id": 5
|
|
3081
|
+
}
|
|
3082
|
+
},
|
|
3083
|
+
"nested": {
|
|
3084
|
+
"Semantic": {
|
|
3085
|
+
"values": {
|
|
3086
|
+
"NONE": 0,
|
|
3087
|
+
"SET": 1,
|
|
3088
|
+
"ALIAS": 2
|
|
3089
|
+
}
|
|
2443
3090
|
}
|
|
2444
3091
|
}
|
|
2445
3092
|
}
|
|
2446
3093
|
}
|
|
3094
|
+
},
|
|
3095
|
+
"SymbolVisibility": {
|
|
3096
|
+
"edition": "proto2",
|
|
3097
|
+
"values": {
|
|
3098
|
+
"VISIBILITY_UNSET": 0,
|
|
3099
|
+
"VISIBILITY_LOCAL": 1,
|
|
3100
|
+
"VISIBILITY_EXPORT": 2
|
|
3101
|
+
}
|
|
2447
3102
|
}
|
|
2448
3103
|
}
|
|
2449
3104
|
}
|