@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.
@@ -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
+ "field_ops": {
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
+ "salvage_checkpoint": {
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
+ "start_message_id": {
5524
+ "type": "common.MessageID",
5525
+ "id": 2
5526
+ },
5527
+ "start_timetick": {
5528
+ "type": "uint64",
5529
+ "id": 3
5530
+ },
5531
+ "end_timetick": {
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
+ "field_name": {
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",
@@ -7869,28 +7969,27 @@ exports.default = {
7869
7969
  "type": "string",
7870
7970
  "id": 3
7871
7971
  },
7872
- "public_dependency": {
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
- "weak_dependency": {
7977
+ "weakDependency": {
7881
7978
  "rule": "repeated",
7882
7979
  "type": "int32",
7883
- "id": 11,
7884
- "options": {
7885
- "packed": false
7886
- }
7980
+ "id": 11
7887
7981
  },
7888
- "message_type": {
7982
+ "optionDependency": {
7983
+ "rule": "repeated",
7984
+ "type": "string",
7985
+ "id": 15
7986
+ },
7987
+ "messageType": {
7889
7988
  "rule": "repeated",
7890
7989
  "type": "DescriptorProto",
7891
7990
  "id": 4
7892
7991
  },
7893
- "enum_type": {
7992
+ "enumType": {
7894
7993
  "rule": "repeated",
7895
7994
  "type": "EnumDescriptorProto",
7896
7995
  "id": 5
@@ -7909,17 +8008,22 @@ exports.default = {
7909
8008
  "type": "FileOptions",
7910
8009
  "id": 8
7911
8010
  },
7912
- "source_code_info": {
8011
+ "sourceCodeInfo": {
7913
8012
  "type": "SourceCodeInfo",
7914
8013
  "id": 9
7915
8014
  },
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",
@@ -7935,22 +8039,22 @@ exports.default = {
7935
8039
  "type": "FieldDescriptorProto",
7936
8040
  "id": 6
7937
8041
  },
7938
- "nested_type": {
8042
+ "nestedType": {
7939
8043
  "rule": "repeated",
7940
8044
  "type": "DescriptorProto",
7941
8045
  "id": 3
7942
8046
  },
7943
- "enum_type": {
8047
+ "enumType": {
7944
8048
  "rule": "repeated",
7945
8049
  "type": "EnumDescriptorProto",
7946
8050
  "id": 4
7947
8051
  },
7948
- "extension_range": {
8052
+ "extensionRange": {
7949
8053
  "rule": "repeated",
7950
8054
  "type": "ExtensionRange",
7951
8055
  "id": 5
7952
8056
  },
7953
- "oneof_decl": {
8057
+ "oneofDecl": {
7954
8058
  "rule": "repeated",
7955
8059
  "type": "OneofDescriptorProto",
7956
8060
  "id": 8
@@ -7959,15 +8063,19 @@ exports.default = {
7959
8063
  "type": "MessageOptions",
7960
8064
  "id": 7
7961
8065
  },
7962
- "reserved_range": {
8066
+ "reservedRange": {
7963
8067
  "rule": "repeated",
7964
8068
  "type": "ReservedRange",
7965
8069
  "id": 9
7966
8070
  },
7967
- "reserved_name": {
8071
+ "reservedName": {
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",
@@ -8015,7 +8202,7 @@ exports.default = {
8015
8202
  "type": "Type",
8016
8203
  "id": 5
8017
8204
  },
8018
- "type_name": {
8205
+ "typeName": {
8019
8206
  "type": "string",
8020
8207
  "id": 6
8021
8208
  },
@@ -8023,21 +8210,25 @@ exports.default = {
8023
8210
  "type": "string",
8024
8211
  "id": 2
8025
8212
  },
8026
- "default_value": {
8213
+ "defaultValue": {
8027
8214
  "type": "string",
8028
8215
  "id": 7
8029
8216
  },
8030
- "oneof_index": {
8217
+ "oneofIndex": {
8031
8218
  "type": "int32",
8032
8219
  "id": 9
8033
8220
  },
8034
- "json_name": {
8221
+ "jsonName": {
8035
8222
  "type": "string",
8036
8223
  "id": 10
8037
8224
  },
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
- "LABEL_REQUIRED": 2,
8070
- "LABEL_REPEATED": 3
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,16 +8358,17 @@ exports.default = {
8135
8358
  }
8136
8359
  },
8137
8360
  "MethodDescriptorProto": {
8361
+ "edition": "proto2",
8138
8362
  "fields": {
8139
8363
  "name": {
8140
8364
  "type": "string",
8141
8365
  "id": 1
8142
8366
  },
8143
- "input_type": {
8367
+ "inputType": {
8144
8368
  "type": "string",
8145
8369
  "id": 2
8146
8370
  },
8147
- "output_type": {
8371
+ "outputType": {
8148
8372
  "type": "string",
8149
8373
  "id": 3
8150
8374
  },
@@ -8152,61 +8376,62 @@ exports.default = {
8152
8376
  "type": "MethodOptions",
8153
8377
  "id": 4
8154
8378
  },
8155
- "client_streaming": {
8379
+ "clientStreaming": {
8156
8380
  "type": "bool",
8157
8381
  "id": 5
8158
8382
  },
8159
- "server_streaming": {
8383
+ "serverStreaming": {
8160
8384
  "type": "bool",
8161
8385
  "id": 6
8162
8386
  }
8163
8387
  }
8164
8388
  },
8165
8389
  "FileOptions": {
8390
+ "edition": "proto2",
8166
8391
  "fields": {
8167
- "java_package": {
8392
+ "javaPackage": {
8168
8393
  "type": "string",
8169
8394
  "id": 1
8170
8395
  },
8171
- "java_outer_classname": {
8396
+ "javaOuterClassname": {
8172
8397
  "type": "string",
8173
8398
  "id": 8
8174
8399
  },
8175
- "java_multiple_files": {
8400
+ "javaMultipleFiles": {
8176
8401
  "type": "bool",
8177
8402
  "id": 10
8178
8403
  },
8179
- "java_generate_equals_and_hash": {
8404
+ "javaGenerateEqualsAndHash": {
8180
8405
  "type": "bool",
8181
8406
  "id": 20,
8182
8407
  "options": {
8183
8408
  "deprecated": true
8184
8409
  }
8185
8410
  },
8186
- "java_string_check_utf8": {
8411
+ "javaStringCheckUtf8": {
8187
8412
  "type": "bool",
8188
8413
  "id": 27
8189
8414
  },
8190
- "optimize_for": {
8415
+ "optimizeFor": {
8191
8416
  "type": "OptimizeMode",
8192
8417
  "id": 9,
8193
8418
  "options": {
8194
8419
  "default": "SPEED"
8195
8420
  }
8196
8421
  },
8197
- "go_package": {
8422
+ "goPackage": {
8198
8423
  "type": "string",
8199
8424
  "id": 11
8200
8425
  },
8201
- "cc_generic_services": {
8426
+ "ccGenericServices": {
8202
8427
  "type": "bool",
8203
8428
  "id": 16
8204
8429
  },
8205
- "java_generic_services": {
8430
+ "javaGenericServices": {
8206
8431
  "type": "bool",
8207
8432
  "id": 17
8208
8433
  },
8209
- "py_generic_services": {
8434
+ "pyGenericServices": {
8210
8435
  "type": "bool",
8211
8436
  "id": 18
8212
8437
  },
@@ -8214,19 +8439,46 @@ exports.default = {
8214
8439
  "type": "bool",
8215
8440
  "id": 23
8216
8441
  },
8217
- "cc_enable_arenas": {
8442
+ "ccEnableArenas": {
8218
8443
  "type": "bool",
8219
- "id": 31
8444
+ "id": 31,
8445
+ "options": {
8446
+ "default": true
8447
+ }
8220
8448
  },
8221
- "objc_class_prefix": {
8449
+ "objcClassPrefix": {
8222
8450
  "type": "string",
8223
8451
  "id": 36
8224
8452
  },
8225
- "csharp_namespace": {
8453
+ "csharpNamespace": {
8226
8454
  "type": "string",
8227
8455
  "id": 37
8228
8456
  },
8229
- "uninterpreted_option": {
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
+ },
8481
+ "uninterpretedOption": {
8230
8482
  "rule": "repeated",
8231
8483
  "type": "UninterpretedOption",
8232
8484
  "id": 999
@@ -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,12 +8512,13 @@ exports.default = {
8255
8512
  }
8256
8513
  },
8257
8514
  "MessageOptions": {
8515
+ "edition": "proto2",
8258
8516
  "fields": {
8259
- "message_set_wire_format": {
8517
+ "messageSetWireFormat": {
8260
8518
  "type": "bool",
8261
8519
  "id": 1
8262
8520
  },
8263
- "no_standard_descriptor_accessor": {
8521
+ "noStandardDescriptorAccessor": {
8264
8522
  "type": "bool",
8265
8523
  "id": 2
8266
8524
  },
@@ -8268,11 +8526,22 @@ exports.default = {
8268
8526
  "type": "bool",
8269
8527
  "id": 3
8270
8528
  },
8271
- "map_entry": {
8529
+ "mapEntry": {
8272
8530
  "type": "bool",
8273
8531
  "id": 7
8274
8532
  },
8275
- "uninterpreted_option": {
8533
+ "deprecatedLegacyJsonFieldConflicts": {
8534
+ "type": "bool",
8535
+ "id": 11,
8536
+ "options": {
8537
+ "deprecated": true
8538
+ }
8539
+ },
8540
+ "features": {
8541
+ "type": "FeatureSet",
8542
+ "id": 12
8543
+ },
8544
+ "uninterpretedOption": {
8276
8545
  "rule": "repeated",
8277
8546
  "type": "UninterpretedOption",
8278
8547
  "id": 999
@@ -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,15 +8601,48 @@ 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
+ }
8325
8618
  },
8326
- "uninterpreted_option": {
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
8644
+ },
8645
+ "uninterpretedOption": {
8327
8646
  "rule": "repeated",
8328
8647
  "type": "UninterpretedOption",
8329
8648
  "id": 999
@@ -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,12 +8678,70 @@ 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": {
8363
- "uninterpreted_option": {
8740
+ "features": {
8741
+ "type": "FeatureSet",
8742
+ "id": 1
8743
+ },
8744
+ "uninterpretedOption": {
8364
8745
  "rule": "repeated",
8365
8746
  "type": "UninterpretedOption",
8366
8747
  "id": 999
@@ -8374,8 +8755,9 @@ exports.default = {
8374
8755
  ]
8375
8756
  },
8376
8757
  "EnumOptions": {
8758
+ "edition": "proto2",
8377
8759
  "fields": {
8378
- "allow_alias": {
8760
+ "allowAlias": {
8379
8761
  "type": "bool",
8380
8762
  "id": 2
8381
8763
  },
@@ -8383,7 +8765,18 @@ exports.default = {
8383
8765
  "type": "bool",
8384
8766
  "id": 3
8385
8767
  },
8386
- "uninterpreted_option": {
8768
+ "deprecatedLegacyJsonFieldConflicts": {
8769
+ "type": "bool",
8770
+ "id": 6,
8771
+ "options": {
8772
+ "deprecated": true
8773
+ }
8774
+ },
8775
+ "features": {
8776
+ "type": "FeatureSet",
8777
+ "id": 7
8778
+ },
8779
+ "uninterpretedOption": {
8387
8780
  "rule": "repeated",
8388
8781
  "type": "UninterpretedOption",
8389
8782
  "id": 999
@@ -8394,15 +8787,34 @@ 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
  },
8405
- "uninterpreted_option": {
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
+ },
8817
+ "uninterpretedOption": {
8406
8818
  "rule": "repeated",
8407
8819
  "type": "UninterpretedOption",
8408
8820
  "id": 999
@@ -8416,12 +8828,17 @@ 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
8423
8840
  },
8424
- "uninterpreted_option": {
8841
+ "uninterpretedOption": {
8425
8842
  "rule": "repeated",
8426
8843
  "type": "UninterpretedOption",
8427
8844
  "id": 999
@@ -8435,12 +8852,24 @@ 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
  },
8443
- "uninterpreted_option": {
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
+ },
8872
+ "uninterpretedOption": {
8444
8873
  "rule": "repeated",
8445
8874
  "type": "UninterpretedOption",
8446
8875
  "id": 999
@@ -8451,36 +8880,46 @@ 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",
8460
8899
  "type": "NamePart",
8461
8900
  "id": 2
8462
8901
  },
8463
- "identifier_value": {
8902
+ "identifierValue": {
8464
8903
  "type": "string",
8465
8904
  "id": 3
8466
8905
  },
8467
- "positive_int_value": {
8906
+ "positiveIntValue": {
8468
8907
  "type": "uint64",
8469
8908
  "id": 4
8470
8909
  },
8471
- "negative_int_value": {
8910
+ "negativeIntValue": {
8472
8911
  "type": "int64",
8473
8912
  "id": 5
8474
8913
  },
8475
- "double_value": {
8914
+ "doubleValue": {
8476
8915
  "type": "double",
8477
8916
  "id": 6
8478
8917
  },
8479
- "string_value": {
8918
+ "stringValue": {
8480
8919
  "type": "bytes",
8481
8920
  "id": 7
8482
8921
  },
8483
- "aggregate_value": {
8922
+ "aggregateValue": {
8484
8923
  "type": "string",
8485
8924
  "id": 8
8486
8925
  }
@@ -8488,12 +8927,12 @@ exports.default = {
8488
8927
  "nested": {
8489
8928
  "NamePart": {
8490
8929
  "fields": {
8491
- "name_part": {
8930
+ "namePart": {
8492
8931
  "rule": "required",
8493
8932
  "type": "string",
8494
8933
  "id": 1
8495
8934
  },
8496
- "is_extension": {
8935
+ "isExtension": {
8497
8936
  "rule": "required",
8498
8937
  "type": "bool",
8499
8938
  "id": 2
@@ -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,28 +9182,40 @@ 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
- "leading_comments": {
9210
+ "leadingComments": {
8527
9211
  "type": "string",
8528
9212
  "id": 3
8529
9213
  },
8530
- "trailing_comments": {
9214
+ "trailingComments": {
8531
9215
  "type": "string",
8532
9216
  "id": 4
8533
9217
  },
8534
- "leading_detached_comments": {
9218
+ "leadingDetachedComments": {
8535
9219
  "rule": "repeated",
8536
9220
  "type": "string",
8537
9221
  "id": 6
@@ -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,9 +9239,12 @@ 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
- "source_file": {
9247
+ "sourceFile": {
8560
9248
  "type": "string",
8561
9249
  "id": 2
8562
9250
  },
@@ -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
  }