@google-cloud/dms 4.1.2 → 5.1.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 +2 -3
- package/build/protos/protos.d.ts +1033 -20
- package/build/protos/protos.js +1 -68257
- package/build/protos/protos.json +368 -27
- package/build/src/v1/data_migration_service_client.d.ts +339 -339
- package/build/src/v1/data_migration_service_client.js +716 -347
- package/package.json +9 -12
package/build/protos/protos.json
CHANGED
|
@@ -5170,8 +5170,7 @@
|
|
|
5170
5170
|
"java_multiple_files": true,
|
|
5171
5171
|
"java_outer_classname": "ResourceProto",
|
|
5172
5172
|
"java_package": "com.google.api",
|
|
5173
|
-
"objc_class_prefix": "GAPI"
|
|
5174
|
-
"cc_enable_arenas": true
|
|
5173
|
+
"objc_class_prefix": "GAPI"
|
|
5175
5174
|
},
|
|
5176
5175
|
"nested": {
|
|
5177
5176
|
"http": {
|
|
@@ -5295,6 +5294,10 @@
|
|
|
5295
5294
|
"rule": "repeated",
|
|
5296
5295
|
"type": "ClientLibraryDestination",
|
|
5297
5296
|
"id": 2
|
|
5297
|
+
},
|
|
5298
|
+
"selectiveGapicGeneration": {
|
|
5299
|
+
"type": "SelectiveGapicGeneration",
|
|
5300
|
+
"id": 3
|
|
5298
5301
|
}
|
|
5299
5302
|
}
|
|
5300
5303
|
},
|
|
@@ -5427,6 +5430,10 @@
|
|
|
5427
5430
|
"common": {
|
|
5428
5431
|
"type": "CommonLanguageSettings",
|
|
5429
5432
|
"id": 1
|
|
5433
|
+
},
|
|
5434
|
+
"libraryPackage": {
|
|
5435
|
+
"type": "string",
|
|
5436
|
+
"id": 2
|
|
5430
5437
|
}
|
|
5431
5438
|
}
|
|
5432
5439
|
},
|
|
@@ -5435,6 +5442,28 @@
|
|
|
5435
5442
|
"common": {
|
|
5436
5443
|
"type": "CommonLanguageSettings",
|
|
5437
5444
|
"id": 1
|
|
5445
|
+
},
|
|
5446
|
+
"experimentalFeatures": {
|
|
5447
|
+
"type": "ExperimentalFeatures",
|
|
5448
|
+
"id": 2
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
"nested": {
|
|
5452
|
+
"ExperimentalFeatures": {
|
|
5453
|
+
"fields": {
|
|
5454
|
+
"restAsyncIoEnabled": {
|
|
5455
|
+
"type": "bool",
|
|
5456
|
+
"id": 1
|
|
5457
|
+
},
|
|
5458
|
+
"protobufPythonicTypesEnabled": {
|
|
5459
|
+
"type": "bool",
|
|
5460
|
+
"id": 2
|
|
5461
|
+
},
|
|
5462
|
+
"unversionedPackageDisabled": {
|
|
5463
|
+
"type": "bool",
|
|
5464
|
+
"id": 3
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5438
5467
|
}
|
|
5439
5468
|
}
|
|
5440
5469
|
},
|
|
@@ -5492,6 +5521,11 @@
|
|
|
5492
5521
|
"common": {
|
|
5493
5522
|
"type": "CommonLanguageSettings",
|
|
5494
5523
|
"id": 1
|
|
5524
|
+
},
|
|
5525
|
+
"renamedServices": {
|
|
5526
|
+
"keyType": "string",
|
|
5527
|
+
"type": "string",
|
|
5528
|
+
"id": 2
|
|
5495
5529
|
}
|
|
5496
5530
|
}
|
|
5497
5531
|
},
|
|
@@ -5509,6 +5543,10 @@
|
|
|
5509
5543
|
"rule": "repeated",
|
|
5510
5544
|
"type": "string",
|
|
5511
5545
|
"id": 3
|
|
5546
|
+
},
|
|
5547
|
+
"batching": {
|
|
5548
|
+
"type": "BatchingConfigProto",
|
|
5549
|
+
"id": 4
|
|
5512
5550
|
}
|
|
5513
5551
|
},
|
|
5514
5552
|
"nested": {
|
|
@@ -5553,6 +5591,92 @@
|
|
|
5553
5591
|
"PACKAGE_MANAGER": 20
|
|
5554
5592
|
}
|
|
5555
5593
|
},
|
|
5594
|
+
"SelectiveGapicGeneration": {
|
|
5595
|
+
"fields": {
|
|
5596
|
+
"methods": {
|
|
5597
|
+
"rule": "repeated",
|
|
5598
|
+
"type": "string",
|
|
5599
|
+
"id": 1
|
|
5600
|
+
},
|
|
5601
|
+
"generateOmittedAsInternal": {
|
|
5602
|
+
"type": "bool",
|
|
5603
|
+
"id": 2
|
|
5604
|
+
}
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5607
|
+
"BatchingConfigProto": {
|
|
5608
|
+
"fields": {
|
|
5609
|
+
"thresholds": {
|
|
5610
|
+
"type": "BatchingSettingsProto",
|
|
5611
|
+
"id": 1
|
|
5612
|
+
},
|
|
5613
|
+
"batchDescriptor": {
|
|
5614
|
+
"type": "BatchingDescriptorProto",
|
|
5615
|
+
"id": 2
|
|
5616
|
+
}
|
|
5617
|
+
}
|
|
5618
|
+
},
|
|
5619
|
+
"BatchingSettingsProto": {
|
|
5620
|
+
"fields": {
|
|
5621
|
+
"elementCountThreshold": {
|
|
5622
|
+
"type": "int32",
|
|
5623
|
+
"id": 1
|
|
5624
|
+
},
|
|
5625
|
+
"requestByteThreshold": {
|
|
5626
|
+
"type": "int64",
|
|
5627
|
+
"id": 2
|
|
5628
|
+
},
|
|
5629
|
+
"delayThreshold": {
|
|
5630
|
+
"type": "google.protobuf.Duration",
|
|
5631
|
+
"id": 3
|
|
5632
|
+
},
|
|
5633
|
+
"elementCountLimit": {
|
|
5634
|
+
"type": "int32",
|
|
5635
|
+
"id": 4
|
|
5636
|
+
},
|
|
5637
|
+
"requestByteLimit": {
|
|
5638
|
+
"type": "int32",
|
|
5639
|
+
"id": 5
|
|
5640
|
+
},
|
|
5641
|
+
"flowControlElementLimit": {
|
|
5642
|
+
"type": "int32",
|
|
5643
|
+
"id": 6
|
|
5644
|
+
},
|
|
5645
|
+
"flowControlByteLimit": {
|
|
5646
|
+
"type": "int32",
|
|
5647
|
+
"id": 7
|
|
5648
|
+
},
|
|
5649
|
+
"flowControlLimitExceededBehavior": {
|
|
5650
|
+
"type": "FlowControlLimitExceededBehaviorProto",
|
|
5651
|
+
"id": 8
|
|
5652
|
+
}
|
|
5653
|
+
}
|
|
5654
|
+
},
|
|
5655
|
+
"FlowControlLimitExceededBehaviorProto": {
|
|
5656
|
+
"values": {
|
|
5657
|
+
"UNSET_BEHAVIOR": 0,
|
|
5658
|
+
"THROW_EXCEPTION": 1,
|
|
5659
|
+
"BLOCK": 2,
|
|
5660
|
+
"IGNORE": 3
|
|
5661
|
+
}
|
|
5662
|
+
},
|
|
5663
|
+
"BatchingDescriptorProto": {
|
|
5664
|
+
"fields": {
|
|
5665
|
+
"batchedField": {
|
|
5666
|
+
"type": "string",
|
|
5667
|
+
"id": 1
|
|
5668
|
+
},
|
|
5669
|
+
"discriminatorFields": {
|
|
5670
|
+
"rule": "repeated",
|
|
5671
|
+
"type": "string",
|
|
5672
|
+
"id": 2
|
|
5673
|
+
},
|
|
5674
|
+
"subresponseField": {
|
|
5675
|
+
"type": "string",
|
|
5676
|
+
"id": 3
|
|
5677
|
+
}
|
|
5678
|
+
}
|
|
5679
|
+
},
|
|
5556
5680
|
"LaunchStage": {
|
|
5557
5681
|
"values": {
|
|
5558
5682
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -5685,16 +5809,25 @@
|
|
|
5685
5809
|
"type": "FileDescriptorProto",
|
|
5686
5810
|
"id": 1
|
|
5687
5811
|
}
|
|
5688
|
-
}
|
|
5812
|
+
},
|
|
5813
|
+
"extensions": [
|
|
5814
|
+
[
|
|
5815
|
+
536000000,
|
|
5816
|
+
536000000
|
|
5817
|
+
]
|
|
5818
|
+
]
|
|
5689
5819
|
},
|
|
5690
5820
|
"Edition": {
|
|
5691
5821
|
"edition": "proto2",
|
|
5692
5822
|
"values": {
|
|
5693
5823
|
"EDITION_UNKNOWN": 0,
|
|
5824
|
+
"EDITION_LEGACY": 900,
|
|
5694
5825
|
"EDITION_PROTO2": 998,
|
|
5695
5826
|
"EDITION_PROTO3": 999,
|
|
5696
5827
|
"EDITION_2023": 1000,
|
|
5697
5828
|
"EDITION_2024": 1001,
|
|
5829
|
+
"EDITION_2026": 1002,
|
|
5830
|
+
"EDITION_UNSTABLE": 9999,
|
|
5698
5831
|
"EDITION_1_TEST_ONLY": 1,
|
|
5699
5832
|
"EDITION_2_TEST_ONLY": 2,
|
|
5700
5833
|
"EDITION_99997_TEST_ONLY": 99997,
|
|
@@ -5729,6 +5862,11 @@
|
|
|
5729
5862
|
"type": "int32",
|
|
5730
5863
|
"id": 11
|
|
5731
5864
|
},
|
|
5865
|
+
"optionDependency": {
|
|
5866
|
+
"rule": "repeated",
|
|
5867
|
+
"type": "string",
|
|
5868
|
+
"id": 15
|
|
5869
|
+
},
|
|
5732
5870
|
"messageType": {
|
|
5733
5871
|
"rule": "repeated",
|
|
5734
5872
|
"type": "DescriptorProto",
|
|
@@ -5817,6 +5955,10 @@
|
|
|
5817
5955
|
"rule": "repeated",
|
|
5818
5956
|
"type": "string",
|
|
5819
5957
|
"id": 10
|
|
5958
|
+
},
|
|
5959
|
+
"visibility": {
|
|
5960
|
+
"type": "SymbolVisibility",
|
|
5961
|
+
"id": 11
|
|
5820
5962
|
}
|
|
5821
5963
|
},
|
|
5822
5964
|
"nested": {
|
|
@@ -5880,6 +6022,10 @@
|
|
|
5880
6022
|
}
|
|
5881
6023
|
},
|
|
5882
6024
|
"extensions": [
|
|
6025
|
+
[
|
|
6026
|
+
990,
|
|
6027
|
+
998
|
|
6028
|
+
],
|
|
5883
6029
|
[
|
|
5884
6030
|
1000,
|
|
5885
6031
|
536870911
|
|
@@ -6042,6 +6188,10 @@
|
|
|
6042
6188
|
"rule": "repeated",
|
|
6043
6189
|
"type": "string",
|
|
6044
6190
|
"id": 5
|
|
6191
|
+
},
|
|
6192
|
+
"visibility": {
|
|
6193
|
+
"type": "SymbolVisibility",
|
|
6194
|
+
"id": 6
|
|
6045
6195
|
}
|
|
6046
6196
|
},
|
|
6047
6197
|
"nested": {
|
|
@@ -6092,7 +6242,14 @@
|
|
|
6092
6242
|
"type": "ServiceOptions",
|
|
6093
6243
|
"id": 3
|
|
6094
6244
|
}
|
|
6095
|
-
}
|
|
6245
|
+
},
|
|
6246
|
+
"reserved": [
|
|
6247
|
+
[
|
|
6248
|
+
4,
|
|
6249
|
+
4
|
|
6250
|
+
],
|
|
6251
|
+
"stream"
|
|
6252
|
+
]
|
|
6096
6253
|
},
|
|
6097
6254
|
"MethodDescriptorProto": {
|
|
6098
6255
|
"edition": "proto2",
|
|
@@ -6144,7 +6301,10 @@
|
|
|
6144
6301
|
"type": "bool",
|
|
6145
6302
|
"id": 10,
|
|
6146
6303
|
"options": {
|
|
6147
|
-
"default": false
|
|
6304
|
+
"default": false,
|
|
6305
|
+
"feature_support.edition_introduced": "EDITION_PROTO2",
|
|
6306
|
+
"feature_support.edition_removed": "EDITION_2024",
|
|
6307
|
+
"feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
|
|
6148
6308
|
}
|
|
6149
6309
|
},
|
|
6150
6310
|
"javaGenerateEqualsAndHash": {
|
|
@@ -6204,7 +6364,9 @@
|
|
|
6204
6364
|
"type": "bool",
|
|
6205
6365
|
"id": 31,
|
|
6206
6366
|
"options": {
|
|
6207
|
-
"default": true
|
|
6367
|
+
"default": true,
|
|
6368
|
+
"feature_support.edition_removed": "EDITION_2026",
|
|
6369
|
+
"feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
|
|
6208
6370
|
}
|
|
6209
6371
|
},
|
|
6210
6372
|
"objcClassPrefix": {
|
|
@@ -6246,6 +6408,10 @@
|
|
|
6246
6408
|
}
|
|
6247
6409
|
},
|
|
6248
6410
|
"extensions": [
|
|
6411
|
+
[
|
|
6412
|
+
990,
|
|
6413
|
+
998
|
|
6414
|
+
],
|
|
6249
6415
|
[
|
|
6250
6416
|
1000,
|
|
6251
6417
|
536870911
|
|
@@ -6256,6 +6422,7 @@
|
|
|
6256
6422
|
42,
|
|
6257
6423
|
42
|
|
6258
6424
|
],
|
|
6425
|
+
"php_generic_services",
|
|
6259
6426
|
[
|
|
6260
6427
|
38,
|
|
6261
6428
|
38
|
|
@@ -6317,6 +6484,10 @@
|
|
|
6317
6484
|
}
|
|
6318
6485
|
},
|
|
6319
6486
|
"extensions": [
|
|
6487
|
+
[
|
|
6488
|
+
990,
|
|
6489
|
+
998
|
|
6490
|
+
],
|
|
6320
6491
|
[
|
|
6321
6492
|
1000,
|
|
6322
6493
|
536870911
|
|
@@ -6391,7 +6562,8 @@
|
|
|
6391
6562
|
"type": "bool",
|
|
6392
6563
|
"id": 10,
|
|
6393
6564
|
"options": {
|
|
6394
|
-
"default": false
|
|
6565
|
+
"default": false,
|
|
6566
|
+
"deprecated": true
|
|
6395
6567
|
}
|
|
6396
6568
|
},
|
|
6397
6569
|
"debugRedact": {
|
|
@@ -6419,6 +6591,10 @@
|
|
|
6419
6591
|
"type": "FeatureSet",
|
|
6420
6592
|
"id": 21
|
|
6421
6593
|
},
|
|
6594
|
+
"featureSupport": {
|
|
6595
|
+
"type": "FeatureSupport",
|
|
6596
|
+
"id": 22
|
|
6597
|
+
},
|
|
6422
6598
|
"uninterpretedOption": {
|
|
6423
6599
|
"rule": "repeated",
|
|
6424
6600
|
"type": "UninterpretedOption",
|
|
@@ -6426,6 +6602,10 @@
|
|
|
6426
6602
|
}
|
|
6427
6603
|
},
|
|
6428
6604
|
"extensions": [
|
|
6605
|
+
[
|
|
6606
|
+
990,
|
|
6607
|
+
998
|
|
6608
|
+
],
|
|
6429
6609
|
[
|
|
6430
6610
|
1000,
|
|
6431
6611
|
536870911
|
|
@@ -6488,6 +6668,30 @@
|
|
|
6488
6668
|
"id": 2
|
|
6489
6669
|
}
|
|
6490
6670
|
}
|
|
6671
|
+
},
|
|
6672
|
+
"FeatureSupport": {
|
|
6673
|
+
"fields": {
|
|
6674
|
+
"editionIntroduced": {
|
|
6675
|
+
"type": "Edition",
|
|
6676
|
+
"id": 1
|
|
6677
|
+
},
|
|
6678
|
+
"editionDeprecated": {
|
|
6679
|
+
"type": "Edition",
|
|
6680
|
+
"id": 2
|
|
6681
|
+
},
|
|
6682
|
+
"deprecationWarning": {
|
|
6683
|
+
"type": "string",
|
|
6684
|
+
"id": 3
|
|
6685
|
+
},
|
|
6686
|
+
"editionRemoved": {
|
|
6687
|
+
"type": "Edition",
|
|
6688
|
+
"id": 4
|
|
6689
|
+
},
|
|
6690
|
+
"removalError": {
|
|
6691
|
+
"type": "string",
|
|
6692
|
+
"id": 5
|
|
6693
|
+
}
|
|
6694
|
+
}
|
|
6491
6695
|
}
|
|
6492
6696
|
}
|
|
6493
6697
|
},
|
|
@@ -6505,6 +6709,10 @@
|
|
|
6505
6709
|
}
|
|
6506
6710
|
},
|
|
6507
6711
|
"extensions": [
|
|
6712
|
+
[
|
|
6713
|
+
990,
|
|
6714
|
+
998
|
|
6715
|
+
],
|
|
6508
6716
|
[
|
|
6509
6717
|
1000,
|
|
6510
6718
|
536870911
|
|
@@ -6543,6 +6751,10 @@
|
|
|
6543
6751
|
}
|
|
6544
6752
|
},
|
|
6545
6753
|
"extensions": [
|
|
6754
|
+
[
|
|
6755
|
+
990,
|
|
6756
|
+
998
|
|
6757
|
+
],
|
|
6546
6758
|
[
|
|
6547
6759
|
1000,
|
|
6548
6760
|
536870911
|
|
@@ -6576,6 +6788,10 @@
|
|
|
6576
6788
|
"default": false
|
|
6577
6789
|
}
|
|
6578
6790
|
},
|
|
6791
|
+
"featureSupport": {
|
|
6792
|
+
"type": "FieldOptions.FeatureSupport",
|
|
6793
|
+
"id": 4
|
|
6794
|
+
},
|
|
6579
6795
|
"uninterpretedOption": {
|
|
6580
6796
|
"rule": "repeated",
|
|
6581
6797
|
"type": "UninterpretedOption",
|
|
@@ -6583,6 +6799,10 @@
|
|
|
6583
6799
|
}
|
|
6584
6800
|
},
|
|
6585
6801
|
"extensions": [
|
|
6802
|
+
[
|
|
6803
|
+
990,
|
|
6804
|
+
998
|
|
6805
|
+
],
|
|
6586
6806
|
[
|
|
6587
6807
|
1000,
|
|
6588
6808
|
536870911
|
|
@@ -6610,6 +6830,10 @@
|
|
|
6610
6830
|
}
|
|
6611
6831
|
},
|
|
6612
6832
|
"extensions": [
|
|
6833
|
+
[
|
|
6834
|
+
990,
|
|
6835
|
+
998
|
|
6836
|
+
],
|
|
6613
6837
|
[
|
|
6614
6838
|
1000,
|
|
6615
6839
|
536870911
|
|
@@ -6644,6 +6868,10 @@
|
|
|
6644
6868
|
}
|
|
6645
6869
|
},
|
|
6646
6870
|
"extensions": [
|
|
6871
|
+
[
|
|
6872
|
+
990,
|
|
6873
|
+
998
|
|
6874
|
+
],
|
|
6647
6875
|
[
|
|
6648
6876
|
1000,
|
|
6649
6877
|
536870911
|
|
@@ -6718,6 +6946,7 @@
|
|
|
6718
6946
|
"options": {
|
|
6719
6947
|
"retention": "RETENTION_RUNTIME",
|
|
6720
6948
|
"targets": "TARGET_TYPE_FILE",
|
|
6949
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6721
6950
|
"edition_defaults.edition": "EDITION_2023",
|
|
6722
6951
|
"edition_defaults.value": "EXPLICIT"
|
|
6723
6952
|
}
|
|
@@ -6728,6 +6957,7 @@
|
|
|
6728
6957
|
"options": {
|
|
6729
6958
|
"retention": "RETENTION_RUNTIME",
|
|
6730
6959
|
"targets": "TARGET_TYPE_FILE",
|
|
6960
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6731
6961
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6732
6962
|
"edition_defaults.value": "OPEN"
|
|
6733
6963
|
}
|
|
@@ -6738,6 +6968,7 @@
|
|
|
6738
6968
|
"options": {
|
|
6739
6969
|
"retention": "RETENTION_RUNTIME",
|
|
6740
6970
|
"targets": "TARGET_TYPE_FILE",
|
|
6971
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6741
6972
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6742
6973
|
"edition_defaults.value": "PACKED"
|
|
6743
6974
|
}
|
|
@@ -6748,6 +6979,7 @@
|
|
|
6748
6979
|
"options": {
|
|
6749
6980
|
"retention": "RETENTION_RUNTIME",
|
|
6750
6981
|
"targets": "TARGET_TYPE_FILE",
|
|
6982
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6751
6983
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6752
6984
|
"edition_defaults.value": "VERIFY"
|
|
6753
6985
|
}
|
|
@@ -6758,7 +6990,8 @@
|
|
|
6758
6990
|
"options": {
|
|
6759
6991
|
"retention": "RETENTION_RUNTIME",
|
|
6760
6992
|
"targets": "TARGET_TYPE_FILE",
|
|
6761
|
-
"
|
|
6993
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6994
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
6762
6995
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
6763
6996
|
}
|
|
6764
6997
|
},
|
|
@@ -6768,27 +7001,49 @@
|
|
|
6768
7001
|
"options": {
|
|
6769
7002
|
"retention": "RETENTION_RUNTIME",
|
|
6770
7003
|
"targets": "TARGET_TYPE_FILE",
|
|
7004
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6771
7005
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6772
7006
|
"edition_defaults.value": "ALLOW"
|
|
6773
7007
|
}
|
|
7008
|
+
},
|
|
7009
|
+
"enforceNamingStyle": {
|
|
7010
|
+
"type": "EnforceNamingStyle",
|
|
7011
|
+
"id": 7,
|
|
7012
|
+
"options": {
|
|
7013
|
+
"retention": "RETENTION_SOURCE",
|
|
7014
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
7015
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
7016
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
7017
|
+
"edition_defaults.value": "STYLE2026"
|
|
7018
|
+
}
|
|
7019
|
+
},
|
|
7020
|
+
"defaultSymbolVisibility": {
|
|
7021
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
7022
|
+
"id": 8,
|
|
7023
|
+
"options": {
|
|
7024
|
+
"retention": "RETENTION_SOURCE",
|
|
7025
|
+
"targets": "TARGET_TYPE_FILE",
|
|
7026
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
7027
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
7028
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
7029
|
+
}
|
|
7030
|
+
},
|
|
7031
|
+
"enforceProtoLimits": {
|
|
7032
|
+
"type": "ProtoLimitsFeature.EnforceProtoLimits",
|
|
7033
|
+
"id": 9,
|
|
7034
|
+
"options": {
|
|
7035
|
+
"retention": "RETENTION_SOURCE",
|
|
7036
|
+
"targets": "TARGET_TYPE_ONEOF",
|
|
7037
|
+
"feature_support.edition_introduced": "EDITION_2026",
|
|
7038
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
7039
|
+
"edition_defaults.value": "PROTO_LIMITS2026"
|
|
7040
|
+
}
|
|
6774
7041
|
}
|
|
6775
7042
|
},
|
|
6776
7043
|
"extensions": [
|
|
6777
7044
|
[
|
|
6778
7045
|
1000,
|
|
6779
|
-
|
|
6780
|
-
],
|
|
6781
|
-
[
|
|
6782
|
-
1001,
|
|
6783
|
-
1001
|
|
6784
|
-
],
|
|
6785
|
-
[
|
|
6786
|
-
1002,
|
|
6787
|
-
1002
|
|
6788
|
-
],
|
|
6789
|
-
[
|
|
6790
|
-
9990,
|
|
6791
|
-
9990
|
|
7046
|
+
9994
|
|
6792
7047
|
],
|
|
6793
7048
|
[
|
|
6794
7049
|
9995,
|
|
@@ -6833,7 +7088,13 @@
|
|
|
6833
7088
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
6834
7089
|
"VERIFY": 2,
|
|
6835
7090
|
"NONE": 3
|
|
6836
|
-
}
|
|
7091
|
+
},
|
|
7092
|
+
"reserved": [
|
|
7093
|
+
[
|
|
7094
|
+
1,
|
|
7095
|
+
1
|
|
7096
|
+
]
|
|
7097
|
+
]
|
|
6837
7098
|
},
|
|
6838
7099
|
"MessageEncoding": {
|
|
6839
7100
|
"values": {
|
|
@@ -6848,6 +7109,46 @@
|
|
|
6848
7109
|
"ALLOW": 1,
|
|
6849
7110
|
"LEGACY_BEST_EFFORT": 2
|
|
6850
7111
|
}
|
|
7112
|
+
},
|
|
7113
|
+
"EnforceNamingStyle": {
|
|
7114
|
+
"values": {
|
|
7115
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
7116
|
+
"STYLE2024": 1,
|
|
7117
|
+
"STYLE_LEGACY": 2,
|
|
7118
|
+
"STYLE2026": 3
|
|
7119
|
+
}
|
|
7120
|
+
},
|
|
7121
|
+
"VisibilityFeature": {
|
|
7122
|
+
"fields": {},
|
|
7123
|
+
"reserved": [
|
|
7124
|
+
[
|
|
7125
|
+
1,
|
|
7126
|
+
536870911
|
|
7127
|
+
]
|
|
7128
|
+
],
|
|
7129
|
+
"nested": {
|
|
7130
|
+
"DefaultSymbolVisibility": {
|
|
7131
|
+
"values": {
|
|
7132
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
7133
|
+
"EXPORT_ALL": 1,
|
|
7134
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
7135
|
+
"LOCAL_ALL": 3,
|
|
7136
|
+
"STRICT": 4
|
|
7137
|
+
}
|
|
7138
|
+
}
|
|
7139
|
+
}
|
|
7140
|
+
},
|
|
7141
|
+
"ProtoLimitsFeature": {
|
|
7142
|
+
"fields": {},
|
|
7143
|
+
"nested": {
|
|
7144
|
+
"EnforceProtoLimits": {
|
|
7145
|
+
"values": {
|
|
7146
|
+
"PROTO_LIMITS_UNKNOWN": 0,
|
|
7147
|
+
"LEGACY_NO_EXPLICIT_LIMITS": 1,
|
|
7148
|
+
"PROTO_LIMITS2026": 2
|
|
7149
|
+
}
|
|
7150
|
+
}
|
|
7151
|
+
}
|
|
6851
7152
|
}
|
|
6852
7153
|
}
|
|
6853
7154
|
},
|
|
@@ -6875,11 +7176,26 @@
|
|
|
6875
7176
|
"type": "Edition",
|
|
6876
7177
|
"id": 3
|
|
6877
7178
|
},
|
|
6878
|
-
"
|
|
7179
|
+
"overridableFeatures": {
|
|
6879
7180
|
"type": "FeatureSet",
|
|
6880
|
-
"id":
|
|
7181
|
+
"id": 4
|
|
7182
|
+
},
|
|
7183
|
+
"fixedFeatures": {
|
|
7184
|
+
"type": "FeatureSet",
|
|
7185
|
+
"id": 5
|
|
6881
7186
|
}
|
|
6882
|
-
}
|
|
7187
|
+
},
|
|
7188
|
+
"reserved": [
|
|
7189
|
+
[
|
|
7190
|
+
1,
|
|
7191
|
+
1
|
|
7192
|
+
],
|
|
7193
|
+
[
|
|
7194
|
+
2,
|
|
7195
|
+
2
|
|
7196
|
+
],
|
|
7197
|
+
"features"
|
|
7198
|
+
]
|
|
6883
7199
|
}
|
|
6884
7200
|
}
|
|
6885
7201
|
},
|
|
@@ -6892,6 +7208,12 @@
|
|
|
6892
7208
|
"id": 1
|
|
6893
7209
|
}
|
|
6894
7210
|
},
|
|
7211
|
+
"extensions": [
|
|
7212
|
+
[
|
|
7213
|
+
536000000,
|
|
7214
|
+
536000000
|
|
7215
|
+
]
|
|
7216
|
+
],
|
|
6895
7217
|
"nested": {
|
|
6896
7218
|
"Location": {
|
|
6897
7219
|
"fields": {
|
|
@@ -6977,6 +7299,14 @@
|
|
|
6977
7299
|
}
|
|
6978
7300
|
}
|
|
6979
7301
|
},
|
|
7302
|
+
"SymbolVisibility": {
|
|
7303
|
+
"edition": "proto2",
|
|
7304
|
+
"values": {
|
|
7305
|
+
"VISIBILITY_UNSET": 0,
|
|
7306
|
+
"VISIBILITY_LOCAL": 1,
|
|
7307
|
+
"VISIBILITY_EXPORT": 2
|
|
7308
|
+
}
|
|
7309
|
+
},
|
|
6980
7310
|
"Duration": {
|
|
6981
7311
|
"fields": {
|
|
6982
7312
|
"seconds": {
|
|
@@ -7164,7 +7494,6 @@
|
|
|
7164
7494
|
},
|
|
7165
7495
|
"rpc": {
|
|
7166
7496
|
"options": {
|
|
7167
|
-
"cc_enable_arenas": true,
|
|
7168
7497
|
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
|
7169
7498
|
"java_multiple_files": true,
|
|
7170
7499
|
"java_outer_classname": "StatusProto",
|
|
@@ -7193,12 +7522,12 @@
|
|
|
7193
7522
|
},
|
|
7194
7523
|
"longrunning": {
|
|
7195
7524
|
"options": {
|
|
7196
|
-
"cc_enable_arenas": true,
|
|
7197
7525
|
"csharp_namespace": "Google.LongRunning",
|
|
7198
7526
|
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
7199
7527
|
"java_multiple_files": true,
|
|
7200
7528
|
"java_outer_classname": "OperationsProto",
|
|
7201
7529
|
"java_package": "com.google.longrunning",
|
|
7530
|
+
"objc_class_prefix": "GLRUN",
|
|
7202
7531
|
"php_namespace": "Google\\LongRunning"
|
|
7203
7532
|
},
|
|
7204
7533
|
"nested": {
|
|
@@ -7349,6 +7678,10 @@
|
|
|
7349
7678
|
"pageToken": {
|
|
7350
7679
|
"type": "string",
|
|
7351
7680
|
"id": 3
|
|
7681
|
+
},
|
|
7682
|
+
"returnPartialSuccess": {
|
|
7683
|
+
"type": "bool",
|
|
7684
|
+
"id": 5
|
|
7352
7685
|
}
|
|
7353
7686
|
}
|
|
7354
7687
|
},
|
|
@@ -7362,6 +7695,14 @@
|
|
|
7362
7695
|
"nextPageToken": {
|
|
7363
7696
|
"type": "string",
|
|
7364
7697
|
"id": 2
|
|
7698
|
+
},
|
|
7699
|
+
"unreachable": {
|
|
7700
|
+
"rule": "repeated",
|
|
7701
|
+
"type": "string",
|
|
7702
|
+
"id": 3,
|
|
7703
|
+
"options": {
|
|
7704
|
+
"(google.api.field_behavior)": "UNORDERED_LIST"
|
|
7705
|
+
}
|
|
7365
7706
|
}
|
|
7366
7707
|
}
|
|
7367
7708
|
},
|