@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
|
@@ -558,6 +558,27 @@ declare const _default: {
|
|
|
558
558
|
};
|
|
559
559
|
};
|
|
560
560
|
};
|
|
561
|
+
FieldPartialUpdateOp: {
|
|
562
|
+
fields: {
|
|
563
|
+
fieldName: {
|
|
564
|
+
type: string;
|
|
565
|
+
id: number;
|
|
566
|
+
};
|
|
567
|
+
op: {
|
|
568
|
+
type: string;
|
|
569
|
+
id: number;
|
|
570
|
+
};
|
|
571
|
+
};
|
|
572
|
+
nested: {
|
|
573
|
+
OpType: {
|
|
574
|
+
values: {
|
|
575
|
+
REPLACE: number;
|
|
576
|
+
ARRAY_APPEND: number;
|
|
577
|
+
ARRAY_REMOVE: number;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
561
582
|
FieldData: {
|
|
562
583
|
oneofs: {
|
|
563
584
|
field: {
|
|
@@ -702,6 +723,10 @@ declare const _default: {
|
|
|
702
723
|
type: string;
|
|
703
724
|
id: number;
|
|
704
725
|
};
|
|
726
|
+
elementIndices: {
|
|
727
|
+
type: string;
|
|
728
|
+
id: number;
|
|
729
|
+
};
|
|
705
730
|
};
|
|
706
731
|
};
|
|
707
732
|
VectorClusteringInfo: {
|
|
@@ -1020,6 +1045,10 @@ declare const _default: {
|
|
|
1020
1045
|
type: string;
|
|
1021
1046
|
id: number;
|
|
1022
1047
|
};
|
|
1048
|
+
elementLevel: {
|
|
1049
|
+
type: string;
|
|
1050
|
+
id: number;
|
|
1051
|
+
};
|
|
1023
1052
|
};
|
|
1024
1053
|
};
|
|
1025
1054
|
PlaceholderGroup: {
|
|
@@ -1665,6 +1694,7 @@ declare const _default: {
|
|
|
1665
1694
|
protobuf: {
|
|
1666
1695
|
nested: {
|
|
1667
1696
|
FileDescriptorSet: {
|
|
1697
|
+
edition: string;
|
|
1668
1698
|
fields: {
|
|
1669
1699
|
file: {
|
|
1670
1700
|
rule: string;
|
|
@@ -1672,8 +1702,27 @@ declare const _default: {
|
|
|
1672
1702
|
id: number;
|
|
1673
1703
|
};
|
|
1674
1704
|
};
|
|
1705
|
+
extensions: number[][];
|
|
1706
|
+
};
|
|
1707
|
+
Edition: {
|
|
1708
|
+
edition: string;
|
|
1709
|
+
values: {
|
|
1710
|
+
EDITION_UNKNOWN: number;
|
|
1711
|
+
EDITION_LEGACY: number;
|
|
1712
|
+
EDITION_PROTO2: number;
|
|
1713
|
+
EDITION_PROTO3: number;
|
|
1714
|
+
EDITION_2023: number;
|
|
1715
|
+
EDITION_2024: number;
|
|
1716
|
+
EDITION_1_TEST_ONLY: number;
|
|
1717
|
+
EDITION_2_TEST_ONLY: number;
|
|
1718
|
+
EDITION_99997_TEST_ONLY: number;
|
|
1719
|
+
EDITION_99998_TEST_ONLY: number;
|
|
1720
|
+
EDITION_99999_TEST_ONLY: number;
|
|
1721
|
+
EDITION_MAX: number;
|
|
1722
|
+
};
|
|
1675
1723
|
};
|
|
1676
1724
|
FileDescriptorProto: {
|
|
1725
|
+
edition: string;
|
|
1677
1726
|
fields: {
|
|
1678
1727
|
name: {
|
|
1679
1728
|
type: string;
|
|
@@ -1692,17 +1741,16 @@ declare const _default: {
|
|
|
1692
1741
|
rule: string;
|
|
1693
1742
|
type: string;
|
|
1694
1743
|
id: number;
|
|
1695
|
-
options: {
|
|
1696
|
-
packed: boolean;
|
|
1697
|
-
};
|
|
1698
1744
|
};
|
|
1699
1745
|
weakDependency: {
|
|
1700
1746
|
rule: string;
|
|
1701
1747
|
type: string;
|
|
1702
1748
|
id: number;
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1749
|
+
};
|
|
1750
|
+
optionDependency: {
|
|
1751
|
+
rule: string;
|
|
1752
|
+
type: string;
|
|
1753
|
+
id: number;
|
|
1706
1754
|
};
|
|
1707
1755
|
messageType: {
|
|
1708
1756
|
rule: string;
|
|
@@ -1736,9 +1784,14 @@ declare const _default: {
|
|
|
1736
1784
|
type: string;
|
|
1737
1785
|
id: number;
|
|
1738
1786
|
};
|
|
1787
|
+
edition: {
|
|
1788
|
+
type: string;
|
|
1789
|
+
id: number;
|
|
1790
|
+
};
|
|
1739
1791
|
};
|
|
1740
1792
|
};
|
|
1741
1793
|
DescriptorProto: {
|
|
1794
|
+
edition: string;
|
|
1742
1795
|
fields: {
|
|
1743
1796
|
name: {
|
|
1744
1797
|
type: string;
|
|
@@ -1788,6 +1841,10 @@ declare const _default: {
|
|
|
1788
1841
|
type: string;
|
|
1789
1842
|
id: number;
|
|
1790
1843
|
};
|
|
1844
|
+
visibility: {
|
|
1845
|
+
type: string;
|
|
1846
|
+
id: number;
|
|
1847
|
+
};
|
|
1791
1848
|
};
|
|
1792
1849
|
nested: {
|
|
1793
1850
|
ExtensionRange: {
|
|
@@ -1800,6 +1857,10 @@ declare const _default: {
|
|
|
1800
1857
|
type: string;
|
|
1801
1858
|
id: number;
|
|
1802
1859
|
};
|
|
1860
|
+
options: {
|
|
1861
|
+
type: string;
|
|
1862
|
+
id: number;
|
|
1863
|
+
};
|
|
1803
1864
|
};
|
|
1804
1865
|
};
|
|
1805
1866
|
ReservedRange: {
|
|
@@ -1816,7 +1877,72 @@ declare const _default: {
|
|
|
1816
1877
|
};
|
|
1817
1878
|
};
|
|
1818
1879
|
};
|
|
1880
|
+
ExtensionRangeOptions: {
|
|
1881
|
+
edition: string;
|
|
1882
|
+
fields: {
|
|
1883
|
+
uninterpretedOption: {
|
|
1884
|
+
rule: string;
|
|
1885
|
+
type: string;
|
|
1886
|
+
id: number;
|
|
1887
|
+
};
|
|
1888
|
+
declaration: {
|
|
1889
|
+
rule: string;
|
|
1890
|
+
type: string;
|
|
1891
|
+
id: number;
|
|
1892
|
+
options: {
|
|
1893
|
+
retention: string;
|
|
1894
|
+
};
|
|
1895
|
+
};
|
|
1896
|
+
features: {
|
|
1897
|
+
type: string;
|
|
1898
|
+
id: number;
|
|
1899
|
+
};
|
|
1900
|
+
verification: {
|
|
1901
|
+
type: string;
|
|
1902
|
+
id: number;
|
|
1903
|
+
options: {
|
|
1904
|
+
default: string;
|
|
1905
|
+
retention: string;
|
|
1906
|
+
};
|
|
1907
|
+
};
|
|
1908
|
+
};
|
|
1909
|
+
extensions: number[][];
|
|
1910
|
+
nested: {
|
|
1911
|
+
Declaration: {
|
|
1912
|
+
fields: {
|
|
1913
|
+
number: {
|
|
1914
|
+
type: string;
|
|
1915
|
+
id: number;
|
|
1916
|
+
};
|
|
1917
|
+
fullName: {
|
|
1918
|
+
type: string;
|
|
1919
|
+
id: number;
|
|
1920
|
+
};
|
|
1921
|
+
type: {
|
|
1922
|
+
type: string;
|
|
1923
|
+
id: number;
|
|
1924
|
+
};
|
|
1925
|
+
reserved: {
|
|
1926
|
+
type: string;
|
|
1927
|
+
id: number;
|
|
1928
|
+
};
|
|
1929
|
+
repeated: {
|
|
1930
|
+
type: string;
|
|
1931
|
+
id: number;
|
|
1932
|
+
};
|
|
1933
|
+
};
|
|
1934
|
+
reserved: number[][];
|
|
1935
|
+
};
|
|
1936
|
+
VerificationState: {
|
|
1937
|
+
values: {
|
|
1938
|
+
DECLARATION: number;
|
|
1939
|
+
UNVERIFIED: number;
|
|
1940
|
+
};
|
|
1941
|
+
};
|
|
1942
|
+
};
|
|
1943
|
+
};
|
|
1819
1944
|
FieldDescriptorProto: {
|
|
1945
|
+
edition: string;
|
|
1820
1946
|
fields: {
|
|
1821
1947
|
name: {
|
|
1822
1948
|
type: string;
|
|
@@ -1858,6 +1984,10 @@ declare const _default: {
|
|
|
1858
1984
|
type: string;
|
|
1859
1985
|
id: number;
|
|
1860
1986
|
};
|
|
1987
|
+
proto3Optional: {
|
|
1988
|
+
type: string;
|
|
1989
|
+
id: number;
|
|
1990
|
+
};
|
|
1861
1991
|
};
|
|
1862
1992
|
nested: {
|
|
1863
1993
|
Type: {
|
|
@@ -1885,13 +2015,14 @@ declare const _default: {
|
|
|
1885
2015
|
Label: {
|
|
1886
2016
|
values: {
|
|
1887
2017
|
LABEL_OPTIONAL: number;
|
|
1888
|
-
LABEL_REQUIRED: number;
|
|
1889
2018
|
LABEL_REPEATED: number;
|
|
2019
|
+
LABEL_REQUIRED: number;
|
|
1890
2020
|
};
|
|
1891
2021
|
};
|
|
1892
2022
|
};
|
|
1893
2023
|
};
|
|
1894
2024
|
OneofDescriptorProto: {
|
|
2025
|
+
edition: string;
|
|
1895
2026
|
fields: {
|
|
1896
2027
|
name: {
|
|
1897
2028
|
type: string;
|
|
@@ -1904,6 +2035,7 @@ declare const _default: {
|
|
|
1904
2035
|
};
|
|
1905
2036
|
};
|
|
1906
2037
|
EnumDescriptorProto: {
|
|
2038
|
+
edition: string;
|
|
1907
2039
|
fields: {
|
|
1908
2040
|
name: {
|
|
1909
2041
|
type: string;
|
|
@@ -1918,9 +2050,38 @@ declare const _default: {
|
|
|
1918
2050
|
type: string;
|
|
1919
2051
|
id: number;
|
|
1920
2052
|
};
|
|
2053
|
+
reservedRange: {
|
|
2054
|
+
rule: string;
|
|
2055
|
+
type: string;
|
|
2056
|
+
id: number;
|
|
2057
|
+
};
|
|
2058
|
+
reservedName: {
|
|
2059
|
+
rule: string;
|
|
2060
|
+
type: string;
|
|
2061
|
+
id: number;
|
|
2062
|
+
};
|
|
2063
|
+
visibility: {
|
|
2064
|
+
type: string;
|
|
2065
|
+
id: number;
|
|
2066
|
+
};
|
|
2067
|
+
};
|
|
2068
|
+
nested: {
|
|
2069
|
+
EnumReservedRange: {
|
|
2070
|
+
fields: {
|
|
2071
|
+
start: {
|
|
2072
|
+
type: string;
|
|
2073
|
+
id: number;
|
|
2074
|
+
};
|
|
2075
|
+
end: {
|
|
2076
|
+
type: string;
|
|
2077
|
+
id: number;
|
|
2078
|
+
};
|
|
2079
|
+
};
|
|
2080
|
+
};
|
|
1921
2081
|
};
|
|
1922
2082
|
};
|
|
1923
2083
|
EnumValueDescriptorProto: {
|
|
2084
|
+
edition: string;
|
|
1924
2085
|
fields: {
|
|
1925
2086
|
name: {
|
|
1926
2087
|
type: string;
|
|
@@ -1937,6 +2098,7 @@ declare const _default: {
|
|
|
1937
2098
|
};
|
|
1938
2099
|
};
|
|
1939
2100
|
ServiceDescriptorProto: {
|
|
2101
|
+
edition: string;
|
|
1940
2102
|
fields: {
|
|
1941
2103
|
name: {
|
|
1942
2104
|
type: string;
|
|
@@ -1954,6 +2116,7 @@ declare const _default: {
|
|
|
1954
2116
|
};
|
|
1955
2117
|
};
|
|
1956
2118
|
MethodDescriptorProto: {
|
|
2119
|
+
edition: string;
|
|
1957
2120
|
fields: {
|
|
1958
2121
|
name: {
|
|
1959
2122
|
type: string;
|
|
@@ -1982,6 +2145,7 @@ declare const _default: {
|
|
|
1982
2145
|
};
|
|
1983
2146
|
};
|
|
1984
2147
|
FileOptions: {
|
|
2148
|
+
edition: string;
|
|
1985
2149
|
fields: {
|
|
1986
2150
|
javaPackage: {
|
|
1987
2151
|
type: string;
|
|
@@ -2036,6 +2200,9 @@ declare const _default: {
|
|
|
2036
2200
|
ccEnableArenas: {
|
|
2037
2201
|
type: string;
|
|
2038
2202
|
id: number;
|
|
2203
|
+
options: {
|
|
2204
|
+
default: boolean;
|
|
2205
|
+
};
|
|
2039
2206
|
};
|
|
2040
2207
|
objcClassPrefix: {
|
|
2041
2208
|
type: string;
|
|
@@ -2045,6 +2212,30 @@ declare const _default: {
|
|
|
2045
2212
|
type: string;
|
|
2046
2213
|
id: number;
|
|
2047
2214
|
};
|
|
2215
|
+
swiftPrefix: {
|
|
2216
|
+
type: string;
|
|
2217
|
+
id: number;
|
|
2218
|
+
};
|
|
2219
|
+
phpClassPrefix: {
|
|
2220
|
+
type: string;
|
|
2221
|
+
id: number;
|
|
2222
|
+
};
|
|
2223
|
+
phpNamespace: {
|
|
2224
|
+
type: string;
|
|
2225
|
+
id: number;
|
|
2226
|
+
};
|
|
2227
|
+
phpMetadataNamespace: {
|
|
2228
|
+
type: string;
|
|
2229
|
+
id: number;
|
|
2230
|
+
};
|
|
2231
|
+
rubyPackage: {
|
|
2232
|
+
type: string;
|
|
2233
|
+
id: number;
|
|
2234
|
+
};
|
|
2235
|
+
features: {
|
|
2236
|
+
type: string;
|
|
2237
|
+
id: number;
|
|
2238
|
+
};
|
|
2048
2239
|
uninterpretedOption: {
|
|
2049
2240
|
rule: string;
|
|
2050
2241
|
type: string;
|
|
@@ -2052,7 +2243,7 @@ declare const _default: {
|
|
|
2052
2243
|
};
|
|
2053
2244
|
};
|
|
2054
2245
|
extensions: number[][];
|
|
2055
|
-
reserved: number[][];
|
|
2246
|
+
reserved: (string | number[])[];
|
|
2056
2247
|
nested: {
|
|
2057
2248
|
OptimizeMode: {
|
|
2058
2249
|
values: {
|
|
@@ -2064,6 +2255,7 @@ declare const _default: {
|
|
|
2064
2255
|
};
|
|
2065
2256
|
};
|
|
2066
2257
|
MessageOptions: {
|
|
2258
|
+
edition: string;
|
|
2067
2259
|
fields: {
|
|
2068
2260
|
messageSetWireFormat: {
|
|
2069
2261
|
type: string;
|
|
@@ -2081,6 +2273,17 @@ declare const _default: {
|
|
|
2081
2273
|
type: string;
|
|
2082
2274
|
id: number;
|
|
2083
2275
|
};
|
|
2276
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
2277
|
+
type: string;
|
|
2278
|
+
id: number;
|
|
2279
|
+
options: {
|
|
2280
|
+
deprecated: boolean;
|
|
2281
|
+
};
|
|
2282
|
+
};
|
|
2283
|
+
features: {
|
|
2284
|
+
type: string;
|
|
2285
|
+
id: number;
|
|
2286
|
+
};
|
|
2084
2287
|
uninterpretedOption: {
|
|
2085
2288
|
rule: string;
|
|
2086
2289
|
type: string;
|
|
@@ -2091,6 +2294,7 @@ declare const _default: {
|
|
|
2091
2294
|
reserved: number[][];
|
|
2092
2295
|
};
|
|
2093
2296
|
FieldOptions: {
|
|
2297
|
+
edition: string;
|
|
2094
2298
|
fields: {
|
|
2095
2299
|
ctype: {
|
|
2096
2300
|
type: string;
|
|
@@ -2114,6 +2318,10 @@ declare const _default: {
|
|
|
2114
2318
|
type: string;
|
|
2115
2319
|
id: number;
|
|
2116
2320
|
};
|
|
2321
|
+
unverifiedLazy: {
|
|
2322
|
+
type: string;
|
|
2323
|
+
id: number;
|
|
2324
|
+
};
|
|
2117
2325
|
deprecated: {
|
|
2118
2326
|
type: string;
|
|
2119
2327
|
id: number;
|
|
@@ -2121,6 +2329,35 @@ declare const _default: {
|
|
|
2121
2329
|
weak: {
|
|
2122
2330
|
type: string;
|
|
2123
2331
|
id: number;
|
|
2332
|
+
options: {
|
|
2333
|
+
deprecated: boolean;
|
|
2334
|
+
};
|
|
2335
|
+
};
|
|
2336
|
+
debugRedact: {
|
|
2337
|
+
type: string;
|
|
2338
|
+
id: number;
|
|
2339
|
+
};
|
|
2340
|
+
retention: {
|
|
2341
|
+
type: string;
|
|
2342
|
+
id: number;
|
|
2343
|
+
};
|
|
2344
|
+
targets: {
|
|
2345
|
+
rule: string;
|
|
2346
|
+
type: string;
|
|
2347
|
+
id: number;
|
|
2348
|
+
};
|
|
2349
|
+
editionDefaults: {
|
|
2350
|
+
rule: string;
|
|
2351
|
+
type: string;
|
|
2352
|
+
id: number;
|
|
2353
|
+
};
|
|
2354
|
+
features: {
|
|
2355
|
+
type: string;
|
|
2356
|
+
id: number;
|
|
2357
|
+
};
|
|
2358
|
+
featureSupport: {
|
|
2359
|
+
type: string;
|
|
2360
|
+
id: number;
|
|
2124
2361
|
};
|
|
2125
2362
|
uninterpretedOption: {
|
|
2126
2363
|
rule: string;
|
|
@@ -2145,10 +2382,68 @@ declare const _default: {
|
|
|
2145
2382
|
JS_NUMBER: number;
|
|
2146
2383
|
};
|
|
2147
2384
|
};
|
|
2385
|
+
OptionRetention: {
|
|
2386
|
+
values: {
|
|
2387
|
+
RETENTION_UNKNOWN: number;
|
|
2388
|
+
RETENTION_RUNTIME: number;
|
|
2389
|
+
RETENTION_SOURCE: number;
|
|
2390
|
+
};
|
|
2391
|
+
};
|
|
2392
|
+
OptionTargetType: {
|
|
2393
|
+
values: {
|
|
2394
|
+
TARGET_TYPE_UNKNOWN: number;
|
|
2395
|
+
TARGET_TYPE_FILE: number;
|
|
2396
|
+
TARGET_TYPE_EXTENSION_RANGE: number;
|
|
2397
|
+
TARGET_TYPE_MESSAGE: number;
|
|
2398
|
+
TARGET_TYPE_FIELD: number;
|
|
2399
|
+
TARGET_TYPE_ONEOF: number;
|
|
2400
|
+
TARGET_TYPE_ENUM: number;
|
|
2401
|
+
TARGET_TYPE_ENUM_ENTRY: number;
|
|
2402
|
+
TARGET_TYPE_SERVICE: number;
|
|
2403
|
+
TARGET_TYPE_METHOD: number;
|
|
2404
|
+
};
|
|
2405
|
+
};
|
|
2406
|
+
EditionDefault: {
|
|
2407
|
+
fields: {
|
|
2408
|
+
edition: {
|
|
2409
|
+
type: string;
|
|
2410
|
+
id: number;
|
|
2411
|
+
};
|
|
2412
|
+
value: {
|
|
2413
|
+
type: string;
|
|
2414
|
+
id: number;
|
|
2415
|
+
};
|
|
2416
|
+
};
|
|
2417
|
+
};
|
|
2418
|
+
FeatureSupport: {
|
|
2419
|
+
fields: {
|
|
2420
|
+
editionIntroduced: {
|
|
2421
|
+
type: string;
|
|
2422
|
+
id: number;
|
|
2423
|
+
};
|
|
2424
|
+
editionDeprecated: {
|
|
2425
|
+
type: string;
|
|
2426
|
+
id: number;
|
|
2427
|
+
};
|
|
2428
|
+
deprecationWarning: {
|
|
2429
|
+
type: string;
|
|
2430
|
+
id: number;
|
|
2431
|
+
};
|
|
2432
|
+
editionRemoved: {
|
|
2433
|
+
type: string;
|
|
2434
|
+
id: number;
|
|
2435
|
+
};
|
|
2436
|
+
};
|
|
2437
|
+
};
|
|
2148
2438
|
};
|
|
2149
2439
|
};
|
|
2150
2440
|
OneofOptions: {
|
|
2441
|
+
edition: string;
|
|
2151
2442
|
fields: {
|
|
2443
|
+
features: {
|
|
2444
|
+
type: string;
|
|
2445
|
+
id: number;
|
|
2446
|
+
};
|
|
2152
2447
|
uninterpretedOption: {
|
|
2153
2448
|
rule: string;
|
|
2154
2449
|
type: string;
|
|
@@ -2158,6 +2453,7 @@ declare const _default: {
|
|
|
2158
2453
|
extensions: number[][];
|
|
2159
2454
|
};
|
|
2160
2455
|
EnumOptions: {
|
|
2456
|
+
edition: string;
|
|
2161
2457
|
fields: {
|
|
2162
2458
|
allowAlias: {
|
|
2163
2459
|
type: string;
|
|
@@ -2167,6 +2463,17 @@ declare const _default: {
|
|
|
2167
2463
|
type: string;
|
|
2168
2464
|
id: number;
|
|
2169
2465
|
};
|
|
2466
|
+
deprecatedLegacyJsonFieldConflicts: {
|
|
2467
|
+
type: string;
|
|
2468
|
+
id: number;
|
|
2469
|
+
options: {
|
|
2470
|
+
deprecated: boolean;
|
|
2471
|
+
};
|
|
2472
|
+
};
|
|
2473
|
+
features: {
|
|
2474
|
+
type: string;
|
|
2475
|
+
id: number;
|
|
2476
|
+
};
|
|
2170
2477
|
uninterpretedOption: {
|
|
2171
2478
|
rule: string;
|
|
2172
2479
|
type: string;
|
|
@@ -2174,13 +2481,27 @@ declare const _default: {
|
|
|
2174
2481
|
};
|
|
2175
2482
|
};
|
|
2176
2483
|
extensions: number[][];
|
|
2484
|
+
reserved: number[][];
|
|
2177
2485
|
};
|
|
2178
2486
|
EnumValueOptions: {
|
|
2487
|
+
edition: string;
|
|
2179
2488
|
fields: {
|
|
2180
2489
|
deprecated: {
|
|
2181
2490
|
type: string;
|
|
2182
2491
|
id: number;
|
|
2183
2492
|
};
|
|
2493
|
+
features: {
|
|
2494
|
+
type: string;
|
|
2495
|
+
id: number;
|
|
2496
|
+
};
|
|
2497
|
+
debugRedact: {
|
|
2498
|
+
type: string;
|
|
2499
|
+
id: number;
|
|
2500
|
+
};
|
|
2501
|
+
featureSupport: {
|
|
2502
|
+
type: string;
|
|
2503
|
+
id: number;
|
|
2504
|
+
};
|
|
2184
2505
|
uninterpretedOption: {
|
|
2185
2506
|
rule: string;
|
|
2186
2507
|
type: string;
|
|
@@ -2190,7 +2511,12 @@ declare const _default: {
|
|
|
2190
2511
|
extensions: number[][];
|
|
2191
2512
|
};
|
|
2192
2513
|
ServiceOptions: {
|
|
2514
|
+
edition: string;
|
|
2193
2515
|
fields: {
|
|
2516
|
+
features: {
|
|
2517
|
+
type: string;
|
|
2518
|
+
id: number;
|
|
2519
|
+
};
|
|
2194
2520
|
deprecated: {
|
|
2195
2521
|
type: string;
|
|
2196
2522
|
id: number;
|
|
@@ -2204,11 +2530,23 @@ declare const _default: {
|
|
|
2204
2530
|
extensions: number[][];
|
|
2205
2531
|
};
|
|
2206
2532
|
MethodOptions: {
|
|
2533
|
+
edition: string;
|
|
2207
2534
|
fields: {
|
|
2208
2535
|
deprecated: {
|
|
2209
2536
|
type: string;
|
|
2210
2537
|
id: number;
|
|
2211
2538
|
};
|
|
2539
|
+
idempotencyLevel: {
|
|
2540
|
+
type: string;
|
|
2541
|
+
id: number;
|
|
2542
|
+
options: {
|
|
2543
|
+
default: string;
|
|
2544
|
+
};
|
|
2545
|
+
};
|
|
2546
|
+
features: {
|
|
2547
|
+
type: string;
|
|
2548
|
+
id: number;
|
|
2549
|
+
};
|
|
2212
2550
|
uninterpretedOption: {
|
|
2213
2551
|
rule: string;
|
|
2214
2552
|
type: string;
|
|
@@ -2216,8 +2554,18 @@ declare const _default: {
|
|
|
2216
2554
|
};
|
|
2217
2555
|
};
|
|
2218
2556
|
extensions: number[][];
|
|
2557
|
+
nested: {
|
|
2558
|
+
IdempotencyLevel: {
|
|
2559
|
+
values: {
|
|
2560
|
+
IDEMPOTENCY_UNKNOWN: number;
|
|
2561
|
+
NO_SIDE_EFFECTS: number;
|
|
2562
|
+
IDEMPOTENT: number;
|
|
2563
|
+
};
|
|
2564
|
+
};
|
|
2565
|
+
};
|
|
2219
2566
|
};
|
|
2220
2567
|
UninterpretedOption: {
|
|
2568
|
+
edition: string;
|
|
2221
2569
|
fields: {
|
|
2222
2570
|
name: {
|
|
2223
2571
|
rule: string;
|
|
@@ -2266,7 +2614,207 @@ declare const _default: {
|
|
|
2266
2614
|
};
|
|
2267
2615
|
};
|
|
2268
2616
|
};
|
|
2617
|
+
FeatureSet: {
|
|
2618
|
+
edition: string;
|
|
2619
|
+
fields: {
|
|
2620
|
+
fieldPresence: {
|
|
2621
|
+
type: string;
|
|
2622
|
+
id: number;
|
|
2623
|
+
options: {
|
|
2624
|
+
retention: string;
|
|
2625
|
+
targets: string;
|
|
2626
|
+
"feature_support.edition_introduced": string;
|
|
2627
|
+
"edition_defaults.edition": string;
|
|
2628
|
+
"edition_defaults.value": string;
|
|
2629
|
+
};
|
|
2630
|
+
};
|
|
2631
|
+
enumType: {
|
|
2632
|
+
type: string;
|
|
2633
|
+
id: number;
|
|
2634
|
+
options: {
|
|
2635
|
+
retention: string;
|
|
2636
|
+
targets: string;
|
|
2637
|
+
"feature_support.edition_introduced": string;
|
|
2638
|
+
"edition_defaults.edition": string;
|
|
2639
|
+
"edition_defaults.value": string;
|
|
2640
|
+
};
|
|
2641
|
+
};
|
|
2642
|
+
repeatedFieldEncoding: {
|
|
2643
|
+
type: string;
|
|
2644
|
+
id: number;
|
|
2645
|
+
options: {
|
|
2646
|
+
retention: string;
|
|
2647
|
+
targets: string;
|
|
2648
|
+
"feature_support.edition_introduced": string;
|
|
2649
|
+
"edition_defaults.edition": string;
|
|
2650
|
+
"edition_defaults.value": string;
|
|
2651
|
+
};
|
|
2652
|
+
};
|
|
2653
|
+
utf8Validation: {
|
|
2654
|
+
type: string;
|
|
2655
|
+
id: number;
|
|
2656
|
+
options: {
|
|
2657
|
+
retention: string;
|
|
2658
|
+
targets: string;
|
|
2659
|
+
"feature_support.edition_introduced": string;
|
|
2660
|
+
"edition_defaults.edition": string;
|
|
2661
|
+
"edition_defaults.value": string;
|
|
2662
|
+
};
|
|
2663
|
+
};
|
|
2664
|
+
messageEncoding: {
|
|
2665
|
+
type: string;
|
|
2666
|
+
id: number;
|
|
2667
|
+
options: {
|
|
2668
|
+
retention: string;
|
|
2669
|
+
targets: string;
|
|
2670
|
+
"feature_support.edition_introduced": string;
|
|
2671
|
+
"edition_defaults.edition": string;
|
|
2672
|
+
"edition_defaults.value": string;
|
|
2673
|
+
};
|
|
2674
|
+
};
|
|
2675
|
+
jsonFormat: {
|
|
2676
|
+
type: string;
|
|
2677
|
+
id: number;
|
|
2678
|
+
options: {
|
|
2679
|
+
retention: string;
|
|
2680
|
+
targets: string;
|
|
2681
|
+
"feature_support.edition_introduced": string;
|
|
2682
|
+
"edition_defaults.edition": string;
|
|
2683
|
+
"edition_defaults.value": string;
|
|
2684
|
+
};
|
|
2685
|
+
};
|
|
2686
|
+
enforceNamingStyle: {
|
|
2687
|
+
type: string;
|
|
2688
|
+
id: number;
|
|
2689
|
+
options: {
|
|
2690
|
+
retention: string;
|
|
2691
|
+
targets: string;
|
|
2692
|
+
"feature_support.edition_introduced": string;
|
|
2693
|
+
"edition_defaults.edition": string;
|
|
2694
|
+
"edition_defaults.value": string;
|
|
2695
|
+
};
|
|
2696
|
+
};
|
|
2697
|
+
defaultSymbolVisibility: {
|
|
2698
|
+
type: string;
|
|
2699
|
+
id: number;
|
|
2700
|
+
options: {
|
|
2701
|
+
retention: string;
|
|
2702
|
+
targets: string;
|
|
2703
|
+
"feature_support.edition_introduced": string;
|
|
2704
|
+
"edition_defaults.edition": string;
|
|
2705
|
+
"edition_defaults.value": string;
|
|
2706
|
+
};
|
|
2707
|
+
};
|
|
2708
|
+
};
|
|
2709
|
+
extensions: number[][];
|
|
2710
|
+
reserved: number[][];
|
|
2711
|
+
nested: {
|
|
2712
|
+
FieldPresence: {
|
|
2713
|
+
values: {
|
|
2714
|
+
FIELD_PRESENCE_UNKNOWN: number;
|
|
2715
|
+
EXPLICIT: number;
|
|
2716
|
+
IMPLICIT: number;
|
|
2717
|
+
LEGACY_REQUIRED: number;
|
|
2718
|
+
};
|
|
2719
|
+
};
|
|
2720
|
+
EnumType: {
|
|
2721
|
+
values: {
|
|
2722
|
+
ENUM_TYPE_UNKNOWN: number;
|
|
2723
|
+
OPEN: number;
|
|
2724
|
+
CLOSED: number;
|
|
2725
|
+
};
|
|
2726
|
+
};
|
|
2727
|
+
RepeatedFieldEncoding: {
|
|
2728
|
+
values: {
|
|
2729
|
+
REPEATED_FIELD_ENCODING_UNKNOWN: number;
|
|
2730
|
+
PACKED: number;
|
|
2731
|
+
EXPANDED: number;
|
|
2732
|
+
};
|
|
2733
|
+
};
|
|
2734
|
+
Utf8Validation: {
|
|
2735
|
+
values: {
|
|
2736
|
+
UTF8_VALIDATION_UNKNOWN: number;
|
|
2737
|
+
VERIFY: number;
|
|
2738
|
+
NONE: number;
|
|
2739
|
+
};
|
|
2740
|
+
};
|
|
2741
|
+
MessageEncoding: {
|
|
2742
|
+
values: {
|
|
2743
|
+
MESSAGE_ENCODING_UNKNOWN: number;
|
|
2744
|
+
LENGTH_PREFIXED: number;
|
|
2745
|
+
DELIMITED: number;
|
|
2746
|
+
};
|
|
2747
|
+
};
|
|
2748
|
+
JsonFormat: {
|
|
2749
|
+
values: {
|
|
2750
|
+
JSON_FORMAT_UNKNOWN: number;
|
|
2751
|
+
ALLOW: number;
|
|
2752
|
+
LEGACY_BEST_EFFORT: number;
|
|
2753
|
+
};
|
|
2754
|
+
};
|
|
2755
|
+
EnforceNamingStyle: {
|
|
2756
|
+
values: {
|
|
2757
|
+
ENFORCE_NAMING_STYLE_UNKNOWN: number;
|
|
2758
|
+
STYLE2024: number;
|
|
2759
|
+
STYLE_LEGACY: number;
|
|
2760
|
+
};
|
|
2761
|
+
};
|
|
2762
|
+
VisibilityFeature: {
|
|
2763
|
+
fields: {};
|
|
2764
|
+
reserved: number[][];
|
|
2765
|
+
nested: {
|
|
2766
|
+
DefaultSymbolVisibility: {
|
|
2767
|
+
values: {
|
|
2768
|
+
DEFAULT_SYMBOL_VISIBILITY_UNKNOWN: number;
|
|
2769
|
+
EXPORT_ALL: number;
|
|
2770
|
+
EXPORT_TOP_LEVEL: number;
|
|
2771
|
+
LOCAL_ALL: number;
|
|
2772
|
+
STRICT: number;
|
|
2773
|
+
};
|
|
2774
|
+
};
|
|
2775
|
+
};
|
|
2776
|
+
};
|
|
2777
|
+
};
|
|
2778
|
+
};
|
|
2779
|
+
FeatureSetDefaults: {
|
|
2780
|
+
edition: string;
|
|
2781
|
+
fields: {
|
|
2782
|
+
defaults: {
|
|
2783
|
+
rule: string;
|
|
2784
|
+
type: string;
|
|
2785
|
+
id: number;
|
|
2786
|
+
};
|
|
2787
|
+
minimumEdition: {
|
|
2788
|
+
type: string;
|
|
2789
|
+
id: number;
|
|
2790
|
+
};
|
|
2791
|
+
maximumEdition: {
|
|
2792
|
+
type: string;
|
|
2793
|
+
id: number;
|
|
2794
|
+
};
|
|
2795
|
+
};
|
|
2796
|
+
nested: {
|
|
2797
|
+
FeatureSetEditionDefault: {
|
|
2798
|
+
fields: {
|
|
2799
|
+
edition: {
|
|
2800
|
+
type: string;
|
|
2801
|
+
id: number;
|
|
2802
|
+
};
|
|
2803
|
+
overridableFeatures: {
|
|
2804
|
+
type: string;
|
|
2805
|
+
id: number;
|
|
2806
|
+
};
|
|
2807
|
+
fixedFeatures: {
|
|
2808
|
+
type: string;
|
|
2809
|
+
id: number;
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2812
|
+
reserved: (string | number[])[];
|
|
2813
|
+
};
|
|
2814
|
+
};
|
|
2815
|
+
};
|
|
2269
2816
|
SourceCodeInfo: {
|
|
2817
|
+
edition: string;
|
|
2270
2818
|
fields: {
|
|
2271
2819
|
location: {
|
|
2272
2820
|
rule: string;
|
|
@@ -2274,6 +2822,7 @@ declare const _default: {
|
|
|
2274
2822
|
id: number;
|
|
2275
2823
|
};
|
|
2276
2824
|
};
|
|
2825
|
+
extensions: number[][];
|
|
2277
2826
|
nested: {
|
|
2278
2827
|
Location: {
|
|
2279
2828
|
fields: {
|
|
@@ -2281,11 +2830,17 @@ declare const _default: {
|
|
|
2281
2830
|
rule: string;
|
|
2282
2831
|
type: string;
|
|
2283
2832
|
id: number;
|
|
2833
|
+
options: {
|
|
2834
|
+
packed: boolean;
|
|
2835
|
+
};
|
|
2284
2836
|
};
|
|
2285
2837
|
span: {
|
|
2286
2838
|
rule: string;
|
|
2287
2839
|
type: string;
|
|
2288
2840
|
id: number;
|
|
2841
|
+
options: {
|
|
2842
|
+
packed: boolean;
|
|
2843
|
+
};
|
|
2289
2844
|
};
|
|
2290
2845
|
leadingComments: {
|
|
2291
2846
|
type: string;
|
|
@@ -2305,6 +2860,7 @@ declare const _default: {
|
|
|
2305
2860
|
};
|
|
2306
2861
|
};
|
|
2307
2862
|
GeneratedCodeInfo: {
|
|
2863
|
+
edition: string;
|
|
2308
2864
|
fields: {
|
|
2309
2865
|
annotation: {
|
|
2310
2866
|
rule: string;
|
|
@@ -2319,6 +2875,9 @@ declare const _default: {
|
|
|
2319
2875
|
rule: string;
|
|
2320
2876
|
type: string;
|
|
2321
2877
|
id: number;
|
|
2878
|
+
options: {
|
|
2879
|
+
packed: boolean;
|
|
2880
|
+
};
|
|
2322
2881
|
};
|
|
2323
2882
|
sourceFile: {
|
|
2324
2883
|
type: string;
|
|
@@ -2332,10 +2891,31 @@ declare const _default: {
|
|
|
2332
2891
|
type: string;
|
|
2333
2892
|
id: number;
|
|
2334
2893
|
};
|
|
2894
|
+
semantic: {
|
|
2895
|
+
type: string;
|
|
2896
|
+
id: number;
|
|
2897
|
+
};
|
|
2898
|
+
};
|
|
2899
|
+
nested: {
|
|
2900
|
+
Semantic: {
|
|
2901
|
+
values: {
|
|
2902
|
+
NONE: number;
|
|
2903
|
+
SET: number;
|
|
2904
|
+
ALIAS: number;
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2335
2907
|
};
|
|
2336
2908
|
};
|
|
2337
2909
|
};
|
|
2338
2910
|
};
|
|
2911
|
+
SymbolVisibility: {
|
|
2912
|
+
edition: string;
|
|
2913
|
+
values: {
|
|
2914
|
+
VISIBILITY_UNSET: number;
|
|
2915
|
+
VISIBILITY_LOCAL: number;
|
|
2916
|
+
VISIBILITY_EXPORT: number;
|
|
2917
|
+
};
|
|
2918
|
+
};
|
|
2339
2919
|
};
|
|
2340
2920
|
};
|
|
2341
2921
|
};
|