@zilliz/milvus2-sdk-node 2.6.13 → 3.0.0
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/README.md +36 -6
- package/dist/milvus/HttpClient.d.ts +2 -2
- package/dist/milvus/MilvusClient.d.ts +28 -1
- package/dist/milvus/MilvusClient.js +61 -1
- package/dist/milvus/MilvusClient.js.map +1 -1
- package/dist/milvus/bulkwriter/VolumeManager.d.ts +27 -0
- package/dist/milvus/bulkwriter/VolumeManager.js +151 -0
- package/dist/milvus/bulkwriter/VolumeManager.js.map +1 -0
- package/dist/milvus/bulkwriter/index.d.ts +1 -0
- package/dist/milvus/bulkwriter/index.js +3 -1
- package/dist/milvus/bulkwriter/index.js.map +1 -1
- package/dist/milvus/const/defaults.d.ts +1 -0
- package/dist/milvus/const/defaults.js +2 -1
- package/dist/milvus/const/defaults.js.map +1 -1
- package/dist/milvus/const/error.d.ts +2 -0
- package/dist/milvus/const/error.js +2 -0
- package/dist/milvus/const/error.js.map +1 -1
- package/dist/milvus/const/milvus.d.ts +13 -0
- package/dist/milvus/const/milvus.js +18 -1
- package/dist/milvus/const/milvus.js.map +1 -1
- package/dist/milvus/grpc/Collection.d.ts +142 -1
- package/dist/milvus/grpc/Collection.js +268 -7
- package/dist/milvus/grpc/Collection.js.map +1 -1
- package/dist/milvus/grpc/Data.d.ts +7 -1
- package/dist/milvus/grpc/Data.js +123 -45
- 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/grpc/Resource.d.ts +24 -1
- package/dist/milvus/grpc/Resource.js +45 -0
- package/dist/milvus/grpc/Resource.js.map +1 -1
- package/dist/milvus/http/Import.d.ts +3 -3
- package/dist/milvus/http/Import.js.map +1 -1
- package/dist/milvus/proto-json/milvus.base.d.ts +2150 -154
- package/dist/milvus/proto-json/milvus.base.js +2279 -165
- package/dist/milvus/proto-json/milvus.base.js.map +1 -1
- package/dist/milvus/proto-json/milvus.d.ts +2204 -208
- package/dist/milvus/proto-json/milvus.js +2332 -218
- package/dist/milvus/proto-json/milvus.js.map +1 -1
- package/dist/milvus/proto-json/schema.base.d.ts +1066 -53
- package/dist/milvus/proto-json/schema.base.js +1186 -64
- package/dist/milvus/proto-json/schema.base.js.map +1 -1
- package/dist/milvus/types/Client.d.ts +1 -0
- package/dist/milvus/types/Collection.d.ts +121 -0
- package/dist/milvus/types/Collection.js +16 -0
- package/dist/milvus/types/Collection.js.map +1 -1
- package/dist/milvus/types/Common.d.ts +7 -0
- package/dist/milvus/types/Data.d.ts +12 -1
- package/dist/milvus/types/Database.d.ts +2 -0
- package/dist/milvus/types/Http.d.ts +10 -2
- package/dist/milvus/types/Insert.d.ts +8 -1
- package/dist/milvus/types/Insert.js.map +1 -1
- package/dist/milvus/types/Resource.d.ts +27 -0
- package/dist/milvus/types/Search.d.ts +32 -22
- package/dist/milvus/types/Search.js.map +1 -1
- package/dist/milvus/types/Volume.d.ts +37 -0
- package/dist/milvus/types/Volume.js +9 -0
- package/dist/milvus/types/Volume.js.map +1 -0
- package/dist/milvus/types/index.d.ts +1 -0
- package/dist/milvus/types/index.js +1 -0
- package/dist/milvus/types/index.js.map +1 -1
- package/dist/milvus/types.d.ts +1 -0
- package/dist/milvus/types.js +1 -0
- package/dist/milvus/types.js.map +1 -1
- package/dist/milvus/utils/Bytes.d.ts +2 -2
- package/dist/milvus/utils/Bytes.js +9 -2
- package/dist/milvus/utils/Bytes.js.map +1 -1
- package/dist/milvus/utils/Data.js +43 -6
- package/dist/milvus/utils/Data.js.map +1 -1
- package/dist/milvus/utils/Format.d.ts +2 -1
- package/dist/milvus/utils/Format.js +28 -1
- package/dist/milvus/utils/Format.js.map +1 -1
- package/dist/milvus/utils/Schema.js +21 -6
- package/dist/milvus/utils/Schema.js.map +1 -1
- package/dist/milvus/utils/Search.js +94 -13
- package/dist/milvus/utils/Search.js.map +1 -1
- package/dist/milvus/utils/Validate.d.ts +3 -0
- package/dist/milvus/utils/Validate.js +9 -2
- package/dist/milvus/utils/Validate.js.map +1 -1
- package/dist/sdk.json +1 -1
- package/package.json +8 -3
|
@@ -8,7 +8,7 @@ exports.default = {
|
|
|
8
8
|
"nested": {
|
|
9
9
|
"schema": {
|
|
10
10
|
"options": {
|
|
11
|
-
"go_package": "github.com/milvus-io/milvus-proto/go-api/
|
|
11
|
+
"go_package": "github.com/milvus-io/milvus-proto/go-api/v3/schemapb",
|
|
12
12
|
"java_multiple_files": true,
|
|
13
13
|
"java_package": "io.milvus.grpc",
|
|
14
14
|
"java_outer_classname": "SchemaProto",
|
|
@@ -33,6 +33,7 @@ exports.default = {
|
|
|
33
33
|
"Geometry": 24,
|
|
34
34
|
"Text": 25,
|
|
35
35
|
"Timestamptz": 26,
|
|
36
|
+
"Mol": 27,
|
|
36
37
|
"BinaryVector": 100,
|
|
37
38
|
"FloatVector": 101,
|
|
38
39
|
"Float16Vector": 102,
|
|
@@ -49,7 +50,9 @@ exports.default = {
|
|
|
49
50
|
"Unknown": 0,
|
|
50
51
|
"BM25": 1,
|
|
51
52
|
"TextEmbedding": 2,
|
|
52
|
-
"Rerank": 3
|
|
53
|
+
"Rerank": 3,
|
|
54
|
+
"MinHash": 4,
|
|
55
|
+
"MolFingerprint": 5
|
|
53
56
|
}
|
|
54
57
|
},
|
|
55
58
|
"FieldState": {
|
|
@@ -127,6 +130,10 @@ exports.default = {
|
|
|
127
130
|
"isFunctionOutput": {
|
|
128
131
|
"type": "bool",
|
|
129
132
|
"id": 16
|
|
133
|
+
},
|
|
134
|
+
"externalField": {
|
|
135
|
+
"type": "string",
|
|
136
|
+
"id": 17
|
|
130
137
|
}
|
|
131
138
|
}
|
|
132
139
|
},
|
|
@@ -238,6 +245,23 @@ exports.default = {
|
|
|
238
245
|
"type": "int32",
|
|
239
246
|
"id": 10
|
|
240
247
|
},
|
|
248
|
+
"externalSource": {
|
|
249
|
+
"type": "string",
|
|
250
|
+
"id": 11
|
|
251
|
+
},
|
|
252
|
+
"externalSpec": {
|
|
253
|
+
"type": "string",
|
|
254
|
+
"id": 12
|
|
255
|
+
},
|
|
256
|
+
"doPhysicalBackfill": {
|
|
257
|
+
"type": "bool",
|
|
258
|
+
"id": 13
|
|
259
|
+
},
|
|
260
|
+
"fileResourceIds": {
|
|
261
|
+
"rule": "repeated",
|
|
262
|
+
"type": "int64",
|
|
263
|
+
"id": 14
|
|
264
|
+
},
|
|
241
265
|
"enableNamespace": {
|
|
242
266
|
"type": "bool",
|
|
243
267
|
"id": 15
|
|
@@ -267,6 +291,10 @@ exports.default = {
|
|
|
267
291
|
"rule": "repeated",
|
|
268
292
|
"type": "common.KeyValuePair",
|
|
269
293
|
"id": 5
|
|
294
|
+
},
|
|
295
|
+
"nullable": {
|
|
296
|
+
"type": "bool",
|
|
297
|
+
"id": 6
|
|
270
298
|
}
|
|
271
299
|
}
|
|
272
300
|
},
|
|
@@ -382,6 +410,24 @@ exports.default = {
|
|
|
382
410
|
}
|
|
383
411
|
}
|
|
384
412
|
},
|
|
413
|
+
"MolArray": {
|
|
414
|
+
"fields": {
|
|
415
|
+
"data": {
|
|
416
|
+
"rule": "repeated",
|
|
417
|
+
"type": "bytes",
|
|
418
|
+
"id": 1
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"MolSmilesArray": {
|
|
423
|
+
"fields": {
|
|
424
|
+
"data": {
|
|
425
|
+
"rule": "repeated",
|
|
426
|
+
"type": "string",
|
|
427
|
+
"id": 1
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
},
|
|
385
431
|
"ValueField": {
|
|
386
432
|
"oneofs": {
|
|
387
433
|
"data": {
|
|
@@ -447,7 +493,9 @@ exports.default = {
|
|
|
447
493
|
"jsonData",
|
|
448
494
|
"geometryData",
|
|
449
495
|
"timestamptzData",
|
|
450
|
-
"geometryWktData"
|
|
496
|
+
"geometryWktData",
|
|
497
|
+
"molData",
|
|
498
|
+
"molSmilesData"
|
|
451
499
|
]
|
|
452
500
|
}
|
|
453
501
|
},
|
|
@@ -499,6 +547,14 @@ exports.default = {
|
|
|
499
547
|
"geometryWktData": {
|
|
500
548
|
"type": "GeometryWktArray",
|
|
501
549
|
"id": 12
|
|
550
|
+
},
|
|
551
|
+
"molData": {
|
|
552
|
+
"type": "MolArray",
|
|
553
|
+
"id": 13
|
|
554
|
+
},
|
|
555
|
+
"molSmilesData": {
|
|
556
|
+
"type": "MolSmilesArray",
|
|
557
|
+
"id": 14
|
|
502
558
|
}
|
|
503
559
|
}
|
|
504
560
|
},
|
|
@@ -590,6 +646,27 @@ exports.default = {
|
|
|
590
646
|
}
|
|
591
647
|
}
|
|
592
648
|
},
|
|
649
|
+
"FieldPartialUpdateOp": {
|
|
650
|
+
"fields": {
|
|
651
|
+
"fieldName": {
|
|
652
|
+
"type": "string",
|
|
653
|
+
"id": 1
|
|
654
|
+
},
|
|
655
|
+
"op": {
|
|
656
|
+
"type": "OpType",
|
|
657
|
+
"id": 2
|
|
658
|
+
}
|
|
659
|
+
},
|
|
660
|
+
"nested": {
|
|
661
|
+
"OpType": {
|
|
662
|
+
"values": {
|
|
663
|
+
"REPLACE": 0,
|
|
664
|
+
"ARRAY_APPEND": 1,
|
|
665
|
+
"ARRAY_REMOVE": 2
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
},
|
|
593
670
|
"FieldData": {
|
|
594
671
|
"oneofs": {
|
|
595
672
|
"field": {
|
|
@@ -742,6 +819,199 @@ exports.default = {
|
|
|
742
819
|
"rule": "repeated",
|
|
743
820
|
"type": "common.HighlightResult",
|
|
744
821
|
"id": 14
|
|
822
|
+
},
|
|
823
|
+
"elementIndices": {
|
|
824
|
+
"type": "LongArray",
|
|
825
|
+
"id": 15
|
|
826
|
+
},
|
|
827
|
+
"groupByFieldValues": {
|
|
828
|
+
"rule": "repeated",
|
|
829
|
+
"type": "FieldData",
|
|
830
|
+
"id": 17
|
|
831
|
+
},
|
|
832
|
+
"aggBuckets": {
|
|
833
|
+
"rule": "repeated",
|
|
834
|
+
"type": "AggBucket",
|
|
835
|
+
"id": 18
|
|
836
|
+
},
|
|
837
|
+
"aggTopks": {
|
|
838
|
+
"rule": "repeated",
|
|
839
|
+
"type": "int64",
|
|
840
|
+
"id": 19
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"reserved": [
|
|
844
|
+
[
|
|
845
|
+
16,
|
|
846
|
+
16
|
|
847
|
+
]
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
"AggBucket": {
|
|
851
|
+
"fields": {
|
|
852
|
+
"key": {
|
|
853
|
+
"rule": "repeated",
|
|
854
|
+
"type": "BucketKeyEntry",
|
|
855
|
+
"id": 1
|
|
856
|
+
},
|
|
857
|
+
"count": {
|
|
858
|
+
"type": "int64",
|
|
859
|
+
"id": 2
|
|
860
|
+
},
|
|
861
|
+
"metrics": {
|
|
862
|
+
"keyType": "string",
|
|
863
|
+
"type": "MetricValue",
|
|
864
|
+
"id": 3
|
|
865
|
+
},
|
|
866
|
+
"hits": {
|
|
867
|
+
"rule": "repeated",
|
|
868
|
+
"type": "AggHit",
|
|
869
|
+
"id": 4
|
|
870
|
+
},
|
|
871
|
+
"subGroups": {
|
|
872
|
+
"rule": "repeated",
|
|
873
|
+
"type": "AggBucket",
|
|
874
|
+
"id": 5
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
"MetricValue": {
|
|
879
|
+
"oneofs": {
|
|
880
|
+
"value": {
|
|
881
|
+
"oneof": [
|
|
882
|
+
"intVal",
|
|
883
|
+
"doubleVal",
|
|
884
|
+
"stringVal",
|
|
885
|
+
"boolVal"
|
|
886
|
+
]
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
"fields": {
|
|
890
|
+
"intVal": {
|
|
891
|
+
"type": "int64",
|
|
892
|
+
"id": 1
|
|
893
|
+
},
|
|
894
|
+
"doubleVal": {
|
|
895
|
+
"type": "double",
|
|
896
|
+
"id": 2
|
|
897
|
+
},
|
|
898
|
+
"stringVal": {
|
|
899
|
+
"type": "string",
|
|
900
|
+
"id": 3
|
|
901
|
+
},
|
|
902
|
+
"boolVal": {
|
|
903
|
+
"type": "bool",
|
|
904
|
+
"id": 4
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"BucketKeyEntry": {
|
|
909
|
+
"oneofs": {
|
|
910
|
+
"value": {
|
|
911
|
+
"oneof": [
|
|
912
|
+
"intVal",
|
|
913
|
+
"stringVal",
|
|
914
|
+
"boolVal"
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"fields": {
|
|
919
|
+
"fieldId": {
|
|
920
|
+
"type": "int64",
|
|
921
|
+
"id": 1
|
|
922
|
+
},
|
|
923
|
+
"fieldName": {
|
|
924
|
+
"type": "string",
|
|
925
|
+
"id": 2
|
|
926
|
+
},
|
|
927
|
+
"intVal": {
|
|
928
|
+
"type": "int64",
|
|
929
|
+
"id": 3
|
|
930
|
+
},
|
|
931
|
+
"stringVal": {
|
|
932
|
+
"type": "string",
|
|
933
|
+
"id": 4
|
|
934
|
+
},
|
|
935
|
+
"boolVal": {
|
|
936
|
+
"type": "bool",
|
|
937
|
+
"id": 5
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"AggHit": {
|
|
942
|
+
"oneofs": {
|
|
943
|
+
"pk": {
|
|
944
|
+
"oneof": [
|
|
945
|
+
"intPk",
|
|
946
|
+
"strPk"
|
|
947
|
+
]
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
"fields": {
|
|
951
|
+
"intPk": {
|
|
952
|
+
"type": "int64",
|
|
953
|
+
"id": 1
|
|
954
|
+
},
|
|
955
|
+
"strPk": {
|
|
956
|
+
"type": "string",
|
|
957
|
+
"id": 2
|
|
958
|
+
},
|
|
959
|
+
"score": {
|
|
960
|
+
"type": "float",
|
|
961
|
+
"id": 3
|
|
962
|
+
},
|
|
963
|
+
"fields": {
|
|
964
|
+
"rule": "repeated",
|
|
965
|
+
"type": "AggHitField",
|
|
966
|
+
"id": 4
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"AggHitField": {
|
|
971
|
+
"oneofs": {
|
|
972
|
+
"value": {
|
|
973
|
+
"oneof": [
|
|
974
|
+
"intVal",
|
|
975
|
+
"boolVal",
|
|
976
|
+
"floatVal",
|
|
977
|
+
"doubleVal",
|
|
978
|
+
"stringVal",
|
|
979
|
+
"bytesVal"
|
|
980
|
+
]
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
"fields": {
|
|
984
|
+
"fieldId": {
|
|
985
|
+
"type": "int64",
|
|
986
|
+
"id": 1
|
|
987
|
+
},
|
|
988
|
+
"fieldName": {
|
|
989
|
+
"type": "string",
|
|
990
|
+
"id": 2
|
|
991
|
+
},
|
|
992
|
+
"intVal": {
|
|
993
|
+
"type": "int64",
|
|
994
|
+
"id": 3
|
|
995
|
+
},
|
|
996
|
+
"boolVal": {
|
|
997
|
+
"type": "bool",
|
|
998
|
+
"id": 4
|
|
999
|
+
},
|
|
1000
|
+
"floatVal": {
|
|
1001
|
+
"type": "float",
|
|
1002
|
+
"id": 5
|
|
1003
|
+
},
|
|
1004
|
+
"doubleVal": {
|
|
1005
|
+
"type": "double",
|
|
1006
|
+
"id": 6
|
|
1007
|
+
},
|
|
1008
|
+
"stringVal": {
|
|
1009
|
+
"type": "string",
|
|
1010
|
+
"id": 7
|
|
1011
|
+
},
|
|
1012
|
+
"bytesVal": {
|
|
1013
|
+
"type": "bytes",
|
|
1014
|
+
"id": 8
|
|
745
1015
|
}
|
|
746
1016
|
}
|
|
747
1017
|
},
|
|
@@ -867,7 +1137,7 @@ exports.default = {
|
|
|
867
1137
|
},
|
|
868
1138
|
"common": {
|
|
869
1139
|
"options": {
|
|
870
|
-
"go_package": "github.com/milvus-io/milvus-proto/go-api/
|
|
1140
|
+
"go_package": "github.com/milvus-io/milvus-proto/go-api/v3/commonpb",
|
|
871
1141
|
"java_multiple_files": true,
|
|
872
1142
|
"java_package": "io.milvus.grpc",
|
|
873
1143
|
"java_outer_classname": "CommonProto",
|
|
@@ -1073,6 +1343,10 @@ exports.default = {
|
|
|
1073
1343
|
"rule": "repeated",
|
|
1074
1344
|
"type": "bytes",
|
|
1075
1345
|
"id": 3
|
|
1346
|
+
},
|
|
1347
|
+
"elementLevel": {
|
|
1348
|
+
"type": "bool",
|
|
1349
|
+
"id": 4
|
|
1076
1350
|
}
|
|
1077
1351
|
}
|
|
1078
1352
|
},
|
|
@@ -1098,6 +1372,11 @@ exports.default = {
|
|
|
1098
1372
|
}
|
|
1099
1373
|
},
|
|
1100
1374
|
"MsgType": {
|
|
1375
|
+
"valuesOptions": {
|
|
1376
|
+
"Replicate": {
|
|
1377
|
+
"deprecated": true
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1101
1380
|
"values": {
|
|
1102
1381
|
"Undefined": 0,
|
|
1103
1382
|
"CreateCollection": 100,
|
|
@@ -1221,7 +1500,20 @@ exports.default = {
|
|
|
1221
1500
|
"AlterDatabase": 1804,
|
|
1222
1501
|
"DescribeDatabase": 1805,
|
|
1223
1502
|
"AddCollectionField": 1900,
|
|
1224
|
-
"AlterWAL": 2000
|
|
1503
|
+
"AlterWAL": 2000,
|
|
1504
|
+
"CreateSnapshot": 2100,
|
|
1505
|
+
"DropSnapshot": 2101,
|
|
1506
|
+
"ListSnapshots": 2102,
|
|
1507
|
+
"DescribeSnapshot": 2103,
|
|
1508
|
+
"RestoreSnapshot": 2104,
|
|
1509
|
+
"GetRestoreSnapshotState": 2105,
|
|
1510
|
+
"ListRestoreSnapshotJobs": 2106,
|
|
1511
|
+
"PinSnapshotData": 2107,
|
|
1512
|
+
"UnpinSnapshotData": 2108,
|
|
1513
|
+
"AlterCollectionSchema": 2200,
|
|
1514
|
+
"RefreshExternalCollection": 2300,
|
|
1515
|
+
"GetRefreshExternalCollectionProgress": 2301,
|
|
1516
|
+
"ListRefreshExternalCollectionJobs": 2302
|
|
1225
1517
|
}
|
|
1226
1518
|
},
|
|
1227
1519
|
"MsgBase": {
|
|
@@ -1253,11 +1545,17 @@ exports.default = {
|
|
|
1253
1545
|
},
|
|
1254
1546
|
"replicateInfo": {
|
|
1255
1547
|
"type": "ReplicateInfo",
|
|
1256
|
-
"id": 7
|
|
1548
|
+
"id": 7,
|
|
1549
|
+
"options": {
|
|
1550
|
+
"deprecated": true
|
|
1551
|
+
}
|
|
1257
1552
|
}
|
|
1258
1553
|
}
|
|
1259
1554
|
},
|
|
1260
1555
|
"ReplicateInfo": {
|
|
1556
|
+
"options": {
|
|
1557
|
+
"deprecated": true
|
|
1558
|
+
},
|
|
1261
1559
|
"fields": {
|
|
1262
1560
|
"isReplicate": {
|
|
1263
1561
|
"type": "bool",
|
|
@@ -1411,7 +1709,16 @@ exports.default = {
|
|
|
1411
1709
|
"PrivilegeRemoveFileResource": 73,
|
|
1412
1710
|
"PrivilegeListFileResources": 74,
|
|
1413
1711
|
"PrivilegeUpdateReplicateConfiguration": 78,
|
|
1414
|
-
"
|
|
1712
|
+
"PrivilegeCreateSnapshot": 79,
|
|
1713
|
+
"PrivilegeDropSnapshot": 80,
|
|
1714
|
+
"PrivilegeDescribeSnapshot": 81,
|
|
1715
|
+
"PrivilegeListSnapshots": 82,
|
|
1716
|
+
"PrivilegeRestoreSnapshot": 83,
|
|
1717
|
+
"PrivilegeAlterCollectionSchema": 84,
|
|
1718
|
+
"PrivilegeGetReplicateConfiguration": 85,
|
|
1719
|
+
"PrivilegeRefreshExternalCollection": 86,
|
|
1720
|
+
"PrivilegePinSnapshotData": 87,
|
|
1721
|
+
"PrivilegeUnpinSnapshotData": 88
|
|
1415
1722
|
}
|
|
1416
1723
|
},
|
|
1417
1724
|
"PrivilegeExt": {
|
|
@@ -1497,71 +1804,164 @@ exports.default = {
|
|
|
1497
1804
|
}
|
|
1498
1805
|
}
|
|
1499
1806
|
},
|
|
1500
|
-
"
|
|
1807
|
+
"Metrics": {
|
|
1501
1808
|
"fields": {
|
|
1502
|
-
"
|
|
1503
|
-
"type": "
|
|
1809
|
+
"requestCount": {
|
|
1810
|
+
"type": "int64",
|
|
1504
1811
|
"id": 1
|
|
1505
1812
|
},
|
|
1506
|
-
"
|
|
1507
|
-
"type": "
|
|
1813
|
+
"successCount": {
|
|
1814
|
+
"type": "int64",
|
|
1508
1815
|
"id": 2
|
|
1509
1816
|
},
|
|
1510
|
-
"
|
|
1511
|
-
"type": "
|
|
1817
|
+
"errorCount": {
|
|
1818
|
+
"type": "int64",
|
|
1512
1819
|
"id": 3
|
|
1513
1820
|
},
|
|
1514
|
-
"
|
|
1515
|
-
"type": "
|
|
1821
|
+
"avgLatencyMs": {
|
|
1822
|
+
"type": "double",
|
|
1516
1823
|
"id": 4
|
|
1517
1824
|
},
|
|
1518
|
-
"
|
|
1519
|
-
"type": "
|
|
1825
|
+
"p99LatencyMs": {
|
|
1826
|
+
"type": "double",
|
|
1520
1827
|
"id": 5
|
|
1521
1828
|
},
|
|
1522
|
-
"
|
|
1523
|
-
"
|
|
1524
|
-
"type": "string",
|
|
1829
|
+
"maxLatencyMs": {
|
|
1830
|
+
"type": "double",
|
|
1525
1831
|
"id": 6
|
|
1526
1832
|
}
|
|
1527
1833
|
}
|
|
1528
1834
|
},
|
|
1529
|
-
"
|
|
1835
|
+
"OperationMetrics": {
|
|
1530
1836
|
"fields": {
|
|
1531
|
-
"
|
|
1532
|
-
"type": "
|
|
1837
|
+
"operation": {
|
|
1838
|
+
"type": "string",
|
|
1533
1839
|
"id": 1
|
|
1534
1840
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"type": "
|
|
1841
|
+
"global": {
|
|
1842
|
+
"type": "Metrics",
|
|
1537
1843
|
"id": 2
|
|
1538
1844
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1845
|
+
"collectionMetrics": {
|
|
1846
|
+
"keyType": "string",
|
|
1847
|
+
"type": "Metrics",
|
|
1541
1848
|
"id": 3
|
|
1542
1849
|
}
|
|
1543
1850
|
}
|
|
1544
1851
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"values": {
|
|
1547
|
-
"HIGH": 0,
|
|
1548
|
-
"LOW": 1
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
"WALName": {
|
|
1552
|
-
"values": {
|
|
1553
|
-
"Unknown": 0,
|
|
1554
|
-
"RocksMQ": 1,
|
|
1555
|
-
"Pulsar": 2,
|
|
1556
|
-
"Kafka": 3,
|
|
1557
|
-
"WoodPecker": 4,
|
|
1558
|
-
"Test": 999
|
|
1559
|
-
}
|
|
1560
|
-
},
|
|
1561
|
-
"ReplicateConfiguration": {
|
|
1852
|
+
"ClientCommand": {
|
|
1562
1853
|
"fields": {
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1854
|
+
"commandId": {
|
|
1855
|
+
"type": "string",
|
|
1856
|
+
"id": 1
|
|
1857
|
+
},
|
|
1858
|
+
"commandType": {
|
|
1859
|
+
"type": "string",
|
|
1860
|
+
"id": 2
|
|
1861
|
+
},
|
|
1862
|
+
"payload": {
|
|
1863
|
+
"type": "bytes",
|
|
1864
|
+
"id": 3
|
|
1865
|
+
},
|
|
1866
|
+
"createTime": {
|
|
1867
|
+
"type": "int64",
|
|
1868
|
+
"id": 4
|
|
1869
|
+
},
|
|
1870
|
+
"persistent": {
|
|
1871
|
+
"type": "bool",
|
|
1872
|
+
"id": 5
|
|
1873
|
+
},
|
|
1874
|
+
"targetScope": {
|
|
1875
|
+
"type": "string",
|
|
1876
|
+
"id": 6
|
|
1877
|
+
}
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"CommandReply": {
|
|
1881
|
+
"fields": {
|
|
1882
|
+
"commandId": {
|
|
1883
|
+
"type": "string",
|
|
1884
|
+
"id": 1
|
|
1885
|
+
},
|
|
1886
|
+
"success": {
|
|
1887
|
+
"type": "bool",
|
|
1888
|
+
"id": 2
|
|
1889
|
+
},
|
|
1890
|
+
"errorMessage": {
|
|
1891
|
+
"type": "string",
|
|
1892
|
+
"id": 3
|
|
1893
|
+
},
|
|
1894
|
+
"payload": {
|
|
1895
|
+
"type": "bytes",
|
|
1896
|
+
"id": 4
|
|
1897
|
+
}
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"ServerInfo": {
|
|
1901
|
+
"fields": {
|
|
1902
|
+
"buildTags": {
|
|
1903
|
+
"type": "string",
|
|
1904
|
+
"id": 1
|
|
1905
|
+
},
|
|
1906
|
+
"buildTime": {
|
|
1907
|
+
"type": "string",
|
|
1908
|
+
"id": 2
|
|
1909
|
+
},
|
|
1910
|
+
"gitCommit": {
|
|
1911
|
+
"type": "string",
|
|
1912
|
+
"id": 3
|
|
1913
|
+
},
|
|
1914
|
+
"goVersion": {
|
|
1915
|
+
"type": "string",
|
|
1916
|
+
"id": 4
|
|
1917
|
+
},
|
|
1918
|
+
"deployMode": {
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"id": 5
|
|
1921
|
+
},
|
|
1922
|
+
"reserved": {
|
|
1923
|
+
"keyType": "string",
|
|
1924
|
+
"type": "string",
|
|
1925
|
+
"id": 6
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
},
|
|
1929
|
+
"NodeInfo": {
|
|
1930
|
+
"fields": {
|
|
1931
|
+
"nodeId": {
|
|
1932
|
+
"type": "int64",
|
|
1933
|
+
"id": 1
|
|
1934
|
+
},
|
|
1935
|
+
"address": {
|
|
1936
|
+
"type": "string",
|
|
1937
|
+
"id": 2
|
|
1938
|
+
},
|
|
1939
|
+
"hostname": {
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"id": 3
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
"LoadPriority": {
|
|
1946
|
+
"values": {
|
|
1947
|
+
"HIGH": 0,
|
|
1948
|
+
"LOW": 1
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"WALName": {
|
|
1952
|
+
"values": {
|
|
1953
|
+
"Unknown": 0,
|
|
1954
|
+
"RocksMQ": 1,
|
|
1955
|
+
"Pulsar": 2,
|
|
1956
|
+
"Kafka": 3,
|
|
1957
|
+
"WoodPecker": 4,
|
|
1958
|
+
"Test": 999
|
|
1959
|
+
}
|
|
1960
|
+
},
|
|
1961
|
+
"ReplicateConfiguration": {
|
|
1962
|
+
"fields": {
|
|
1963
|
+
"clusters": {
|
|
1964
|
+
"rule": "repeated",
|
|
1565
1965
|
"type": "MilvusCluster",
|
|
1566
1966
|
"id": 1
|
|
1567
1967
|
},
|
|
@@ -1707,6 +2107,94 @@ exports.default = {
|
|
|
1707
2107
|
"id": 2
|
|
1708
2108
|
}
|
|
1709
2109
|
}
|
|
2110
|
+
},
|
|
2111
|
+
"MetricAggSpec": {
|
|
2112
|
+
"fields": {
|
|
2113
|
+
"op": {
|
|
2114
|
+
"type": "string",
|
|
2115
|
+
"id": 1
|
|
2116
|
+
},
|
|
2117
|
+
"fieldName": {
|
|
2118
|
+
"type": "string",
|
|
2119
|
+
"id": 2
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
},
|
|
2123
|
+
"SortSpec": {
|
|
2124
|
+
"fields": {
|
|
2125
|
+
"fieldName": {
|
|
2126
|
+
"type": "string",
|
|
2127
|
+
"id": 1
|
|
2128
|
+
},
|
|
2129
|
+
"direction": {
|
|
2130
|
+
"type": "string",
|
|
2131
|
+
"id": 2
|
|
2132
|
+
},
|
|
2133
|
+
"nullFirst": {
|
|
2134
|
+
"type": "bool",
|
|
2135
|
+
"id": 3
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
},
|
|
2139
|
+
"TopHitsSpec": {
|
|
2140
|
+
"fields": {
|
|
2141
|
+
"size": {
|
|
2142
|
+
"type": "int64",
|
|
2143
|
+
"id": 1
|
|
2144
|
+
},
|
|
2145
|
+
"sort": {
|
|
2146
|
+
"rule": "repeated",
|
|
2147
|
+
"type": "SortSpec",
|
|
2148
|
+
"id": 2
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
},
|
|
2152
|
+
"OrderSpec": {
|
|
2153
|
+
"fields": {
|
|
2154
|
+
"key": {
|
|
2155
|
+
"type": "string",
|
|
2156
|
+
"id": 1
|
|
2157
|
+
},
|
|
2158
|
+
"direction": {
|
|
2159
|
+
"type": "string",
|
|
2160
|
+
"id": 2
|
|
2161
|
+
},
|
|
2162
|
+
"nullFirst": {
|
|
2163
|
+
"type": "bool",
|
|
2164
|
+
"id": 3
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2168
|
+
"SearchAggregationSpec": {
|
|
2169
|
+
"fields": {
|
|
2170
|
+
"fields": {
|
|
2171
|
+
"rule": "repeated",
|
|
2172
|
+
"type": "string",
|
|
2173
|
+
"id": 1
|
|
2174
|
+
},
|
|
2175
|
+
"size": {
|
|
2176
|
+
"type": "int64",
|
|
2177
|
+
"id": 2
|
|
2178
|
+
},
|
|
2179
|
+
"metrics": {
|
|
2180
|
+
"keyType": "string",
|
|
2181
|
+
"type": "MetricAggSpec",
|
|
2182
|
+
"id": 3
|
|
2183
|
+
},
|
|
2184
|
+
"order": {
|
|
2185
|
+
"rule": "repeated",
|
|
2186
|
+
"type": "OrderSpec",
|
|
2187
|
+
"id": 4
|
|
2188
|
+
},
|
|
2189
|
+
"topHits": {
|
|
2190
|
+
"type": "TopHitsSpec",
|
|
2191
|
+
"id": 5
|
|
2192
|
+
},
|
|
2193
|
+
"subAggregation": {
|
|
2194
|
+
"type": "SearchAggregationSpec",
|
|
2195
|
+
"id": 6
|
|
2196
|
+
}
|
|
2197
|
+
}
|
|
1710
2198
|
}
|
|
1711
2199
|
}
|
|
1712
2200
|
}
|
|
@@ -1719,15 +2207,40 @@ exports.default = {
|
|
|
1719
2207
|
"protobuf": {
|
|
1720
2208
|
"nested": {
|
|
1721
2209
|
"FileDescriptorSet": {
|
|
2210
|
+
"edition": "proto2",
|
|
1722
2211
|
"fields": {
|
|
1723
2212
|
"file": {
|
|
1724
2213
|
"rule": "repeated",
|
|
1725
2214
|
"type": "FileDescriptorProto",
|
|
1726
2215
|
"id": 1
|
|
1727
2216
|
}
|
|
2217
|
+
},
|
|
2218
|
+
"extensions": [
|
|
2219
|
+
[
|
|
2220
|
+
536000000,
|
|
2221
|
+
536000000
|
|
2222
|
+
]
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2225
|
+
"Edition": {
|
|
2226
|
+
"edition": "proto2",
|
|
2227
|
+
"values": {
|
|
2228
|
+
"EDITION_UNKNOWN": 0,
|
|
2229
|
+
"EDITION_LEGACY": 900,
|
|
2230
|
+
"EDITION_PROTO2": 998,
|
|
2231
|
+
"EDITION_PROTO3": 999,
|
|
2232
|
+
"EDITION_2023": 1000,
|
|
2233
|
+
"EDITION_2024": 1001,
|
|
2234
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
2235
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
2236
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
2237
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
2238
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
2239
|
+
"EDITION_MAX": 2147483647
|
|
1728
2240
|
}
|
|
1729
2241
|
},
|
|
1730
2242
|
"FileDescriptorProto": {
|
|
2243
|
+
"edition": "proto2",
|
|
1731
2244
|
"fields": {
|
|
1732
2245
|
"name": {
|
|
1733
2246
|
"type": "string",
|
|
@@ -1745,18 +2258,17 @@ exports.default = {
|
|
|
1745
2258
|
"publicDependency": {
|
|
1746
2259
|
"rule": "repeated",
|
|
1747
2260
|
"type": "int32",
|
|
1748
|
-
"id": 10
|
|
1749
|
-
"options": {
|
|
1750
|
-
"packed": false
|
|
1751
|
-
}
|
|
2261
|
+
"id": 10
|
|
1752
2262
|
},
|
|
1753
2263
|
"weakDependency": {
|
|
1754
2264
|
"rule": "repeated",
|
|
1755
2265
|
"type": "int32",
|
|
1756
|
-
"id": 11
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
2266
|
+
"id": 11
|
|
2267
|
+
},
|
|
2268
|
+
"optionDependency": {
|
|
2269
|
+
"rule": "repeated",
|
|
2270
|
+
"type": "string",
|
|
2271
|
+
"id": 15
|
|
1760
2272
|
},
|
|
1761
2273
|
"messageType": {
|
|
1762
2274
|
"rule": "repeated",
|
|
@@ -1789,10 +2301,15 @@ exports.default = {
|
|
|
1789
2301
|
"syntax": {
|
|
1790
2302
|
"type": "string",
|
|
1791
2303
|
"id": 12
|
|
2304
|
+
},
|
|
2305
|
+
"edition": {
|
|
2306
|
+
"type": "Edition",
|
|
2307
|
+
"id": 14
|
|
1792
2308
|
}
|
|
1793
2309
|
}
|
|
1794
2310
|
},
|
|
1795
2311
|
"DescriptorProto": {
|
|
2312
|
+
"edition": "proto2",
|
|
1796
2313
|
"fields": {
|
|
1797
2314
|
"name": {
|
|
1798
2315
|
"type": "string",
|
|
@@ -1841,6 +2358,10 @@ exports.default = {
|
|
|
1841
2358
|
"rule": "repeated",
|
|
1842
2359
|
"type": "string",
|
|
1843
2360
|
"id": 10
|
|
2361
|
+
},
|
|
2362
|
+
"visibility": {
|
|
2363
|
+
"type": "SymbolVisibility",
|
|
2364
|
+
"id": 11
|
|
1844
2365
|
}
|
|
1845
2366
|
},
|
|
1846
2367
|
"nested": {
|
|
@@ -1853,6 +2374,10 @@ exports.default = {
|
|
|
1853
2374
|
"end": {
|
|
1854
2375
|
"type": "int32",
|
|
1855
2376
|
"id": 2
|
|
2377
|
+
},
|
|
2378
|
+
"options": {
|
|
2379
|
+
"type": "ExtensionRangeOptions",
|
|
2380
|
+
"id": 3
|
|
1856
2381
|
}
|
|
1857
2382
|
}
|
|
1858
2383
|
},
|
|
@@ -1870,7 +2395,82 @@ exports.default = {
|
|
|
1870
2395
|
}
|
|
1871
2396
|
}
|
|
1872
2397
|
},
|
|
2398
|
+
"ExtensionRangeOptions": {
|
|
2399
|
+
"edition": "proto2",
|
|
2400
|
+
"fields": {
|
|
2401
|
+
"uninterpretedOption": {
|
|
2402
|
+
"rule": "repeated",
|
|
2403
|
+
"type": "UninterpretedOption",
|
|
2404
|
+
"id": 999
|
|
2405
|
+
},
|
|
2406
|
+
"declaration": {
|
|
2407
|
+
"rule": "repeated",
|
|
2408
|
+
"type": "Declaration",
|
|
2409
|
+
"id": 2,
|
|
2410
|
+
"options": {
|
|
2411
|
+
"retention": "RETENTION_SOURCE"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"features": {
|
|
2415
|
+
"type": "FeatureSet",
|
|
2416
|
+
"id": 50
|
|
2417
|
+
},
|
|
2418
|
+
"verification": {
|
|
2419
|
+
"type": "VerificationState",
|
|
2420
|
+
"id": 3,
|
|
2421
|
+
"options": {
|
|
2422
|
+
"default": "UNVERIFIED",
|
|
2423
|
+
"retention": "RETENTION_SOURCE"
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
"extensions": [
|
|
2428
|
+
[
|
|
2429
|
+
1000,
|
|
2430
|
+
536870911
|
|
2431
|
+
]
|
|
2432
|
+
],
|
|
2433
|
+
"nested": {
|
|
2434
|
+
"Declaration": {
|
|
2435
|
+
"fields": {
|
|
2436
|
+
"number": {
|
|
2437
|
+
"type": "int32",
|
|
2438
|
+
"id": 1
|
|
2439
|
+
},
|
|
2440
|
+
"fullName": {
|
|
2441
|
+
"type": "string",
|
|
2442
|
+
"id": 2
|
|
2443
|
+
},
|
|
2444
|
+
"type": {
|
|
2445
|
+
"type": "string",
|
|
2446
|
+
"id": 3
|
|
2447
|
+
},
|
|
2448
|
+
"reserved": {
|
|
2449
|
+
"type": "bool",
|
|
2450
|
+
"id": 5
|
|
2451
|
+
},
|
|
2452
|
+
"repeated": {
|
|
2453
|
+
"type": "bool",
|
|
2454
|
+
"id": 6
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2457
|
+
"reserved": [
|
|
2458
|
+
[
|
|
2459
|
+
4,
|
|
2460
|
+
4
|
|
2461
|
+
]
|
|
2462
|
+
]
|
|
2463
|
+
},
|
|
2464
|
+
"VerificationState": {
|
|
2465
|
+
"values": {
|
|
2466
|
+
"DECLARATION": 0,
|
|
2467
|
+
"UNVERIFIED": 1
|
|
2468
|
+
}
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
1873
2472
|
"FieldDescriptorProto": {
|
|
2473
|
+
"edition": "proto2",
|
|
1874
2474
|
"fields": {
|
|
1875
2475
|
"name": {
|
|
1876
2476
|
"type": "string",
|
|
@@ -1911,6 +2511,10 @@ exports.default = {
|
|
|
1911
2511
|
"options": {
|
|
1912
2512
|
"type": "FieldOptions",
|
|
1913
2513
|
"id": 8
|
|
2514
|
+
},
|
|
2515
|
+
"proto3Optional": {
|
|
2516
|
+
"type": "bool",
|
|
2517
|
+
"id": 17
|
|
1914
2518
|
}
|
|
1915
2519
|
},
|
|
1916
2520
|
"nested": {
|
|
@@ -1939,13 +2543,14 @@ exports.default = {
|
|
|
1939
2543
|
"Label": {
|
|
1940
2544
|
"values": {
|
|
1941
2545
|
"LABEL_OPTIONAL": 1,
|
|
1942
|
-
"
|
|
1943
|
-
"
|
|
2546
|
+
"LABEL_REPEATED": 3,
|
|
2547
|
+
"LABEL_REQUIRED": 2
|
|
1944
2548
|
}
|
|
1945
2549
|
}
|
|
1946
2550
|
}
|
|
1947
2551
|
},
|
|
1948
2552
|
"OneofDescriptorProto": {
|
|
2553
|
+
"edition": "proto2",
|
|
1949
2554
|
"fields": {
|
|
1950
2555
|
"name": {
|
|
1951
2556
|
"type": "string",
|
|
@@ -1958,6 +2563,7 @@ exports.default = {
|
|
|
1958
2563
|
}
|
|
1959
2564
|
},
|
|
1960
2565
|
"EnumDescriptorProto": {
|
|
2566
|
+
"edition": "proto2",
|
|
1961
2567
|
"fields": {
|
|
1962
2568
|
"name": {
|
|
1963
2569
|
"type": "string",
|
|
@@ -1971,10 +2577,39 @@ exports.default = {
|
|
|
1971
2577
|
"options": {
|
|
1972
2578
|
"type": "EnumOptions",
|
|
1973
2579
|
"id": 3
|
|
2580
|
+
},
|
|
2581
|
+
"reservedRange": {
|
|
2582
|
+
"rule": "repeated",
|
|
2583
|
+
"type": "EnumReservedRange",
|
|
2584
|
+
"id": 4
|
|
2585
|
+
},
|
|
2586
|
+
"reservedName": {
|
|
2587
|
+
"rule": "repeated",
|
|
2588
|
+
"type": "string",
|
|
2589
|
+
"id": 5
|
|
2590
|
+
},
|
|
2591
|
+
"visibility": {
|
|
2592
|
+
"type": "SymbolVisibility",
|
|
2593
|
+
"id": 6
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
"nested": {
|
|
2597
|
+
"EnumReservedRange": {
|
|
2598
|
+
"fields": {
|
|
2599
|
+
"start": {
|
|
2600
|
+
"type": "int32",
|
|
2601
|
+
"id": 1
|
|
2602
|
+
},
|
|
2603
|
+
"end": {
|
|
2604
|
+
"type": "int32",
|
|
2605
|
+
"id": 2
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
1974
2608
|
}
|
|
1975
2609
|
}
|
|
1976
2610
|
},
|
|
1977
2611
|
"EnumValueDescriptorProto": {
|
|
2612
|
+
"edition": "proto2",
|
|
1978
2613
|
"fields": {
|
|
1979
2614
|
"name": {
|
|
1980
2615
|
"type": "string",
|
|
@@ -1991,6 +2626,7 @@ exports.default = {
|
|
|
1991
2626
|
}
|
|
1992
2627
|
},
|
|
1993
2628
|
"ServiceDescriptorProto": {
|
|
2629
|
+
"edition": "proto2",
|
|
1994
2630
|
"fields": {
|
|
1995
2631
|
"name": {
|
|
1996
2632
|
"type": "string",
|
|
@@ -2008,6 +2644,7 @@ exports.default = {
|
|
|
2008
2644
|
}
|
|
2009
2645
|
},
|
|
2010
2646
|
"MethodDescriptorProto": {
|
|
2647
|
+
"edition": "proto2",
|
|
2011
2648
|
"fields": {
|
|
2012
2649
|
"name": {
|
|
2013
2650
|
"type": "string",
|
|
@@ -2036,6 +2673,7 @@ exports.default = {
|
|
|
2036
2673
|
}
|
|
2037
2674
|
},
|
|
2038
2675
|
"FileOptions": {
|
|
2676
|
+
"edition": "proto2",
|
|
2039
2677
|
"fields": {
|
|
2040
2678
|
"javaPackage": {
|
|
2041
2679
|
"type": "string",
|
|
@@ -2089,7 +2727,10 @@ exports.default = {
|
|
|
2089
2727
|
},
|
|
2090
2728
|
"ccEnableArenas": {
|
|
2091
2729
|
"type": "bool",
|
|
2092
|
-
"id": 31
|
|
2730
|
+
"id": 31,
|
|
2731
|
+
"options": {
|
|
2732
|
+
"default": true
|
|
2733
|
+
}
|
|
2093
2734
|
},
|
|
2094
2735
|
"objcClassPrefix": {
|
|
2095
2736
|
"type": "string",
|
|
@@ -2099,6 +2740,30 @@ exports.default = {
|
|
|
2099
2740
|
"type": "string",
|
|
2100
2741
|
"id": 37
|
|
2101
2742
|
},
|
|
2743
|
+
"swiftPrefix": {
|
|
2744
|
+
"type": "string",
|
|
2745
|
+
"id": 39
|
|
2746
|
+
},
|
|
2747
|
+
"phpClassPrefix": {
|
|
2748
|
+
"type": "string",
|
|
2749
|
+
"id": 40
|
|
2750
|
+
},
|
|
2751
|
+
"phpNamespace": {
|
|
2752
|
+
"type": "string",
|
|
2753
|
+
"id": 41
|
|
2754
|
+
},
|
|
2755
|
+
"phpMetadataNamespace": {
|
|
2756
|
+
"type": "string",
|
|
2757
|
+
"id": 44
|
|
2758
|
+
},
|
|
2759
|
+
"rubyPackage": {
|
|
2760
|
+
"type": "string",
|
|
2761
|
+
"id": 45
|
|
2762
|
+
},
|
|
2763
|
+
"features": {
|
|
2764
|
+
"type": "FeatureSet",
|
|
2765
|
+
"id": 50
|
|
2766
|
+
},
|
|
2102
2767
|
"uninterpretedOption": {
|
|
2103
2768
|
"rule": "repeated",
|
|
2104
2769
|
"type": "UninterpretedOption",
|
|
@@ -2112,10 +2777,15 @@ exports.default = {
|
|
|
2112
2777
|
]
|
|
2113
2778
|
],
|
|
2114
2779
|
"reserved": [
|
|
2780
|
+
[
|
|
2781
|
+
42,
|
|
2782
|
+
42
|
|
2783
|
+
],
|
|
2115
2784
|
[
|
|
2116
2785
|
38,
|
|
2117
2786
|
38
|
|
2118
|
-
]
|
|
2787
|
+
],
|
|
2788
|
+
"php_generic_services"
|
|
2119
2789
|
],
|
|
2120
2790
|
"nested": {
|
|
2121
2791
|
"OptimizeMode": {
|
|
@@ -2128,6 +2798,7 @@ exports.default = {
|
|
|
2128
2798
|
}
|
|
2129
2799
|
},
|
|
2130
2800
|
"MessageOptions": {
|
|
2801
|
+
"edition": "proto2",
|
|
2131
2802
|
"fields": {
|
|
2132
2803
|
"messageSetWireFormat": {
|
|
2133
2804
|
"type": "bool",
|
|
@@ -2145,6 +2816,17 @@ exports.default = {
|
|
|
2145
2816
|
"type": "bool",
|
|
2146
2817
|
"id": 7
|
|
2147
2818
|
},
|
|
2819
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
2820
|
+
"type": "bool",
|
|
2821
|
+
"id": 11,
|
|
2822
|
+
"options": {
|
|
2823
|
+
"deprecated": true
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
"features": {
|
|
2827
|
+
"type": "FeatureSet",
|
|
2828
|
+
"id": 12
|
|
2829
|
+
},
|
|
2148
2830
|
"uninterpretedOption": {
|
|
2149
2831
|
"rule": "repeated",
|
|
2150
2832
|
"type": "UninterpretedOption",
|
|
@@ -2158,13 +2840,30 @@ exports.default = {
|
|
|
2158
2840
|
]
|
|
2159
2841
|
],
|
|
2160
2842
|
"reserved": [
|
|
2843
|
+
[
|
|
2844
|
+
4,
|
|
2845
|
+
4
|
|
2846
|
+
],
|
|
2847
|
+
[
|
|
2848
|
+
5,
|
|
2849
|
+
5
|
|
2850
|
+
],
|
|
2851
|
+
[
|
|
2852
|
+
6,
|
|
2853
|
+
6
|
|
2854
|
+
],
|
|
2161
2855
|
[
|
|
2162
2856
|
8,
|
|
2163
2857
|
8
|
|
2858
|
+
],
|
|
2859
|
+
[
|
|
2860
|
+
9,
|
|
2861
|
+
9
|
|
2164
2862
|
]
|
|
2165
2863
|
]
|
|
2166
2864
|
},
|
|
2167
2865
|
"FieldOptions": {
|
|
2866
|
+
"edition": "proto2",
|
|
2168
2867
|
"fields": {
|
|
2169
2868
|
"ctype": {
|
|
2170
2869
|
"type": "CType",
|
|
@@ -2188,13 +2887,46 @@ exports.default = {
|
|
|
2188
2887
|
"type": "bool",
|
|
2189
2888
|
"id": 5
|
|
2190
2889
|
},
|
|
2890
|
+
"unverifiedLazy": {
|
|
2891
|
+
"type": "bool",
|
|
2892
|
+
"id": 15
|
|
2893
|
+
},
|
|
2191
2894
|
"deprecated": {
|
|
2192
2895
|
"type": "bool",
|
|
2193
2896
|
"id": 3
|
|
2194
2897
|
},
|
|
2195
2898
|
"weak": {
|
|
2196
2899
|
"type": "bool",
|
|
2197
|
-
"id": 10
|
|
2900
|
+
"id": 10,
|
|
2901
|
+
"options": {
|
|
2902
|
+
"deprecated": true
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
"debugRedact": {
|
|
2906
|
+
"type": "bool",
|
|
2907
|
+
"id": 16
|
|
2908
|
+
},
|
|
2909
|
+
"retention": {
|
|
2910
|
+
"type": "OptionRetention",
|
|
2911
|
+
"id": 17
|
|
2912
|
+
},
|
|
2913
|
+
"targets": {
|
|
2914
|
+
"rule": "repeated",
|
|
2915
|
+
"type": "OptionTargetType",
|
|
2916
|
+
"id": 19
|
|
2917
|
+
},
|
|
2918
|
+
"editionDefaults": {
|
|
2919
|
+
"rule": "repeated",
|
|
2920
|
+
"type": "EditionDefault",
|
|
2921
|
+
"id": 20
|
|
2922
|
+
},
|
|
2923
|
+
"features": {
|
|
2924
|
+
"type": "FeatureSet",
|
|
2925
|
+
"id": 21
|
|
2926
|
+
},
|
|
2927
|
+
"featureSupport": {
|
|
2928
|
+
"type": "FeatureSupport",
|
|
2929
|
+
"id": 22
|
|
2198
2930
|
},
|
|
2199
2931
|
"uninterpretedOption": {
|
|
2200
2932
|
"rule": "repeated",
|
|
@@ -2212,6 +2944,10 @@ exports.default = {
|
|
|
2212
2944
|
[
|
|
2213
2945
|
4,
|
|
2214
2946
|
4
|
|
2947
|
+
],
|
|
2948
|
+
[
|
|
2949
|
+
18,
|
|
2950
|
+
18
|
|
2215
2951
|
]
|
|
2216
2952
|
],
|
|
2217
2953
|
"nested": {
|
|
@@ -2228,11 +2964,69 @@ exports.default = {
|
|
|
2228
2964
|
"JS_STRING": 1,
|
|
2229
2965
|
"JS_NUMBER": 2
|
|
2230
2966
|
}
|
|
2967
|
+
},
|
|
2968
|
+
"OptionRetention": {
|
|
2969
|
+
"values": {
|
|
2970
|
+
"RETENTION_UNKNOWN": 0,
|
|
2971
|
+
"RETENTION_RUNTIME": 1,
|
|
2972
|
+
"RETENTION_SOURCE": 2
|
|
2973
|
+
}
|
|
2974
|
+
},
|
|
2975
|
+
"OptionTargetType": {
|
|
2976
|
+
"values": {
|
|
2977
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
2978
|
+
"TARGET_TYPE_FILE": 1,
|
|
2979
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
2980
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
2981
|
+
"TARGET_TYPE_FIELD": 4,
|
|
2982
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
2983
|
+
"TARGET_TYPE_ENUM": 6,
|
|
2984
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
2985
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
2986
|
+
"TARGET_TYPE_METHOD": 9
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"EditionDefault": {
|
|
2990
|
+
"fields": {
|
|
2991
|
+
"edition": {
|
|
2992
|
+
"type": "Edition",
|
|
2993
|
+
"id": 3
|
|
2994
|
+
},
|
|
2995
|
+
"value": {
|
|
2996
|
+
"type": "string",
|
|
2997
|
+
"id": 2
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
"FeatureSupport": {
|
|
3002
|
+
"fields": {
|
|
3003
|
+
"editionIntroduced": {
|
|
3004
|
+
"type": "Edition",
|
|
3005
|
+
"id": 1
|
|
3006
|
+
},
|
|
3007
|
+
"editionDeprecated": {
|
|
3008
|
+
"type": "Edition",
|
|
3009
|
+
"id": 2
|
|
3010
|
+
},
|
|
3011
|
+
"deprecationWarning": {
|
|
3012
|
+
"type": "string",
|
|
3013
|
+
"id": 3
|
|
3014
|
+
},
|
|
3015
|
+
"editionRemoved": {
|
|
3016
|
+
"type": "Edition",
|
|
3017
|
+
"id": 4
|
|
3018
|
+
}
|
|
3019
|
+
}
|
|
2231
3020
|
}
|
|
2232
3021
|
}
|
|
2233
3022
|
},
|
|
2234
3023
|
"OneofOptions": {
|
|
3024
|
+
"edition": "proto2",
|
|
2235
3025
|
"fields": {
|
|
3026
|
+
"features": {
|
|
3027
|
+
"type": "FeatureSet",
|
|
3028
|
+
"id": 1
|
|
3029
|
+
},
|
|
2236
3030
|
"uninterpretedOption": {
|
|
2237
3031
|
"rule": "repeated",
|
|
2238
3032
|
"type": "UninterpretedOption",
|
|
@@ -2247,6 +3041,7 @@ exports.default = {
|
|
|
2247
3041
|
]
|
|
2248
3042
|
},
|
|
2249
3043
|
"EnumOptions": {
|
|
3044
|
+
"edition": "proto2",
|
|
2250
3045
|
"fields": {
|
|
2251
3046
|
"allowAlias": {
|
|
2252
3047
|
"type": "bool",
|
|
@@ -2256,6 +3051,17 @@ exports.default = {
|
|
|
2256
3051
|
"type": "bool",
|
|
2257
3052
|
"id": 3
|
|
2258
3053
|
},
|
|
3054
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
3055
|
+
"type": "bool",
|
|
3056
|
+
"id": 6,
|
|
3057
|
+
"options": {
|
|
3058
|
+
"deprecated": true
|
|
3059
|
+
}
|
|
3060
|
+
},
|
|
3061
|
+
"features": {
|
|
3062
|
+
"type": "FeatureSet",
|
|
3063
|
+
"id": 7
|
|
3064
|
+
},
|
|
2259
3065
|
"uninterpretedOption": {
|
|
2260
3066
|
"rule": "repeated",
|
|
2261
3067
|
"type": "UninterpretedOption",
|
|
@@ -2267,14 +3073,33 @@ exports.default = {
|
|
|
2267
3073
|
1000,
|
|
2268
3074
|
536870911
|
|
2269
3075
|
]
|
|
3076
|
+
],
|
|
3077
|
+
"reserved": [
|
|
3078
|
+
[
|
|
3079
|
+
5,
|
|
3080
|
+
5
|
|
3081
|
+
]
|
|
2270
3082
|
]
|
|
2271
3083
|
},
|
|
2272
3084
|
"EnumValueOptions": {
|
|
3085
|
+
"edition": "proto2",
|
|
2273
3086
|
"fields": {
|
|
2274
3087
|
"deprecated": {
|
|
2275
3088
|
"type": "bool",
|
|
2276
3089
|
"id": 1
|
|
2277
3090
|
},
|
|
3091
|
+
"features": {
|
|
3092
|
+
"type": "FeatureSet",
|
|
3093
|
+
"id": 2
|
|
3094
|
+
},
|
|
3095
|
+
"debugRedact": {
|
|
3096
|
+
"type": "bool",
|
|
3097
|
+
"id": 3
|
|
3098
|
+
},
|
|
3099
|
+
"featureSupport": {
|
|
3100
|
+
"type": "FieldOptions.FeatureSupport",
|
|
3101
|
+
"id": 4
|
|
3102
|
+
},
|
|
2278
3103
|
"uninterpretedOption": {
|
|
2279
3104
|
"rule": "repeated",
|
|
2280
3105
|
"type": "UninterpretedOption",
|
|
@@ -2289,7 +3114,12 @@ exports.default = {
|
|
|
2289
3114
|
]
|
|
2290
3115
|
},
|
|
2291
3116
|
"ServiceOptions": {
|
|
3117
|
+
"edition": "proto2",
|
|
2292
3118
|
"fields": {
|
|
3119
|
+
"features": {
|
|
3120
|
+
"type": "FeatureSet",
|
|
3121
|
+
"id": 34
|
|
3122
|
+
},
|
|
2293
3123
|
"deprecated": {
|
|
2294
3124
|
"type": "bool",
|
|
2295
3125
|
"id": 33
|
|
@@ -2308,11 +3138,23 @@ exports.default = {
|
|
|
2308
3138
|
]
|
|
2309
3139
|
},
|
|
2310
3140
|
"MethodOptions": {
|
|
3141
|
+
"edition": "proto2",
|
|
2311
3142
|
"fields": {
|
|
2312
3143
|
"deprecated": {
|
|
2313
3144
|
"type": "bool",
|
|
2314
3145
|
"id": 33
|
|
2315
3146
|
},
|
|
3147
|
+
"idempotencyLevel": {
|
|
3148
|
+
"type": "IdempotencyLevel",
|
|
3149
|
+
"id": 34,
|
|
3150
|
+
"options": {
|
|
3151
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
"features": {
|
|
3155
|
+
"type": "FeatureSet",
|
|
3156
|
+
"id": 35
|
|
3157
|
+
},
|
|
2316
3158
|
"uninterpretedOption": {
|
|
2317
3159
|
"rule": "repeated",
|
|
2318
3160
|
"type": "UninterpretedOption",
|
|
@@ -2324,9 +3166,19 @@ exports.default = {
|
|
|
2324
3166
|
1000,
|
|
2325
3167
|
536870911
|
|
2326
3168
|
]
|
|
2327
|
-
]
|
|
3169
|
+
],
|
|
3170
|
+
"nested": {
|
|
3171
|
+
"IdempotencyLevel": {
|
|
3172
|
+
"values": {
|
|
3173
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
3174
|
+
"NO_SIDE_EFFECTS": 1,
|
|
3175
|
+
"IDEMPOTENT": 2
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
2328
3179
|
},
|
|
2329
3180
|
"UninterpretedOption": {
|
|
3181
|
+
"edition": "proto2",
|
|
2330
3182
|
"fields": {
|
|
2331
3183
|
"name": {
|
|
2332
3184
|
"rule": "repeated",
|
|
@@ -2375,7 +3227,240 @@ exports.default = {
|
|
|
2375
3227
|
}
|
|
2376
3228
|
}
|
|
2377
3229
|
},
|
|
3230
|
+
"FeatureSet": {
|
|
3231
|
+
"edition": "proto2",
|
|
3232
|
+
"fields": {
|
|
3233
|
+
"fieldPresence": {
|
|
3234
|
+
"type": "FieldPresence",
|
|
3235
|
+
"id": 1,
|
|
3236
|
+
"options": {
|
|
3237
|
+
"retention": "RETENTION_RUNTIME",
|
|
3238
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3239
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3240
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
3241
|
+
"edition_defaults.value": "EXPLICIT"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
3244
|
+
"enumType": {
|
|
3245
|
+
"type": "EnumType",
|
|
3246
|
+
"id": 2,
|
|
3247
|
+
"options": {
|
|
3248
|
+
"retention": "RETENTION_RUNTIME",
|
|
3249
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3250
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3251
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3252
|
+
"edition_defaults.value": "OPEN"
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
"repeatedFieldEncoding": {
|
|
3256
|
+
"type": "RepeatedFieldEncoding",
|
|
3257
|
+
"id": 3,
|
|
3258
|
+
"options": {
|
|
3259
|
+
"retention": "RETENTION_RUNTIME",
|
|
3260
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3261
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3262
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3263
|
+
"edition_defaults.value": "PACKED"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"utf8Validation": {
|
|
3267
|
+
"type": "Utf8Validation",
|
|
3268
|
+
"id": 4,
|
|
3269
|
+
"options": {
|
|
3270
|
+
"retention": "RETENTION_RUNTIME",
|
|
3271
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3272
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3273
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3274
|
+
"edition_defaults.value": "VERIFY"
|
|
3275
|
+
}
|
|
3276
|
+
},
|
|
3277
|
+
"messageEncoding": {
|
|
3278
|
+
"type": "MessageEncoding",
|
|
3279
|
+
"id": 5,
|
|
3280
|
+
"options": {
|
|
3281
|
+
"retention": "RETENTION_RUNTIME",
|
|
3282
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3283
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3284
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
3285
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"jsonFormat": {
|
|
3289
|
+
"type": "JsonFormat",
|
|
3290
|
+
"id": 6,
|
|
3291
|
+
"options": {
|
|
3292
|
+
"retention": "RETENTION_RUNTIME",
|
|
3293
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3294
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
3295
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
3296
|
+
"edition_defaults.value": "ALLOW"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
"enforceNamingStyle": {
|
|
3300
|
+
"type": "EnforceNamingStyle",
|
|
3301
|
+
"id": 7,
|
|
3302
|
+
"options": {
|
|
3303
|
+
"retention": "RETENTION_SOURCE",
|
|
3304
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
3305
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
3306
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
3307
|
+
"edition_defaults.value": "STYLE2024"
|
|
3308
|
+
}
|
|
3309
|
+
},
|
|
3310
|
+
"defaultSymbolVisibility": {
|
|
3311
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
3312
|
+
"id": 8,
|
|
3313
|
+
"options": {
|
|
3314
|
+
"retention": "RETENTION_SOURCE",
|
|
3315
|
+
"targets": "TARGET_TYPE_FILE",
|
|
3316
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
3317
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
3318
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
3319
|
+
}
|
|
3320
|
+
}
|
|
3321
|
+
},
|
|
3322
|
+
"extensions": [
|
|
3323
|
+
[
|
|
3324
|
+
1000,
|
|
3325
|
+
9994
|
|
3326
|
+
],
|
|
3327
|
+
[
|
|
3328
|
+
9995,
|
|
3329
|
+
9999
|
|
3330
|
+
],
|
|
3331
|
+
[
|
|
3332
|
+
10000,
|
|
3333
|
+
10000
|
|
3334
|
+
]
|
|
3335
|
+
],
|
|
3336
|
+
"reserved": [
|
|
3337
|
+
[
|
|
3338
|
+
999,
|
|
3339
|
+
999
|
|
3340
|
+
]
|
|
3341
|
+
],
|
|
3342
|
+
"nested": {
|
|
3343
|
+
"FieldPresence": {
|
|
3344
|
+
"values": {
|
|
3345
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
3346
|
+
"EXPLICIT": 1,
|
|
3347
|
+
"IMPLICIT": 2,
|
|
3348
|
+
"LEGACY_REQUIRED": 3
|
|
3349
|
+
}
|
|
3350
|
+
},
|
|
3351
|
+
"EnumType": {
|
|
3352
|
+
"values": {
|
|
3353
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
3354
|
+
"OPEN": 1,
|
|
3355
|
+
"CLOSED": 2
|
|
3356
|
+
}
|
|
3357
|
+
},
|
|
3358
|
+
"RepeatedFieldEncoding": {
|
|
3359
|
+
"values": {
|
|
3360
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
3361
|
+
"PACKED": 1,
|
|
3362
|
+
"EXPANDED": 2
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
"Utf8Validation": {
|
|
3366
|
+
"values": {
|
|
3367
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
3368
|
+
"VERIFY": 2,
|
|
3369
|
+
"NONE": 3
|
|
3370
|
+
}
|
|
3371
|
+
},
|
|
3372
|
+
"MessageEncoding": {
|
|
3373
|
+
"values": {
|
|
3374
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
3375
|
+
"LENGTH_PREFIXED": 1,
|
|
3376
|
+
"DELIMITED": 2
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
"JsonFormat": {
|
|
3380
|
+
"values": {
|
|
3381
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
3382
|
+
"ALLOW": 1,
|
|
3383
|
+
"LEGACY_BEST_EFFORT": 2
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
"EnforceNamingStyle": {
|
|
3387
|
+
"values": {
|
|
3388
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
3389
|
+
"STYLE2024": 1,
|
|
3390
|
+
"STYLE_LEGACY": 2
|
|
3391
|
+
}
|
|
3392
|
+
},
|
|
3393
|
+
"VisibilityFeature": {
|
|
3394
|
+
"fields": {},
|
|
3395
|
+
"reserved": [
|
|
3396
|
+
[
|
|
3397
|
+
1,
|
|
3398
|
+
536870911
|
|
3399
|
+
]
|
|
3400
|
+
],
|
|
3401
|
+
"nested": {
|
|
3402
|
+
"DefaultSymbolVisibility": {
|
|
3403
|
+
"values": {
|
|
3404
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
3405
|
+
"EXPORT_ALL": 1,
|
|
3406
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
3407
|
+
"LOCAL_ALL": 3,
|
|
3408
|
+
"STRICT": 4
|
|
3409
|
+
}
|
|
3410
|
+
}
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3415
|
+
"FeatureSetDefaults": {
|
|
3416
|
+
"edition": "proto2",
|
|
3417
|
+
"fields": {
|
|
3418
|
+
"defaults": {
|
|
3419
|
+
"rule": "repeated",
|
|
3420
|
+
"type": "FeatureSetEditionDefault",
|
|
3421
|
+
"id": 1
|
|
3422
|
+
},
|
|
3423
|
+
"minimumEdition": {
|
|
3424
|
+
"type": "Edition",
|
|
3425
|
+
"id": 4
|
|
3426
|
+
},
|
|
3427
|
+
"maximumEdition": {
|
|
3428
|
+
"type": "Edition",
|
|
3429
|
+
"id": 5
|
|
3430
|
+
}
|
|
3431
|
+
},
|
|
3432
|
+
"nested": {
|
|
3433
|
+
"FeatureSetEditionDefault": {
|
|
3434
|
+
"fields": {
|
|
3435
|
+
"edition": {
|
|
3436
|
+
"type": "Edition",
|
|
3437
|
+
"id": 3
|
|
3438
|
+
},
|
|
3439
|
+
"overridableFeatures": {
|
|
3440
|
+
"type": "FeatureSet",
|
|
3441
|
+
"id": 4
|
|
3442
|
+
},
|
|
3443
|
+
"fixedFeatures": {
|
|
3444
|
+
"type": "FeatureSet",
|
|
3445
|
+
"id": 5
|
|
3446
|
+
}
|
|
3447
|
+
},
|
|
3448
|
+
"reserved": [
|
|
3449
|
+
[
|
|
3450
|
+
1,
|
|
3451
|
+
1
|
|
3452
|
+
],
|
|
3453
|
+
[
|
|
3454
|
+
2,
|
|
3455
|
+
2
|
|
3456
|
+
],
|
|
3457
|
+
"features"
|
|
3458
|
+
]
|
|
3459
|
+
}
|
|
3460
|
+
}
|
|
3461
|
+
},
|
|
2378
3462
|
"SourceCodeInfo": {
|
|
3463
|
+
"edition": "proto2",
|
|
2379
3464
|
"fields": {
|
|
2380
3465
|
"location": {
|
|
2381
3466
|
"rule": "repeated",
|
|
@@ -2383,18 +3468,30 @@ exports.default = {
|
|
|
2383
3468
|
"id": 1
|
|
2384
3469
|
}
|
|
2385
3470
|
},
|
|
3471
|
+
"extensions": [
|
|
3472
|
+
[
|
|
3473
|
+
536000000,
|
|
3474
|
+
536000000
|
|
3475
|
+
]
|
|
3476
|
+
],
|
|
2386
3477
|
"nested": {
|
|
2387
3478
|
"Location": {
|
|
2388
3479
|
"fields": {
|
|
2389
3480
|
"path": {
|
|
2390
3481
|
"rule": "repeated",
|
|
2391
3482
|
"type": "int32",
|
|
2392
|
-
"id": 1
|
|
3483
|
+
"id": 1,
|
|
3484
|
+
"options": {
|
|
3485
|
+
"packed": true
|
|
3486
|
+
}
|
|
2393
3487
|
},
|
|
2394
3488
|
"span": {
|
|
2395
3489
|
"rule": "repeated",
|
|
2396
3490
|
"type": "int32",
|
|
2397
|
-
"id": 2
|
|
3491
|
+
"id": 2,
|
|
3492
|
+
"options": {
|
|
3493
|
+
"packed": true
|
|
3494
|
+
}
|
|
2398
3495
|
},
|
|
2399
3496
|
"leadingComments": {
|
|
2400
3497
|
"type": "string",
|
|
@@ -2414,6 +3511,7 @@ exports.default = {
|
|
|
2414
3511
|
}
|
|
2415
3512
|
},
|
|
2416
3513
|
"GeneratedCodeInfo": {
|
|
3514
|
+
"edition": "proto2",
|
|
2417
3515
|
"fields": {
|
|
2418
3516
|
"annotation": {
|
|
2419
3517
|
"rule": "repeated",
|
|
@@ -2427,7 +3525,10 @@ exports.default = {
|
|
|
2427
3525
|
"path": {
|
|
2428
3526
|
"rule": "repeated",
|
|
2429
3527
|
"type": "int32",
|
|
2430
|
-
"id": 1
|
|
3528
|
+
"id": 1,
|
|
3529
|
+
"options": {
|
|
3530
|
+
"packed": true
|
|
3531
|
+
}
|
|
2431
3532
|
},
|
|
2432
3533
|
"sourceFile": {
|
|
2433
3534
|
"type": "string",
|
|
@@ -2440,10 +3541,31 @@ exports.default = {
|
|
|
2440
3541
|
"end": {
|
|
2441
3542
|
"type": "int32",
|
|
2442
3543
|
"id": 4
|
|
3544
|
+
},
|
|
3545
|
+
"semantic": {
|
|
3546
|
+
"type": "Semantic",
|
|
3547
|
+
"id": 5
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
"nested": {
|
|
3551
|
+
"Semantic": {
|
|
3552
|
+
"values": {
|
|
3553
|
+
"NONE": 0,
|
|
3554
|
+
"SET": 1,
|
|
3555
|
+
"ALIAS": 2
|
|
3556
|
+
}
|
|
2443
3557
|
}
|
|
2444
3558
|
}
|
|
2445
3559
|
}
|
|
2446
3560
|
}
|
|
3561
|
+
},
|
|
3562
|
+
"SymbolVisibility": {
|
|
3563
|
+
"edition": "proto2",
|
|
3564
|
+
"values": {
|
|
3565
|
+
"VISIBILITY_UNSET": 0,
|
|
3566
|
+
"VISIBILITY_LOCAL": 1,
|
|
3567
|
+
"VISIBILITY_EXPORT": 2
|
|
3568
|
+
}
|
|
2447
3569
|
}
|
|
2448
3570
|
}
|
|
2449
3571
|
}
|