@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
|
@@ -495,6 +495,11 @@ exports.default = {
|
|
|
495
495
|
"requestStream": true,
|
|
496
496
|
"responseType": "ReplicateResponse",
|
|
497
497
|
"responseStream": true
|
|
498
|
+
},
|
|
499
|
+
"DumpMessages": {
|
|
500
|
+
"requestType": "DumpMessagesRequest",
|
|
501
|
+
"responseType": "DumpMessagesResponse",
|
|
502
|
+
"responseStream": true
|
|
498
503
|
}
|
|
499
504
|
}
|
|
500
505
|
},
|
|
@@ -2055,6 +2060,11 @@ exports.default = {
|
|
|
2055
2060
|
"options": {
|
|
2056
2061
|
"proto3_optional": true
|
|
2057
2062
|
}
|
|
2063
|
+
},
|
|
2064
|
+
"fieldOps": {
|
|
2065
|
+
"rule": "repeated",
|
|
2066
|
+
"type": "schema.FieldPartialUpdateOp",
|
|
2067
|
+
"id": 11
|
|
2058
2068
|
}
|
|
2059
2069
|
}
|
|
2060
2070
|
},
|
|
@@ -5447,6 +5457,10 @@ exports.default = {
|
|
|
5447
5457
|
"checkpoint": {
|
|
5448
5458
|
"type": "common.ReplicateCheckpoint",
|
|
5449
5459
|
"id": 1
|
|
5460
|
+
},
|
|
5461
|
+
"salvageCheckpoint": {
|
|
5462
|
+
"type": "common.ReplicateCheckpoint",
|
|
5463
|
+
"id": 2
|
|
5450
5464
|
}
|
|
5451
5465
|
}
|
|
5452
5466
|
},
|
|
@@ -5500,6 +5514,46 @@ exports.default = {
|
|
|
5500
5514
|
}
|
|
5501
5515
|
}
|
|
5502
5516
|
},
|
|
5517
|
+
"DumpMessagesRequest": {
|
|
5518
|
+
"fields": {
|
|
5519
|
+
"pchannel": {
|
|
5520
|
+
"type": "string",
|
|
5521
|
+
"id": 1
|
|
5522
|
+
},
|
|
5523
|
+
"startMessageId": {
|
|
5524
|
+
"type": "common.MessageID",
|
|
5525
|
+
"id": 2
|
|
5526
|
+
},
|
|
5527
|
+
"startTimetick": {
|
|
5528
|
+
"type": "uint64",
|
|
5529
|
+
"id": 3
|
|
5530
|
+
},
|
|
5531
|
+
"endTimetick": {
|
|
5532
|
+
"type": "uint64",
|
|
5533
|
+
"id": 4
|
|
5534
|
+
}
|
|
5535
|
+
}
|
|
5536
|
+
},
|
|
5537
|
+
"DumpMessagesResponse": {
|
|
5538
|
+
"oneofs": {
|
|
5539
|
+
"response": {
|
|
5540
|
+
"oneof": [
|
|
5541
|
+
"status",
|
|
5542
|
+
"message"
|
|
5543
|
+
]
|
|
5544
|
+
}
|
|
5545
|
+
},
|
|
5546
|
+
"fields": {
|
|
5547
|
+
"status": {
|
|
5548
|
+
"type": "common.Status",
|
|
5549
|
+
"id": 1
|
|
5550
|
+
},
|
|
5551
|
+
"message": {
|
|
5552
|
+
"type": "common.ImmutableMessage",
|
|
5553
|
+
"id": 2
|
|
5554
|
+
}
|
|
5555
|
+
}
|
|
5556
|
+
},
|
|
5503
5557
|
"TruncateCollectionRequest": {
|
|
5504
5558
|
"options": {
|
|
5505
5559
|
"(common.privilege_ext_obj).object_type": "Global",
|
|
@@ -7023,6 +7077,27 @@ exports.default = {
|
|
|
7023
7077
|
}
|
|
7024
7078
|
}
|
|
7025
7079
|
},
|
|
7080
|
+
"FieldPartialUpdateOp": {
|
|
7081
|
+
"fields": {
|
|
7082
|
+
"fieldName": {
|
|
7083
|
+
"type": "string",
|
|
7084
|
+
"id": 1
|
|
7085
|
+
},
|
|
7086
|
+
"op": {
|
|
7087
|
+
"type": "OpType",
|
|
7088
|
+
"id": 2
|
|
7089
|
+
}
|
|
7090
|
+
},
|
|
7091
|
+
"nested": {
|
|
7092
|
+
"OpType": {
|
|
7093
|
+
"values": {
|
|
7094
|
+
"REPLACE": 0,
|
|
7095
|
+
"ARRAY_APPEND": 1,
|
|
7096
|
+
"ARRAY_REMOVE": 2
|
|
7097
|
+
}
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
},
|
|
7026
7101
|
"FieldData": {
|
|
7027
7102
|
"oneofs": {
|
|
7028
7103
|
"field": {
|
|
@@ -7846,15 +7921,40 @@ exports.default = {
|
|
|
7846
7921
|
"protobuf": {
|
|
7847
7922
|
"nested": {
|
|
7848
7923
|
"FileDescriptorSet": {
|
|
7924
|
+
"edition": "proto2",
|
|
7849
7925
|
"fields": {
|
|
7850
7926
|
"file": {
|
|
7851
7927
|
"rule": "repeated",
|
|
7852
7928
|
"type": "FileDescriptorProto",
|
|
7853
7929
|
"id": 1
|
|
7854
7930
|
}
|
|
7931
|
+
},
|
|
7932
|
+
"extensions": [
|
|
7933
|
+
[
|
|
7934
|
+
536000000,
|
|
7935
|
+
536000000
|
|
7936
|
+
]
|
|
7937
|
+
]
|
|
7938
|
+
},
|
|
7939
|
+
"Edition": {
|
|
7940
|
+
"edition": "proto2",
|
|
7941
|
+
"values": {
|
|
7942
|
+
"EDITION_UNKNOWN": 0,
|
|
7943
|
+
"EDITION_LEGACY": 900,
|
|
7944
|
+
"EDITION_PROTO2": 998,
|
|
7945
|
+
"EDITION_PROTO3": 999,
|
|
7946
|
+
"EDITION_2023": 1000,
|
|
7947
|
+
"EDITION_2024": 1001,
|
|
7948
|
+
"EDITION_1_TEST_ONLY": 1,
|
|
7949
|
+
"EDITION_2_TEST_ONLY": 2,
|
|
7950
|
+
"EDITION_99997_TEST_ONLY": 99997,
|
|
7951
|
+
"EDITION_99998_TEST_ONLY": 99998,
|
|
7952
|
+
"EDITION_99999_TEST_ONLY": 99999,
|
|
7953
|
+
"EDITION_MAX": 2147483647
|
|
7855
7954
|
}
|
|
7856
7955
|
},
|
|
7857
7956
|
"FileDescriptorProto": {
|
|
7957
|
+
"edition": "proto2",
|
|
7858
7958
|
"fields": {
|
|
7859
7959
|
"name": {
|
|
7860
7960
|
"type": "string",
|
|
@@ -7872,18 +7972,17 @@ exports.default = {
|
|
|
7872
7972
|
"publicDependency": {
|
|
7873
7973
|
"rule": "repeated",
|
|
7874
7974
|
"type": "int32",
|
|
7875
|
-
"id": 10
|
|
7876
|
-
"options": {
|
|
7877
|
-
"packed": false
|
|
7878
|
-
}
|
|
7975
|
+
"id": 10
|
|
7879
7976
|
},
|
|
7880
7977
|
"weakDependency": {
|
|
7881
7978
|
"rule": "repeated",
|
|
7882
7979
|
"type": "int32",
|
|
7883
|
-
"id": 11
|
|
7884
|
-
|
|
7885
|
-
|
|
7886
|
-
|
|
7980
|
+
"id": 11
|
|
7981
|
+
},
|
|
7982
|
+
"optionDependency": {
|
|
7983
|
+
"rule": "repeated",
|
|
7984
|
+
"type": "string",
|
|
7985
|
+
"id": 15
|
|
7887
7986
|
},
|
|
7888
7987
|
"messageType": {
|
|
7889
7988
|
"rule": "repeated",
|
|
@@ -7916,10 +8015,15 @@ exports.default = {
|
|
|
7916
8015
|
"syntax": {
|
|
7917
8016
|
"type": "string",
|
|
7918
8017
|
"id": 12
|
|
8018
|
+
},
|
|
8019
|
+
"edition": {
|
|
8020
|
+
"type": "Edition",
|
|
8021
|
+
"id": 14
|
|
7919
8022
|
}
|
|
7920
8023
|
}
|
|
7921
8024
|
},
|
|
7922
8025
|
"DescriptorProto": {
|
|
8026
|
+
"edition": "proto2",
|
|
7923
8027
|
"fields": {
|
|
7924
8028
|
"name": {
|
|
7925
8029
|
"type": "string",
|
|
@@ -7968,6 +8072,10 @@ exports.default = {
|
|
|
7968
8072
|
"rule": "repeated",
|
|
7969
8073
|
"type": "string",
|
|
7970
8074
|
"id": 10
|
|
8075
|
+
},
|
|
8076
|
+
"visibility": {
|
|
8077
|
+
"type": "SymbolVisibility",
|
|
8078
|
+
"id": 11
|
|
7971
8079
|
}
|
|
7972
8080
|
},
|
|
7973
8081
|
"nested": {
|
|
@@ -7980,6 +8088,10 @@ exports.default = {
|
|
|
7980
8088
|
"end": {
|
|
7981
8089
|
"type": "int32",
|
|
7982
8090
|
"id": 2
|
|
8091
|
+
},
|
|
8092
|
+
"options": {
|
|
8093
|
+
"type": "ExtensionRangeOptions",
|
|
8094
|
+
"id": 3
|
|
7983
8095
|
}
|
|
7984
8096
|
}
|
|
7985
8097
|
},
|
|
@@ -7997,7 +8109,82 @@ exports.default = {
|
|
|
7997
8109
|
}
|
|
7998
8110
|
}
|
|
7999
8111
|
},
|
|
8112
|
+
"ExtensionRangeOptions": {
|
|
8113
|
+
"edition": "proto2",
|
|
8114
|
+
"fields": {
|
|
8115
|
+
"uninterpretedOption": {
|
|
8116
|
+
"rule": "repeated",
|
|
8117
|
+
"type": "UninterpretedOption",
|
|
8118
|
+
"id": 999
|
|
8119
|
+
},
|
|
8120
|
+
"declaration": {
|
|
8121
|
+
"rule": "repeated",
|
|
8122
|
+
"type": "Declaration",
|
|
8123
|
+
"id": 2,
|
|
8124
|
+
"options": {
|
|
8125
|
+
"retention": "RETENTION_SOURCE"
|
|
8126
|
+
}
|
|
8127
|
+
},
|
|
8128
|
+
"features": {
|
|
8129
|
+
"type": "FeatureSet",
|
|
8130
|
+
"id": 50
|
|
8131
|
+
},
|
|
8132
|
+
"verification": {
|
|
8133
|
+
"type": "VerificationState",
|
|
8134
|
+
"id": 3,
|
|
8135
|
+
"options": {
|
|
8136
|
+
"default": "UNVERIFIED",
|
|
8137
|
+
"retention": "RETENTION_SOURCE"
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
},
|
|
8141
|
+
"extensions": [
|
|
8142
|
+
[
|
|
8143
|
+
1000,
|
|
8144
|
+
536870911
|
|
8145
|
+
]
|
|
8146
|
+
],
|
|
8147
|
+
"nested": {
|
|
8148
|
+
"Declaration": {
|
|
8149
|
+
"fields": {
|
|
8150
|
+
"number": {
|
|
8151
|
+
"type": "int32",
|
|
8152
|
+
"id": 1
|
|
8153
|
+
},
|
|
8154
|
+
"fullName": {
|
|
8155
|
+
"type": "string",
|
|
8156
|
+
"id": 2
|
|
8157
|
+
},
|
|
8158
|
+
"type": {
|
|
8159
|
+
"type": "string",
|
|
8160
|
+
"id": 3
|
|
8161
|
+
},
|
|
8162
|
+
"reserved": {
|
|
8163
|
+
"type": "bool",
|
|
8164
|
+
"id": 5
|
|
8165
|
+
},
|
|
8166
|
+
"repeated": {
|
|
8167
|
+
"type": "bool",
|
|
8168
|
+
"id": 6
|
|
8169
|
+
}
|
|
8170
|
+
},
|
|
8171
|
+
"reserved": [
|
|
8172
|
+
[
|
|
8173
|
+
4,
|
|
8174
|
+
4
|
|
8175
|
+
]
|
|
8176
|
+
]
|
|
8177
|
+
},
|
|
8178
|
+
"VerificationState": {
|
|
8179
|
+
"values": {
|
|
8180
|
+
"DECLARATION": 0,
|
|
8181
|
+
"UNVERIFIED": 1
|
|
8182
|
+
}
|
|
8183
|
+
}
|
|
8184
|
+
}
|
|
8185
|
+
},
|
|
8000
8186
|
"FieldDescriptorProto": {
|
|
8187
|
+
"edition": "proto2",
|
|
8001
8188
|
"fields": {
|
|
8002
8189
|
"name": {
|
|
8003
8190
|
"type": "string",
|
|
@@ -8038,6 +8225,10 @@ exports.default = {
|
|
|
8038
8225
|
"options": {
|
|
8039
8226
|
"type": "FieldOptions",
|
|
8040
8227
|
"id": 8
|
|
8228
|
+
},
|
|
8229
|
+
"proto3Optional": {
|
|
8230
|
+
"type": "bool",
|
|
8231
|
+
"id": 17
|
|
8041
8232
|
}
|
|
8042
8233
|
},
|
|
8043
8234
|
"nested": {
|
|
@@ -8066,13 +8257,14 @@ exports.default = {
|
|
|
8066
8257
|
"Label": {
|
|
8067
8258
|
"values": {
|
|
8068
8259
|
"LABEL_OPTIONAL": 1,
|
|
8069
|
-
"
|
|
8070
|
-
"
|
|
8260
|
+
"LABEL_REPEATED": 3,
|
|
8261
|
+
"LABEL_REQUIRED": 2
|
|
8071
8262
|
}
|
|
8072
8263
|
}
|
|
8073
8264
|
}
|
|
8074
8265
|
},
|
|
8075
8266
|
"OneofDescriptorProto": {
|
|
8267
|
+
"edition": "proto2",
|
|
8076
8268
|
"fields": {
|
|
8077
8269
|
"name": {
|
|
8078
8270
|
"type": "string",
|
|
@@ -8085,6 +8277,7 @@ exports.default = {
|
|
|
8085
8277
|
}
|
|
8086
8278
|
},
|
|
8087
8279
|
"EnumDescriptorProto": {
|
|
8280
|
+
"edition": "proto2",
|
|
8088
8281
|
"fields": {
|
|
8089
8282
|
"name": {
|
|
8090
8283
|
"type": "string",
|
|
@@ -8098,10 +8291,39 @@ exports.default = {
|
|
|
8098
8291
|
"options": {
|
|
8099
8292
|
"type": "EnumOptions",
|
|
8100
8293
|
"id": 3
|
|
8294
|
+
},
|
|
8295
|
+
"reservedRange": {
|
|
8296
|
+
"rule": "repeated",
|
|
8297
|
+
"type": "EnumReservedRange",
|
|
8298
|
+
"id": 4
|
|
8299
|
+
},
|
|
8300
|
+
"reservedName": {
|
|
8301
|
+
"rule": "repeated",
|
|
8302
|
+
"type": "string",
|
|
8303
|
+
"id": 5
|
|
8304
|
+
},
|
|
8305
|
+
"visibility": {
|
|
8306
|
+
"type": "SymbolVisibility",
|
|
8307
|
+
"id": 6
|
|
8308
|
+
}
|
|
8309
|
+
},
|
|
8310
|
+
"nested": {
|
|
8311
|
+
"EnumReservedRange": {
|
|
8312
|
+
"fields": {
|
|
8313
|
+
"start": {
|
|
8314
|
+
"type": "int32",
|
|
8315
|
+
"id": 1
|
|
8316
|
+
},
|
|
8317
|
+
"end": {
|
|
8318
|
+
"type": "int32",
|
|
8319
|
+
"id": 2
|
|
8320
|
+
}
|
|
8321
|
+
}
|
|
8101
8322
|
}
|
|
8102
8323
|
}
|
|
8103
8324
|
},
|
|
8104
8325
|
"EnumValueDescriptorProto": {
|
|
8326
|
+
"edition": "proto2",
|
|
8105
8327
|
"fields": {
|
|
8106
8328
|
"name": {
|
|
8107
8329
|
"type": "string",
|
|
@@ -8118,6 +8340,7 @@ exports.default = {
|
|
|
8118
8340
|
}
|
|
8119
8341
|
},
|
|
8120
8342
|
"ServiceDescriptorProto": {
|
|
8343
|
+
"edition": "proto2",
|
|
8121
8344
|
"fields": {
|
|
8122
8345
|
"name": {
|
|
8123
8346
|
"type": "string",
|
|
@@ -8135,6 +8358,7 @@ exports.default = {
|
|
|
8135
8358
|
}
|
|
8136
8359
|
},
|
|
8137
8360
|
"MethodDescriptorProto": {
|
|
8361
|
+
"edition": "proto2",
|
|
8138
8362
|
"fields": {
|
|
8139
8363
|
"name": {
|
|
8140
8364
|
"type": "string",
|
|
@@ -8163,6 +8387,7 @@ exports.default = {
|
|
|
8163
8387
|
}
|
|
8164
8388
|
},
|
|
8165
8389
|
"FileOptions": {
|
|
8390
|
+
"edition": "proto2",
|
|
8166
8391
|
"fields": {
|
|
8167
8392
|
"javaPackage": {
|
|
8168
8393
|
"type": "string",
|
|
@@ -8216,7 +8441,10 @@ exports.default = {
|
|
|
8216
8441
|
},
|
|
8217
8442
|
"ccEnableArenas": {
|
|
8218
8443
|
"type": "bool",
|
|
8219
|
-
"id": 31
|
|
8444
|
+
"id": 31,
|
|
8445
|
+
"options": {
|
|
8446
|
+
"default": true
|
|
8447
|
+
}
|
|
8220
8448
|
},
|
|
8221
8449
|
"objcClassPrefix": {
|
|
8222
8450
|
"type": "string",
|
|
@@ -8226,6 +8454,30 @@ exports.default = {
|
|
|
8226
8454
|
"type": "string",
|
|
8227
8455
|
"id": 37
|
|
8228
8456
|
},
|
|
8457
|
+
"swiftPrefix": {
|
|
8458
|
+
"type": "string",
|
|
8459
|
+
"id": 39
|
|
8460
|
+
},
|
|
8461
|
+
"phpClassPrefix": {
|
|
8462
|
+
"type": "string",
|
|
8463
|
+
"id": 40
|
|
8464
|
+
},
|
|
8465
|
+
"phpNamespace": {
|
|
8466
|
+
"type": "string",
|
|
8467
|
+
"id": 41
|
|
8468
|
+
},
|
|
8469
|
+
"phpMetadataNamespace": {
|
|
8470
|
+
"type": "string",
|
|
8471
|
+
"id": 44
|
|
8472
|
+
},
|
|
8473
|
+
"rubyPackage": {
|
|
8474
|
+
"type": "string",
|
|
8475
|
+
"id": 45
|
|
8476
|
+
},
|
|
8477
|
+
"features": {
|
|
8478
|
+
"type": "FeatureSet",
|
|
8479
|
+
"id": 50
|
|
8480
|
+
},
|
|
8229
8481
|
"uninterpretedOption": {
|
|
8230
8482
|
"rule": "repeated",
|
|
8231
8483
|
"type": "UninterpretedOption",
|
|
@@ -8239,10 +8491,15 @@ exports.default = {
|
|
|
8239
8491
|
]
|
|
8240
8492
|
],
|
|
8241
8493
|
"reserved": [
|
|
8494
|
+
[
|
|
8495
|
+
42,
|
|
8496
|
+
42
|
|
8497
|
+
],
|
|
8242
8498
|
[
|
|
8243
8499
|
38,
|
|
8244
8500
|
38
|
|
8245
|
-
]
|
|
8501
|
+
],
|
|
8502
|
+
"php_generic_services"
|
|
8246
8503
|
],
|
|
8247
8504
|
"nested": {
|
|
8248
8505
|
"OptimizeMode": {
|
|
@@ -8255,6 +8512,7 @@ exports.default = {
|
|
|
8255
8512
|
}
|
|
8256
8513
|
},
|
|
8257
8514
|
"MessageOptions": {
|
|
8515
|
+
"edition": "proto2",
|
|
8258
8516
|
"fields": {
|
|
8259
8517
|
"messageSetWireFormat": {
|
|
8260
8518
|
"type": "bool",
|
|
@@ -8272,6 +8530,17 @@ exports.default = {
|
|
|
8272
8530
|
"type": "bool",
|
|
8273
8531
|
"id": 7
|
|
8274
8532
|
},
|
|
8533
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8534
|
+
"type": "bool",
|
|
8535
|
+
"id": 11,
|
|
8536
|
+
"options": {
|
|
8537
|
+
"deprecated": true
|
|
8538
|
+
}
|
|
8539
|
+
},
|
|
8540
|
+
"features": {
|
|
8541
|
+
"type": "FeatureSet",
|
|
8542
|
+
"id": 12
|
|
8543
|
+
},
|
|
8275
8544
|
"uninterpretedOption": {
|
|
8276
8545
|
"rule": "repeated",
|
|
8277
8546
|
"type": "UninterpretedOption",
|
|
@@ -8285,13 +8554,30 @@ exports.default = {
|
|
|
8285
8554
|
]
|
|
8286
8555
|
],
|
|
8287
8556
|
"reserved": [
|
|
8557
|
+
[
|
|
8558
|
+
4,
|
|
8559
|
+
4
|
|
8560
|
+
],
|
|
8561
|
+
[
|
|
8562
|
+
5,
|
|
8563
|
+
5
|
|
8564
|
+
],
|
|
8565
|
+
[
|
|
8566
|
+
6,
|
|
8567
|
+
6
|
|
8568
|
+
],
|
|
8288
8569
|
[
|
|
8289
8570
|
8,
|
|
8290
8571
|
8
|
|
8572
|
+
],
|
|
8573
|
+
[
|
|
8574
|
+
9,
|
|
8575
|
+
9
|
|
8291
8576
|
]
|
|
8292
8577
|
]
|
|
8293
8578
|
},
|
|
8294
8579
|
"FieldOptions": {
|
|
8580
|
+
"edition": "proto2",
|
|
8295
8581
|
"fields": {
|
|
8296
8582
|
"ctype": {
|
|
8297
8583
|
"type": "CType",
|
|
@@ -8315,13 +8601,46 @@ exports.default = {
|
|
|
8315
8601
|
"type": "bool",
|
|
8316
8602
|
"id": 5
|
|
8317
8603
|
},
|
|
8604
|
+
"unverifiedLazy": {
|
|
8605
|
+
"type": "bool",
|
|
8606
|
+
"id": 15
|
|
8607
|
+
},
|
|
8318
8608
|
"deprecated": {
|
|
8319
8609
|
"type": "bool",
|
|
8320
8610
|
"id": 3
|
|
8321
8611
|
},
|
|
8322
8612
|
"weak": {
|
|
8323
8613
|
"type": "bool",
|
|
8324
|
-
"id": 10
|
|
8614
|
+
"id": 10,
|
|
8615
|
+
"options": {
|
|
8616
|
+
"deprecated": true
|
|
8617
|
+
}
|
|
8618
|
+
},
|
|
8619
|
+
"debugRedact": {
|
|
8620
|
+
"type": "bool",
|
|
8621
|
+
"id": 16
|
|
8622
|
+
},
|
|
8623
|
+
"retention": {
|
|
8624
|
+
"type": "OptionRetention",
|
|
8625
|
+
"id": 17
|
|
8626
|
+
},
|
|
8627
|
+
"targets": {
|
|
8628
|
+
"rule": "repeated",
|
|
8629
|
+
"type": "OptionTargetType",
|
|
8630
|
+
"id": 19
|
|
8631
|
+
},
|
|
8632
|
+
"editionDefaults": {
|
|
8633
|
+
"rule": "repeated",
|
|
8634
|
+
"type": "EditionDefault",
|
|
8635
|
+
"id": 20
|
|
8636
|
+
},
|
|
8637
|
+
"features": {
|
|
8638
|
+
"type": "FeatureSet",
|
|
8639
|
+
"id": 21
|
|
8640
|
+
},
|
|
8641
|
+
"featureSupport": {
|
|
8642
|
+
"type": "FeatureSupport",
|
|
8643
|
+
"id": 22
|
|
8325
8644
|
},
|
|
8326
8645
|
"uninterpretedOption": {
|
|
8327
8646
|
"rule": "repeated",
|
|
@@ -8339,6 +8658,10 @@ exports.default = {
|
|
|
8339
8658
|
[
|
|
8340
8659
|
4,
|
|
8341
8660
|
4
|
|
8661
|
+
],
|
|
8662
|
+
[
|
|
8663
|
+
18,
|
|
8664
|
+
18
|
|
8342
8665
|
]
|
|
8343
8666
|
],
|
|
8344
8667
|
"nested": {
|
|
@@ -8355,11 +8678,69 @@ exports.default = {
|
|
|
8355
8678
|
"JS_STRING": 1,
|
|
8356
8679
|
"JS_NUMBER": 2
|
|
8357
8680
|
}
|
|
8681
|
+
},
|
|
8682
|
+
"OptionRetention": {
|
|
8683
|
+
"values": {
|
|
8684
|
+
"RETENTION_UNKNOWN": 0,
|
|
8685
|
+
"RETENTION_RUNTIME": 1,
|
|
8686
|
+
"RETENTION_SOURCE": 2
|
|
8687
|
+
}
|
|
8688
|
+
},
|
|
8689
|
+
"OptionTargetType": {
|
|
8690
|
+
"values": {
|
|
8691
|
+
"TARGET_TYPE_UNKNOWN": 0,
|
|
8692
|
+
"TARGET_TYPE_FILE": 1,
|
|
8693
|
+
"TARGET_TYPE_EXTENSION_RANGE": 2,
|
|
8694
|
+
"TARGET_TYPE_MESSAGE": 3,
|
|
8695
|
+
"TARGET_TYPE_FIELD": 4,
|
|
8696
|
+
"TARGET_TYPE_ONEOF": 5,
|
|
8697
|
+
"TARGET_TYPE_ENUM": 6,
|
|
8698
|
+
"TARGET_TYPE_ENUM_ENTRY": 7,
|
|
8699
|
+
"TARGET_TYPE_SERVICE": 8,
|
|
8700
|
+
"TARGET_TYPE_METHOD": 9
|
|
8701
|
+
}
|
|
8702
|
+
},
|
|
8703
|
+
"EditionDefault": {
|
|
8704
|
+
"fields": {
|
|
8705
|
+
"edition": {
|
|
8706
|
+
"type": "Edition",
|
|
8707
|
+
"id": 3
|
|
8708
|
+
},
|
|
8709
|
+
"value": {
|
|
8710
|
+
"type": "string",
|
|
8711
|
+
"id": 2
|
|
8712
|
+
}
|
|
8713
|
+
}
|
|
8714
|
+
},
|
|
8715
|
+
"FeatureSupport": {
|
|
8716
|
+
"fields": {
|
|
8717
|
+
"editionIntroduced": {
|
|
8718
|
+
"type": "Edition",
|
|
8719
|
+
"id": 1
|
|
8720
|
+
},
|
|
8721
|
+
"editionDeprecated": {
|
|
8722
|
+
"type": "Edition",
|
|
8723
|
+
"id": 2
|
|
8724
|
+
},
|
|
8725
|
+
"deprecationWarning": {
|
|
8726
|
+
"type": "string",
|
|
8727
|
+
"id": 3
|
|
8728
|
+
},
|
|
8729
|
+
"editionRemoved": {
|
|
8730
|
+
"type": "Edition",
|
|
8731
|
+
"id": 4
|
|
8732
|
+
}
|
|
8733
|
+
}
|
|
8358
8734
|
}
|
|
8359
8735
|
}
|
|
8360
8736
|
},
|
|
8361
8737
|
"OneofOptions": {
|
|
8738
|
+
"edition": "proto2",
|
|
8362
8739
|
"fields": {
|
|
8740
|
+
"features": {
|
|
8741
|
+
"type": "FeatureSet",
|
|
8742
|
+
"id": 1
|
|
8743
|
+
},
|
|
8363
8744
|
"uninterpretedOption": {
|
|
8364
8745
|
"rule": "repeated",
|
|
8365
8746
|
"type": "UninterpretedOption",
|
|
@@ -8374,6 +8755,7 @@ exports.default = {
|
|
|
8374
8755
|
]
|
|
8375
8756
|
},
|
|
8376
8757
|
"EnumOptions": {
|
|
8758
|
+
"edition": "proto2",
|
|
8377
8759
|
"fields": {
|
|
8378
8760
|
"allowAlias": {
|
|
8379
8761
|
"type": "bool",
|
|
@@ -8383,6 +8765,17 @@ exports.default = {
|
|
|
8383
8765
|
"type": "bool",
|
|
8384
8766
|
"id": 3
|
|
8385
8767
|
},
|
|
8768
|
+
"deprecatedLegacyJsonFieldConflicts": {
|
|
8769
|
+
"type": "bool",
|
|
8770
|
+
"id": 6,
|
|
8771
|
+
"options": {
|
|
8772
|
+
"deprecated": true
|
|
8773
|
+
}
|
|
8774
|
+
},
|
|
8775
|
+
"features": {
|
|
8776
|
+
"type": "FeatureSet",
|
|
8777
|
+
"id": 7
|
|
8778
|
+
},
|
|
8386
8779
|
"uninterpretedOption": {
|
|
8387
8780
|
"rule": "repeated",
|
|
8388
8781
|
"type": "UninterpretedOption",
|
|
@@ -8394,14 +8787,33 @@ exports.default = {
|
|
|
8394
8787
|
1000,
|
|
8395
8788
|
536870911
|
|
8396
8789
|
]
|
|
8790
|
+
],
|
|
8791
|
+
"reserved": [
|
|
8792
|
+
[
|
|
8793
|
+
5,
|
|
8794
|
+
5
|
|
8795
|
+
]
|
|
8397
8796
|
]
|
|
8398
8797
|
},
|
|
8399
8798
|
"EnumValueOptions": {
|
|
8799
|
+
"edition": "proto2",
|
|
8400
8800
|
"fields": {
|
|
8401
8801
|
"deprecated": {
|
|
8402
8802
|
"type": "bool",
|
|
8403
8803
|
"id": 1
|
|
8404
8804
|
},
|
|
8805
|
+
"features": {
|
|
8806
|
+
"type": "FeatureSet",
|
|
8807
|
+
"id": 2
|
|
8808
|
+
},
|
|
8809
|
+
"debugRedact": {
|
|
8810
|
+
"type": "bool",
|
|
8811
|
+
"id": 3
|
|
8812
|
+
},
|
|
8813
|
+
"featureSupport": {
|
|
8814
|
+
"type": "FieldOptions.FeatureSupport",
|
|
8815
|
+
"id": 4
|
|
8816
|
+
},
|
|
8405
8817
|
"uninterpretedOption": {
|
|
8406
8818
|
"rule": "repeated",
|
|
8407
8819
|
"type": "UninterpretedOption",
|
|
@@ -8416,7 +8828,12 @@ exports.default = {
|
|
|
8416
8828
|
]
|
|
8417
8829
|
},
|
|
8418
8830
|
"ServiceOptions": {
|
|
8831
|
+
"edition": "proto2",
|
|
8419
8832
|
"fields": {
|
|
8833
|
+
"features": {
|
|
8834
|
+
"type": "FeatureSet",
|
|
8835
|
+
"id": 34
|
|
8836
|
+
},
|
|
8420
8837
|
"deprecated": {
|
|
8421
8838
|
"type": "bool",
|
|
8422
8839
|
"id": 33
|
|
@@ -8435,11 +8852,23 @@ exports.default = {
|
|
|
8435
8852
|
]
|
|
8436
8853
|
},
|
|
8437
8854
|
"MethodOptions": {
|
|
8855
|
+
"edition": "proto2",
|
|
8438
8856
|
"fields": {
|
|
8439
8857
|
"deprecated": {
|
|
8440
8858
|
"type": "bool",
|
|
8441
8859
|
"id": 33
|
|
8442
8860
|
},
|
|
8861
|
+
"idempotencyLevel": {
|
|
8862
|
+
"type": "IdempotencyLevel",
|
|
8863
|
+
"id": 34,
|
|
8864
|
+
"options": {
|
|
8865
|
+
"default": "IDEMPOTENCY_UNKNOWN"
|
|
8866
|
+
}
|
|
8867
|
+
},
|
|
8868
|
+
"features": {
|
|
8869
|
+
"type": "FeatureSet",
|
|
8870
|
+
"id": 35
|
|
8871
|
+
},
|
|
8443
8872
|
"uninterpretedOption": {
|
|
8444
8873
|
"rule": "repeated",
|
|
8445
8874
|
"type": "UninterpretedOption",
|
|
@@ -8451,9 +8880,19 @@ exports.default = {
|
|
|
8451
8880
|
1000,
|
|
8452
8881
|
536870911
|
|
8453
8882
|
]
|
|
8454
|
-
]
|
|
8883
|
+
],
|
|
8884
|
+
"nested": {
|
|
8885
|
+
"IdempotencyLevel": {
|
|
8886
|
+
"values": {
|
|
8887
|
+
"IDEMPOTENCY_UNKNOWN": 0,
|
|
8888
|
+
"NO_SIDE_EFFECTS": 1,
|
|
8889
|
+
"IDEMPOTENT": 2
|
|
8890
|
+
}
|
|
8891
|
+
}
|
|
8892
|
+
}
|
|
8455
8893
|
},
|
|
8456
8894
|
"UninterpretedOption": {
|
|
8895
|
+
"edition": "proto2",
|
|
8457
8896
|
"fields": {
|
|
8458
8897
|
"name": {
|
|
8459
8898
|
"rule": "repeated",
|
|
@@ -8502,7 +8941,240 @@ exports.default = {
|
|
|
8502
8941
|
}
|
|
8503
8942
|
}
|
|
8504
8943
|
},
|
|
8944
|
+
"FeatureSet": {
|
|
8945
|
+
"edition": "proto2",
|
|
8946
|
+
"fields": {
|
|
8947
|
+
"fieldPresence": {
|
|
8948
|
+
"type": "FieldPresence",
|
|
8949
|
+
"id": 1,
|
|
8950
|
+
"options": {
|
|
8951
|
+
"retention": "RETENTION_RUNTIME",
|
|
8952
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8953
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8954
|
+
"edition_defaults.edition": "EDITION_2023",
|
|
8955
|
+
"edition_defaults.value": "EXPLICIT"
|
|
8956
|
+
}
|
|
8957
|
+
},
|
|
8958
|
+
"enumType": {
|
|
8959
|
+
"type": "EnumType",
|
|
8960
|
+
"id": 2,
|
|
8961
|
+
"options": {
|
|
8962
|
+
"retention": "RETENTION_RUNTIME",
|
|
8963
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8964
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8965
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8966
|
+
"edition_defaults.value": "OPEN"
|
|
8967
|
+
}
|
|
8968
|
+
},
|
|
8969
|
+
"repeatedFieldEncoding": {
|
|
8970
|
+
"type": "RepeatedFieldEncoding",
|
|
8971
|
+
"id": 3,
|
|
8972
|
+
"options": {
|
|
8973
|
+
"retention": "RETENTION_RUNTIME",
|
|
8974
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8975
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8976
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8977
|
+
"edition_defaults.value": "PACKED"
|
|
8978
|
+
}
|
|
8979
|
+
},
|
|
8980
|
+
"utf8Validation": {
|
|
8981
|
+
"type": "Utf8Validation",
|
|
8982
|
+
"id": 4,
|
|
8983
|
+
"options": {
|
|
8984
|
+
"retention": "RETENTION_RUNTIME",
|
|
8985
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8986
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8987
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
8988
|
+
"edition_defaults.value": "VERIFY"
|
|
8989
|
+
}
|
|
8990
|
+
},
|
|
8991
|
+
"messageEncoding": {
|
|
8992
|
+
"type": "MessageEncoding",
|
|
8993
|
+
"id": 5,
|
|
8994
|
+
"options": {
|
|
8995
|
+
"retention": "RETENTION_RUNTIME",
|
|
8996
|
+
"targets": "TARGET_TYPE_FILE",
|
|
8997
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
8998
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
8999
|
+
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
9000
|
+
}
|
|
9001
|
+
},
|
|
9002
|
+
"jsonFormat": {
|
|
9003
|
+
"type": "JsonFormat",
|
|
9004
|
+
"id": 6,
|
|
9005
|
+
"options": {
|
|
9006
|
+
"retention": "RETENTION_RUNTIME",
|
|
9007
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9008
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
9009
|
+
"edition_defaults.edition": "EDITION_PROTO3",
|
|
9010
|
+
"edition_defaults.value": "ALLOW"
|
|
9011
|
+
}
|
|
9012
|
+
},
|
|
9013
|
+
"enforceNamingStyle": {
|
|
9014
|
+
"type": "EnforceNamingStyle",
|
|
9015
|
+
"id": 7,
|
|
9016
|
+
"options": {
|
|
9017
|
+
"retention": "RETENTION_SOURCE",
|
|
9018
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
9019
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9020
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9021
|
+
"edition_defaults.value": "STYLE2024"
|
|
9022
|
+
}
|
|
9023
|
+
},
|
|
9024
|
+
"defaultSymbolVisibility": {
|
|
9025
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
9026
|
+
"id": 8,
|
|
9027
|
+
"options": {
|
|
9028
|
+
"retention": "RETENTION_SOURCE",
|
|
9029
|
+
"targets": "TARGET_TYPE_FILE",
|
|
9030
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
9031
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
9032
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
9033
|
+
}
|
|
9034
|
+
}
|
|
9035
|
+
},
|
|
9036
|
+
"extensions": [
|
|
9037
|
+
[
|
|
9038
|
+
1000,
|
|
9039
|
+
9994
|
|
9040
|
+
],
|
|
9041
|
+
[
|
|
9042
|
+
9995,
|
|
9043
|
+
9999
|
|
9044
|
+
],
|
|
9045
|
+
[
|
|
9046
|
+
10000,
|
|
9047
|
+
10000
|
|
9048
|
+
]
|
|
9049
|
+
],
|
|
9050
|
+
"reserved": [
|
|
9051
|
+
[
|
|
9052
|
+
999,
|
|
9053
|
+
999
|
|
9054
|
+
]
|
|
9055
|
+
],
|
|
9056
|
+
"nested": {
|
|
9057
|
+
"FieldPresence": {
|
|
9058
|
+
"values": {
|
|
9059
|
+
"FIELD_PRESENCE_UNKNOWN": 0,
|
|
9060
|
+
"EXPLICIT": 1,
|
|
9061
|
+
"IMPLICIT": 2,
|
|
9062
|
+
"LEGACY_REQUIRED": 3
|
|
9063
|
+
}
|
|
9064
|
+
},
|
|
9065
|
+
"EnumType": {
|
|
9066
|
+
"values": {
|
|
9067
|
+
"ENUM_TYPE_UNKNOWN": 0,
|
|
9068
|
+
"OPEN": 1,
|
|
9069
|
+
"CLOSED": 2
|
|
9070
|
+
}
|
|
9071
|
+
},
|
|
9072
|
+
"RepeatedFieldEncoding": {
|
|
9073
|
+
"values": {
|
|
9074
|
+
"REPEATED_FIELD_ENCODING_UNKNOWN": 0,
|
|
9075
|
+
"PACKED": 1,
|
|
9076
|
+
"EXPANDED": 2
|
|
9077
|
+
}
|
|
9078
|
+
},
|
|
9079
|
+
"Utf8Validation": {
|
|
9080
|
+
"values": {
|
|
9081
|
+
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
9082
|
+
"VERIFY": 2,
|
|
9083
|
+
"NONE": 3
|
|
9084
|
+
}
|
|
9085
|
+
},
|
|
9086
|
+
"MessageEncoding": {
|
|
9087
|
+
"values": {
|
|
9088
|
+
"MESSAGE_ENCODING_UNKNOWN": 0,
|
|
9089
|
+
"LENGTH_PREFIXED": 1,
|
|
9090
|
+
"DELIMITED": 2
|
|
9091
|
+
}
|
|
9092
|
+
},
|
|
9093
|
+
"JsonFormat": {
|
|
9094
|
+
"values": {
|
|
9095
|
+
"JSON_FORMAT_UNKNOWN": 0,
|
|
9096
|
+
"ALLOW": 1,
|
|
9097
|
+
"LEGACY_BEST_EFFORT": 2
|
|
9098
|
+
}
|
|
9099
|
+
},
|
|
9100
|
+
"EnforceNamingStyle": {
|
|
9101
|
+
"values": {
|
|
9102
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
9103
|
+
"STYLE2024": 1,
|
|
9104
|
+
"STYLE_LEGACY": 2
|
|
9105
|
+
}
|
|
9106
|
+
},
|
|
9107
|
+
"VisibilityFeature": {
|
|
9108
|
+
"fields": {},
|
|
9109
|
+
"reserved": [
|
|
9110
|
+
[
|
|
9111
|
+
1,
|
|
9112
|
+
536870911
|
|
9113
|
+
]
|
|
9114
|
+
],
|
|
9115
|
+
"nested": {
|
|
9116
|
+
"DefaultSymbolVisibility": {
|
|
9117
|
+
"values": {
|
|
9118
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
9119
|
+
"EXPORT_ALL": 1,
|
|
9120
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
9121
|
+
"LOCAL_ALL": 3,
|
|
9122
|
+
"STRICT": 4
|
|
9123
|
+
}
|
|
9124
|
+
}
|
|
9125
|
+
}
|
|
9126
|
+
}
|
|
9127
|
+
}
|
|
9128
|
+
},
|
|
9129
|
+
"FeatureSetDefaults": {
|
|
9130
|
+
"edition": "proto2",
|
|
9131
|
+
"fields": {
|
|
9132
|
+
"defaults": {
|
|
9133
|
+
"rule": "repeated",
|
|
9134
|
+
"type": "FeatureSetEditionDefault",
|
|
9135
|
+
"id": 1
|
|
9136
|
+
},
|
|
9137
|
+
"minimumEdition": {
|
|
9138
|
+
"type": "Edition",
|
|
9139
|
+
"id": 4
|
|
9140
|
+
},
|
|
9141
|
+
"maximumEdition": {
|
|
9142
|
+
"type": "Edition",
|
|
9143
|
+
"id": 5
|
|
9144
|
+
}
|
|
9145
|
+
},
|
|
9146
|
+
"nested": {
|
|
9147
|
+
"FeatureSetEditionDefault": {
|
|
9148
|
+
"fields": {
|
|
9149
|
+
"edition": {
|
|
9150
|
+
"type": "Edition",
|
|
9151
|
+
"id": 3
|
|
9152
|
+
},
|
|
9153
|
+
"overridableFeatures": {
|
|
9154
|
+
"type": "FeatureSet",
|
|
9155
|
+
"id": 4
|
|
9156
|
+
},
|
|
9157
|
+
"fixedFeatures": {
|
|
9158
|
+
"type": "FeatureSet",
|
|
9159
|
+
"id": 5
|
|
9160
|
+
}
|
|
9161
|
+
},
|
|
9162
|
+
"reserved": [
|
|
9163
|
+
[
|
|
9164
|
+
1,
|
|
9165
|
+
1
|
|
9166
|
+
],
|
|
9167
|
+
[
|
|
9168
|
+
2,
|
|
9169
|
+
2
|
|
9170
|
+
],
|
|
9171
|
+
"features"
|
|
9172
|
+
]
|
|
9173
|
+
}
|
|
9174
|
+
}
|
|
9175
|
+
},
|
|
8505
9176
|
"SourceCodeInfo": {
|
|
9177
|
+
"edition": "proto2",
|
|
8506
9178
|
"fields": {
|
|
8507
9179
|
"location": {
|
|
8508
9180
|
"rule": "repeated",
|
|
@@ -8510,18 +9182,30 @@ exports.default = {
|
|
|
8510
9182
|
"id": 1
|
|
8511
9183
|
}
|
|
8512
9184
|
},
|
|
9185
|
+
"extensions": [
|
|
9186
|
+
[
|
|
9187
|
+
536000000,
|
|
9188
|
+
536000000
|
|
9189
|
+
]
|
|
9190
|
+
],
|
|
8513
9191
|
"nested": {
|
|
8514
9192
|
"Location": {
|
|
8515
9193
|
"fields": {
|
|
8516
9194
|
"path": {
|
|
8517
9195
|
"rule": "repeated",
|
|
8518
9196
|
"type": "int32",
|
|
8519
|
-
"id": 1
|
|
9197
|
+
"id": 1,
|
|
9198
|
+
"options": {
|
|
9199
|
+
"packed": true
|
|
9200
|
+
}
|
|
8520
9201
|
},
|
|
8521
9202
|
"span": {
|
|
8522
9203
|
"rule": "repeated",
|
|
8523
9204
|
"type": "int32",
|
|
8524
|
-
"id": 2
|
|
9205
|
+
"id": 2,
|
|
9206
|
+
"options": {
|
|
9207
|
+
"packed": true
|
|
9208
|
+
}
|
|
8525
9209
|
},
|
|
8526
9210
|
"leadingComments": {
|
|
8527
9211
|
"type": "string",
|
|
@@ -8541,6 +9225,7 @@ exports.default = {
|
|
|
8541
9225
|
}
|
|
8542
9226
|
},
|
|
8543
9227
|
"GeneratedCodeInfo": {
|
|
9228
|
+
"edition": "proto2",
|
|
8544
9229
|
"fields": {
|
|
8545
9230
|
"annotation": {
|
|
8546
9231
|
"rule": "repeated",
|
|
@@ -8554,7 +9239,10 @@ exports.default = {
|
|
|
8554
9239
|
"path": {
|
|
8555
9240
|
"rule": "repeated",
|
|
8556
9241
|
"type": "int32",
|
|
8557
|
-
"id": 1
|
|
9242
|
+
"id": 1,
|
|
9243
|
+
"options": {
|
|
9244
|
+
"packed": true
|
|
9245
|
+
}
|
|
8558
9246
|
},
|
|
8559
9247
|
"sourceFile": {
|
|
8560
9248
|
"type": "string",
|
|
@@ -8567,10 +9255,31 @@ exports.default = {
|
|
|
8567
9255
|
"end": {
|
|
8568
9256
|
"type": "int32",
|
|
8569
9257
|
"id": 4
|
|
9258
|
+
},
|
|
9259
|
+
"semantic": {
|
|
9260
|
+
"type": "Semantic",
|
|
9261
|
+
"id": 5
|
|
9262
|
+
}
|
|
9263
|
+
},
|
|
9264
|
+
"nested": {
|
|
9265
|
+
"Semantic": {
|
|
9266
|
+
"values": {
|
|
9267
|
+
"NONE": 0,
|
|
9268
|
+
"SET": 1,
|
|
9269
|
+
"ALIAS": 2
|
|
9270
|
+
}
|
|
8570
9271
|
}
|
|
8571
9272
|
}
|
|
8572
9273
|
}
|
|
8573
9274
|
}
|
|
9275
|
+
},
|
|
9276
|
+
"SymbolVisibility": {
|
|
9277
|
+
"edition": "proto2",
|
|
9278
|
+
"values": {
|
|
9279
|
+
"VISIBILITY_UNSET": 0,
|
|
9280
|
+
"VISIBILITY_LOCAL": 1,
|
|
9281
|
+
"VISIBILITY_EXPORT": 2
|
|
9282
|
+
}
|
|
8574
9283
|
}
|
|
8575
9284
|
}
|
|
8576
9285
|
}
|