@google-cloud/dlp 6.2.0 → 6.4.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.
@@ -1,7 +1,4 @@
1
1
  {
2
- "options": {
3
- "syntax": "proto3"
4
- },
5
2
  "nested": {
6
3
  "google": {
7
4
  "nested": {
@@ -2416,6 +2413,28 @@
2416
2413
  }
2417
2414
  }
2418
2415
  },
2416
+ "LocationSupport": {
2417
+ "fields": {
2418
+ "regionalizationScope": {
2419
+ "type": "RegionalizationScope",
2420
+ "id": 1
2421
+ },
2422
+ "locations": {
2423
+ "rule": "repeated",
2424
+ "type": "string",
2425
+ "id": 2
2426
+ }
2427
+ },
2428
+ "nested": {
2429
+ "RegionalizationScope": {
2430
+ "values": {
2431
+ "REGIONALIZATION_SCOPE_UNSPECIFIED": 0,
2432
+ "REGIONAL": 1,
2433
+ "ANY_LOCATION": 2
2434
+ }
2435
+ }
2436
+ }
2437
+ },
2419
2438
  "InfoTypeDescription": {
2420
2439
  "fields": {
2421
2440
  "name": {
@@ -2435,6 +2454,10 @@
2435
2454
  "type": "string",
2436
2455
  "id": 4
2437
2456
  },
2457
+ "locationSupport": {
2458
+ "type": "LocationSupport",
2459
+ "id": 6
2460
+ },
2438
2461
  "example": {
2439
2462
  "type": "string",
2440
2463
  "id": 8
@@ -2492,6 +2515,7 @@
2492
2515
  "ARGENTINA": 2,
2493
2516
  "ARMENIA": 51,
2494
2517
  "AUSTRALIA": 3,
2518
+ "AUSTRIA": 53,
2495
2519
  "AZERBAIJAN": 48,
2496
2520
  "BELARUS": 50,
2497
2521
  "BELGIUM": 4,
@@ -7543,6 +7567,11 @@
7543
7567
  "rule": "repeated",
7544
7568
  "type": "RelatedResource",
7545
7569
  "id": 41
7570
+ },
7571
+ "domains": {
7572
+ "rule": "repeated",
7573
+ "type": "Domain",
7574
+ "id": 47
7546
7575
  }
7547
7576
  },
7548
7577
  "nested": {
@@ -7865,6 +7894,11 @@
7865
7894
  "rule": "repeated",
7866
7895
  "type": "RelatedResource",
7867
7896
  "id": 26
7897
+ },
7898
+ "domains": {
7899
+ "rule": "repeated",
7900
+ "type": "Domain",
7901
+ "id": 27
7868
7902
  }
7869
7903
  },
7870
7904
  "nested": {
@@ -8486,6 +8520,10 @@
8486
8520
  "imageFallbackLocation": {
8487
8521
  "type": "ImageFallbackLocation",
8488
8522
  "id": 1
8523
+ },
8524
+ "documentFallbackLocation": {
8525
+ "type": "DocumentFallbackLocation",
8526
+ "id": 2
8489
8527
  }
8490
8528
  },
8491
8529
  "nested": {
@@ -8506,6 +8544,60 @@
8506
8544
  "id": 200
8507
8545
  }
8508
8546
  }
8547
+ },
8548
+ "DocumentFallbackLocation": {
8549
+ "fields": {
8550
+ "multiRegionProcessing": {
8551
+ "type": "MultiRegionProcessing",
8552
+ "id": 100
8553
+ },
8554
+ "globalProcessing": {
8555
+ "type": "GlobalProcessing",
8556
+ "id": 200
8557
+ }
8558
+ }
8559
+ }
8560
+ }
8561
+ },
8562
+ "SaveToGcsFindingsOutput": {
8563
+ "fields": {
8564
+ "findings": {
8565
+ "rule": "repeated",
8566
+ "type": "Finding",
8567
+ "id": 1
8568
+ }
8569
+ }
8570
+ },
8571
+ "Domain": {
8572
+ "fields": {
8573
+ "category": {
8574
+ "type": "Category",
8575
+ "id": 1
8576
+ },
8577
+ "signals": {
8578
+ "rule": "repeated",
8579
+ "type": "Signal",
8580
+ "id": 2
8581
+ }
8582
+ },
8583
+ "nested": {
8584
+ "Category": {
8585
+ "values": {
8586
+ "CATEGORY_UNSPECIFIED": 0,
8587
+ "AI": 1,
8588
+ "CODE": 2
8589
+ }
8590
+ },
8591
+ "Signal": {
8592
+ "values": {
8593
+ "SIGNAL_UNSPECIFIED": 0,
8594
+ "MODEL": 1,
8595
+ "TEXT_EMBEDDING": 2,
8596
+ "VERTEX_PLUGIN": 3,
8597
+ "VECTOR_PLUGIN": 4,
8598
+ "SOURCE_CODE": 5,
8599
+ "SERVICE": 6
8600
+ }
8509
8601
  }
8510
8602
  }
8511
8603
  },
@@ -9155,8 +9247,7 @@
9155
9247
  "java_multiple_files": true,
9156
9248
  "java_outer_classname": "ResourceProto",
9157
9249
  "java_package": "com.google.api",
9158
- "objc_class_prefix": "GAPI",
9159
- "cc_enable_arenas": true
9250
+ "objc_class_prefix": "GAPI"
9160
9251
  },
9161
9252
  "nested": {
9162
9253
  "http": {
@@ -9262,6 +9353,11 @@
9262
9353
  "id": 1050,
9263
9354
  "extend": "google.protobuf.ServiceOptions"
9264
9355
  },
9356
+ "apiVersion": {
9357
+ "type": "string",
9358
+ "id": 525000001,
9359
+ "extend": "google.protobuf.ServiceOptions"
9360
+ },
9265
9361
  "CommonLanguageSettings": {
9266
9362
  "fields": {
9267
9363
  "referenceDocsUri": {
@@ -9275,6 +9371,10 @@
9275
9371
  "rule": "repeated",
9276
9372
  "type": "ClientLibraryDestination",
9277
9373
  "id": 2
9374
+ },
9375
+ "selectiveGapicGeneration": {
9376
+ "type": "SelectiveGapicGeneration",
9377
+ "id": 3
9278
9378
  }
9279
9379
  }
9280
9380
  },
@@ -9370,6 +9470,10 @@
9370
9470
  "protoReferenceDocumentationUri": {
9371
9471
  "type": "string",
9372
9472
  "id": 110
9473
+ },
9474
+ "restReferenceDocumentationUri": {
9475
+ "type": "string",
9476
+ "id": 111
9373
9477
  }
9374
9478
  }
9375
9479
  },
@@ -9411,6 +9515,28 @@
9411
9515
  "common": {
9412
9516
  "type": "CommonLanguageSettings",
9413
9517
  "id": 1
9518
+ },
9519
+ "experimentalFeatures": {
9520
+ "type": "ExperimentalFeatures",
9521
+ "id": 2
9522
+ }
9523
+ },
9524
+ "nested": {
9525
+ "ExperimentalFeatures": {
9526
+ "fields": {
9527
+ "restAsyncIoEnabled": {
9528
+ "type": "bool",
9529
+ "id": 1
9530
+ },
9531
+ "protobufPythonicTypesEnabled": {
9532
+ "type": "bool",
9533
+ "id": 2
9534
+ },
9535
+ "unversionedPackageDisabled": {
9536
+ "type": "bool",
9537
+ "id": 3
9538
+ }
9539
+ }
9414
9540
  }
9415
9541
  }
9416
9542
  },
@@ -9468,6 +9594,11 @@
9468
9594
  "common": {
9469
9595
  "type": "CommonLanguageSettings",
9470
9596
  "id": 1
9597
+ },
9598
+ "renamedServices": {
9599
+ "keyType": "string",
9600
+ "type": "string",
9601
+ "id": 2
9471
9602
  }
9472
9603
  }
9473
9604
  },
@@ -9529,6 +9660,19 @@
9529
9660
  "PACKAGE_MANAGER": 20
9530
9661
  }
9531
9662
  },
9663
+ "SelectiveGapicGeneration": {
9664
+ "fields": {
9665
+ "methods": {
9666
+ "rule": "repeated",
9667
+ "type": "string",
9668
+ "id": 1
9669
+ },
9670
+ "generateOmittedAsInternal": {
9671
+ "type": "bool",
9672
+ "id": 2
9673
+ }
9674
+ }
9675
+ },
9532
9676
  "LaunchStage": {
9533
9677
  "values": {
9534
9678
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -9545,7 +9689,10 @@
9545
9689
  "rule": "repeated",
9546
9690
  "type": "google.api.FieldBehavior",
9547
9691
  "id": 1052,
9548
- "extend": "google.protobuf.FieldOptions"
9692
+ "extend": "google.protobuf.FieldOptions",
9693
+ "options": {
9694
+ "packed": false
9695
+ }
9549
9696
  },
9550
9697
  "FieldBehavior": {
9551
9698
  "values": {
@@ -9651,17 +9798,26 @@
9651
9798
  },
9652
9799
  "nested": {
9653
9800
  "FileDescriptorSet": {
9801
+ "edition": "proto2",
9654
9802
  "fields": {
9655
9803
  "file": {
9656
9804
  "rule": "repeated",
9657
9805
  "type": "FileDescriptorProto",
9658
9806
  "id": 1
9659
9807
  }
9660
- }
9808
+ },
9809
+ "extensions": [
9810
+ [
9811
+ 536000000,
9812
+ 536000000
9813
+ ]
9814
+ ]
9661
9815
  },
9662
9816
  "Edition": {
9817
+ "edition": "proto2",
9663
9818
  "values": {
9664
9819
  "EDITION_UNKNOWN": 0,
9820
+ "EDITION_LEGACY": 900,
9665
9821
  "EDITION_PROTO2": 998,
9666
9822
  "EDITION_PROTO3": 999,
9667
9823
  "EDITION_2023": 1000,
@@ -9675,6 +9831,7 @@
9675
9831
  }
9676
9832
  },
9677
9833
  "FileDescriptorProto": {
9834
+ "edition": "proto2",
9678
9835
  "fields": {
9679
9836
  "name": {
9680
9837
  "type": "string",
@@ -9692,18 +9849,17 @@
9692
9849
  "publicDependency": {
9693
9850
  "rule": "repeated",
9694
9851
  "type": "int32",
9695
- "id": 10,
9696
- "options": {
9697
- "packed": false
9698
- }
9852
+ "id": 10
9699
9853
  },
9700
9854
  "weakDependency": {
9701
9855
  "rule": "repeated",
9702
9856
  "type": "int32",
9703
- "id": 11,
9704
- "options": {
9705
- "packed": false
9706
- }
9857
+ "id": 11
9858
+ },
9859
+ "optionDependency": {
9860
+ "rule": "repeated",
9861
+ "type": "string",
9862
+ "id": 15
9707
9863
  },
9708
9864
  "messageType": {
9709
9865
  "rule": "repeated",
@@ -9744,6 +9900,7 @@
9744
9900
  }
9745
9901
  },
9746
9902
  "DescriptorProto": {
9903
+ "edition": "proto2",
9747
9904
  "fields": {
9748
9905
  "name": {
9749
9906
  "type": "string",
@@ -9792,6 +9949,10 @@
9792
9949
  "rule": "repeated",
9793
9950
  "type": "string",
9794
9951
  "id": 10
9952
+ },
9953
+ "visibility": {
9954
+ "type": "SymbolVisibility",
9955
+ "id": 11
9795
9956
  }
9796
9957
  },
9797
9958
  "nested": {
@@ -9826,6 +9987,7 @@
9826
9987
  }
9827
9988
  },
9828
9989
  "ExtensionRangeOptions": {
9990
+ "edition": "proto2",
9829
9991
  "fields": {
9830
9992
  "uninterpretedOption": {
9831
9993
  "rule": "repeated",
@@ -9899,6 +10061,7 @@
9899
10061
  }
9900
10062
  },
9901
10063
  "FieldDescriptorProto": {
10064
+ "edition": "proto2",
9902
10065
  "fields": {
9903
10066
  "name": {
9904
10067
  "type": "string",
@@ -9978,6 +10141,7 @@
9978
10141
  }
9979
10142
  },
9980
10143
  "OneofDescriptorProto": {
10144
+ "edition": "proto2",
9981
10145
  "fields": {
9982
10146
  "name": {
9983
10147
  "type": "string",
@@ -9990,6 +10154,7 @@
9990
10154
  }
9991
10155
  },
9992
10156
  "EnumDescriptorProto": {
10157
+ "edition": "proto2",
9993
10158
  "fields": {
9994
10159
  "name": {
9995
10160
  "type": "string",
@@ -10013,6 +10178,10 @@
10013
10178
  "rule": "repeated",
10014
10179
  "type": "string",
10015
10180
  "id": 5
10181
+ },
10182
+ "visibility": {
10183
+ "type": "SymbolVisibility",
10184
+ "id": 6
10016
10185
  }
10017
10186
  },
10018
10187
  "nested": {
@@ -10031,6 +10200,7 @@
10031
10200
  }
10032
10201
  },
10033
10202
  "EnumValueDescriptorProto": {
10203
+ "edition": "proto2",
10034
10204
  "fields": {
10035
10205
  "name": {
10036
10206
  "type": "string",
@@ -10047,6 +10217,7 @@
10047
10217
  }
10048
10218
  },
10049
10219
  "ServiceDescriptorProto": {
10220
+ "edition": "proto2",
10050
10221
  "fields": {
10051
10222
  "name": {
10052
10223
  "type": "string",
@@ -10064,6 +10235,7 @@
10064
10235
  }
10065
10236
  },
10066
10237
  "MethodDescriptorProto": {
10238
+ "edition": "proto2",
10067
10239
  "fields": {
10068
10240
  "name": {
10069
10241
  "type": "string",
@@ -10098,6 +10270,7 @@
10098
10270
  }
10099
10271
  },
10100
10272
  "FileOptions": {
10273
+ "edition": "proto2",
10101
10274
  "fields": {
10102
10275
  "javaPackage": {
10103
10276
  "type": "string",
@@ -10223,6 +10396,7 @@
10223
10396
  42,
10224
10397
  42
10225
10398
  ],
10399
+ "php_generic_services",
10226
10400
  [
10227
10401
  38,
10228
10402
  38
@@ -10239,6 +10413,7 @@
10239
10413
  }
10240
10414
  },
10241
10415
  "MessageOptions": {
10416
+ "edition": "proto2",
10242
10417
  "fields": {
10243
10418
  "messageSetWireFormat": {
10244
10419
  "type": "bool",
@@ -10312,6 +10487,7 @@
10312
10487
  ]
10313
10488
  },
10314
10489
  "FieldOptions": {
10490
+ "edition": "proto2",
10315
10491
  "fields": {
10316
10492
  "ctype": {
10317
10493
  "type": "CType",
@@ -10356,7 +10532,8 @@
10356
10532
  "type": "bool",
10357
10533
  "id": 10,
10358
10534
  "options": {
10359
- "default": false
10535
+ "default": false,
10536
+ "deprecated": true
10360
10537
  }
10361
10538
  },
10362
10539
  "debugRedact": {
@@ -10373,10 +10550,7 @@
10373
10550
  "targets": {
10374
10551
  "rule": "repeated",
10375
10552
  "type": "OptionTargetType",
10376
- "id": 19,
10377
- "options": {
10378
- "packed": false
10379
- }
10553
+ "id": 19
10380
10554
  },
10381
10555
  "editionDefaults": {
10382
10556
  "rule": "repeated",
@@ -10387,6 +10561,10 @@
10387
10561
  "type": "FeatureSet",
10388
10562
  "id": 21
10389
10563
  },
10564
+ "featureSupport": {
10565
+ "type": "FeatureSupport",
10566
+ "id": 22
10567
+ },
10390
10568
  "uninterpretedOption": {
10391
10569
  "rule": "repeated",
10392
10570
  "type": "UninterpretedOption",
@@ -10456,10 +10634,31 @@
10456
10634
  "id": 2
10457
10635
  }
10458
10636
  }
10637
+ },
10638
+ "FeatureSupport": {
10639
+ "fields": {
10640
+ "editionIntroduced": {
10641
+ "type": "Edition",
10642
+ "id": 1
10643
+ },
10644
+ "editionDeprecated": {
10645
+ "type": "Edition",
10646
+ "id": 2
10647
+ },
10648
+ "deprecationWarning": {
10649
+ "type": "string",
10650
+ "id": 3
10651
+ },
10652
+ "editionRemoved": {
10653
+ "type": "Edition",
10654
+ "id": 4
10655
+ }
10656
+ }
10459
10657
  }
10460
10658
  }
10461
10659
  },
10462
10660
  "OneofOptions": {
10661
+ "edition": "proto2",
10463
10662
  "fields": {
10464
10663
  "features": {
10465
10664
  "type": "FeatureSet",
@@ -10479,6 +10678,7 @@
10479
10678
  ]
10480
10679
  },
10481
10680
  "EnumOptions": {
10681
+ "edition": "proto2",
10482
10682
  "fields": {
10483
10683
  "allowAlias": {
10484
10684
  "type": "bool",
@@ -10522,6 +10722,7 @@
10522
10722
  ]
10523
10723
  },
10524
10724
  "EnumValueOptions": {
10725
+ "edition": "proto2",
10525
10726
  "fields": {
10526
10727
  "deprecated": {
10527
10728
  "type": "bool",
@@ -10541,6 +10742,10 @@
10541
10742
  "default": false
10542
10743
  }
10543
10744
  },
10745
+ "featureSupport": {
10746
+ "type": "FieldOptions.FeatureSupport",
10747
+ "id": 4
10748
+ },
10544
10749
  "uninterpretedOption": {
10545
10750
  "rule": "repeated",
10546
10751
  "type": "UninterpretedOption",
@@ -10555,6 +10760,7 @@
10555
10760
  ]
10556
10761
  },
10557
10762
  "ServiceOptions": {
10763
+ "edition": "proto2",
10558
10764
  "fields": {
10559
10765
  "features": {
10560
10766
  "type": "FeatureSet",
@@ -10581,6 +10787,7 @@
10581
10787
  ]
10582
10788
  },
10583
10789
  "MethodOptions": {
10790
+ "edition": "proto2",
10584
10791
  "fields": {
10585
10792
  "deprecated": {
10586
10793
  "type": "bool",
@@ -10623,6 +10830,7 @@
10623
10830
  }
10624
10831
  },
10625
10832
  "UninterpretedOption": {
10833
+ "edition": "proto2",
10626
10834
  "fields": {
10627
10835
  "name": {
10628
10836
  "rule": "repeated",
@@ -10672,6 +10880,7 @@
10672
10880
  }
10673
10881
  },
10674
10882
  "FeatureSet": {
10883
+ "edition": "proto2",
10675
10884
  "fields": {
10676
10885
  "fieldPresence": {
10677
10886
  "type": "FieldPresence",
@@ -10679,6 +10888,7 @@
10679
10888
  "options": {
10680
10889
  "retention": "RETENTION_RUNTIME",
10681
10890
  "targets": "TARGET_TYPE_FILE",
10891
+ "feature_support.edition_introduced": "EDITION_2023",
10682
10892
  "edition_defaults.edition": "EDITION_2023",
10683
10893
  "edition_defaults.value": "EXPLICIT"
10684
10894
  }
@@ -10689,6 +10899,7 @@
10689
10899
  "options": {
10690
10900
  "retention": "RETENTION_RUNTIME",
10691
10901
  "targets": "TARGET_TYPE_FILE",
10902
+ "feature_support.edition_introduced": "EDITION_2023",
10692
10903
  "edition_defaults.edition": "EDITION_PROTO3",
10693
10904
  "edition_defaults.value": "OPEN"
10694
10905
  }
@@ -10699,6 +10910,7 @@
10699
10910
  "options": {
10700
10911
  "retention": "RETENTION_RUNTIME",
10701
10912
  "targets": "TARGET_TYPE_FILE",
10913
+ "feature_support.edition_introduced": "EDITION_2023",
10702
10914
  "edition_defaults.edition": "EDITION_PROTO3",
10703
10915
  "edition_defaults.value": "PACKED"
10704
10916
  }
@@ -10709,6 +10921,7 @@
10709
10921
  "options": {
10710
10922
  "retention": "RETENTION_RUNTIME",
10711
10923
  "targets": "TARGET_TYPE_FILE",
10924
+ "feature_support.edition_introduced": "EDITION_2023",
10712
10925
  "edition_defaults.edition": "EDITION_PROTO3",
10713
10926
  "edition_defaults.value": "VERIFY"
10714
10927
  }
@@ -10719,7 +10932,8 @@
10719
10932
  "options": {
10720
10933
  "retention": "RETENTION_RUNTIME",
10721
10934
  "targets": "TARGET_TYPE_FILE",
10722
- "edition_defaults.edition": "EDITION_PROTO2",
10935
+ "feature_support.edition_introduced": "EDITION_2023",
10936
+ "edition_defaults.edition": "EDITION_LEGACY",
10723
10937
  "edition_defaults.value": "LENGTH_PREFIXED"
10724
10938
  }
10725
10939
  },
@@ -10729,23 +10943,46 @@
10729
10943
  "options": {
10730
10944
  "retention": "RETENTION_RUNTIME",
10731
10945
  "targets": "TARGET_TYPE_FILE",
10946
+ "feature_support.edition_introduced": "EDITION_2023",
10732
10947
  "edition_defaults.edition": "EDITION_PROTO3",
10733
10948
  "edition_defaults.value": "ALLOW"
10734
10949
  }
10950
+ },
10951
+ "enforceNamingStyle": {
10952
+ "type": "EnforceNamingStyle",
10953
+ "id": 7,
10954
+ "options": {
10955
+ "retention": "RETENTION_SOURCE",
10956
+ "targets": "TARGET_TYPE_METHOD",
10957
+ "feature_support.edition_introduced": "EDITION_2024",
10958
+ "edition_defaults.edition": "EDITION_2024",
10959
+ "edition_defaults.value": "STYLE2024"
10960
+ }
10961
+ },
10962
+ "defaultSymbolVisibility": {
10963
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
10964
+ "id": 8,
10965
+ "options": {
10966
+ "retention": "RETENTION_SOURCE",
10967
+ "targets": "TARGET_TYPE_FILE",
10968
+ "feature_support.edition_introduced": "EDITION_2024",
10969
+ "edition_defaults.edition": "EDITION_2024",
10970
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
10971
+ }
10735
10972
  }
10736
10973
  },
10737
10974
  "extensions": [
10738
10975
  [
10739
10976
  1000,
10740
- 1000
10741
- ],
10742
- [
10743
- 1001,
10744
- 1001
10977
+ 9994
10745
10978
  ],
10746
10979
  [
10747
10980
  9995,
10748
10981
  9999
10982
+ ],
10983
+ [
10984
+ 10000,
10985
+ 10000
10749
10986
  ]
10750
10987
  ],
10751
10988
  "reserved": [
@@ -10782,7 +11019,13 @@
10782
11019
  "UTF8_VALIDATION_UNKNOWN": 0,
10783
11020
  "VERIFY": 2,
10784
11021
  "NONE": 3
10785
- }
11022
+ },
11023
+ "reserved": [
11024
+ [
11025
+ 1,
11026
+ 1
11027
+ ]
11028
+ ]
10786
11029
  },
10787
11030
  "MessageEncoding": {
10788
11031
  "values": {
@@ -10797,10 +11040,38 @@
10797
11040
  "ALLOW": 1,
10798
11041
  "LEGACY_BEST_EFFORT": 2
10799
11042
  }
11043
+ },
11044
+ "EnforceNamingStyle": {
11045
+ "values": {
11046
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
11047
+ "STYLE2024": 1,
11048
+ "STYLE_LEGACY": 2
11049
+ }
11050
+ },
11051
+ "VisibilityFeature": {
11052
+ "fields": {},
11053
+ "reserved": [
11054
+ [
11055
+ 1,
11056
+ 536870911
11057
+ ]
11058
+ ],
11059
+ "nested": {
11060
+ "DefaultSymbolVisibility": {
11061
+ "values": {
11062
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
11063
+ "EXPORT_ALL": 1,
11064
+ "EXPORT_TOP_LEVEL": 2,
11065
+ "LOCAL_ALL": 3,
11066
+ "STRICT": 4
11067
+ }
11068
+ }
11069
+ }
10800
11070
  }
10801
11071
  }
10802
11072
  },
10803
11073
  "FeatureSetDefaults": {
11074
+ "edition": "proto2",
10804
11075
  "fields": {
10805
11076
  "defaults": {
10806
11077
  "rule": "repeated",
@@ -10823,15 +11094,31 @@
10823
11094
  "type": "Edition",
10824
11095
  "id": 3
10825
11096
  },
10826
- "features": {
11097
+ "overridableFeatures": {
10827
11098
  "type": "FeatureSet",
10828
- "id": 2
11099
+ "id": 4
11100
+ },
11101
+ "fixedFeatures": {
11102
+ "type": "FeatureSet",
11103
+ "id": 5
10829
11104
  }
10830
- }
11105
+ },
11106
+ "reserved": [
11107
+ [
11108
+ 1,
11109
+ 1
11110
+ ],
11111
+ [
11112
+ 2,
11113
+ 2
11114
+ ],
11115
+ "features"
11116
+ ]
10831
11117
  }
10832
11118
  }
10833
11119
  },
10834
11120
  "SourceCodeInfo": {
11121
+ "edition": "proto2",
10835
11122
  "fields": {
10836
11123
  "location": {
10837
11124
  "rule": "repeated",
@@ -10839,18 +11126,30 @@
10839
11126
  "id": 1
10840
11127
  }
10841
11128
  },
11129
+ "extensions": [
11130
+ [
11131
+ 536000000,
11132
+ 536000000
11133
+ ]
11134
+ ],
10842
11135
  "nested": {
10843
11136
  "Location": {
10844
11137
  "fields": {
10845
11138
  "path": {
10846
11139
  "rule": "repeated",
10847
11140
  "type": "int32",
10848
- "id": 1
11141
+ "id": 1,
11142
+ "options": {
11143
+ "packed": true
11144
+ }
10849
11145
  },
10850
11146
  "span": {
10851
11147
  "rule": "repeated",
10852
11148
  "type": "int32",
10853
- "id": 2
11149
+ "id": 2,
11150
+ "options": {
11151
+ "packed": true
11152
+ }
10854
11153
  },
10855
11154
  "leadingComments": {
10856
11155
  "type": "string",
@@ -10870,6 +11169,7 @@
10870
11169
  }
10871
11170
  },
10872
11171
  "GeneratedCodeInfo": {
11172
+ "edition": "proto2",
10873
11173
  "fields": {
10874
11174
  "annotation": {
10875
11175
  "rule": "repeated",
@@ -10883,7 +11183,10 @@
10883
11183
  "path": {
10884
11184
  "rule": "repeated",
10885
11185
  "type": "int32",
10886
- "id": 1
11186
+ "id": 1,
11187
+ "options": {
11188
+ "packed": true
11189
+ }
10887
11190
  },
10888
11191
  "sourceFile": {
10889
11192
  "type": "string",
@@ -10914,6 +11217,14 @@
10914
11217
  }
10915
11218
  }
10916
11219
  },
11220
+ "SymbolVisibility": {
11221
+ "edition": "proto2",
11222
+ "values": {
11223
+ "VISIBILITY_UNSET": 0,
11224
+ "VISIBILITY_LOCAL": 1,
11225
+ "VISIBILITY_EXPORT": 2
11226
+ }
11227
+ },
10917
11228
  "Duration": {
10918
11229
  "fields": {
10919
11230
  "seconds": {