@google-cloud/dms 5.0.0 → 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/build/protos/protos.json
CHANGED
|
@@ -5430,6 +5430,10 @@
|
|
|
5430
5430
|
"common": {
|
|
5431
5431
|
"type": "CommonLanguageSettings",
|
|
5432
5432
|
"id": 1
|
|
5433
|
+
},
|
|
5434
|
+
"libraryPackage": {
|
|
5435
|
+
"type": "string",
|
|
5436
|
+
"id": 2
|
|
5433
5437
|
}
|
|
5434
5438
|
}
|
|
5435
5439
|
},
|
|
@@ -5539,6 +5543,10 @@
|
|
|
5539
5543
|
"rule": "repeated",
|
|
5540
5544
|
"type": "string",
|
|
5541
5545
|
"id": 3
|
|
5546
|
+
},
|
|
5547
|
+
"batching": {
|
|
5548
|
+
"type": "BatchingConfigProto",
|
|
5549
|
+
"id": 4
|
|
5542
5550
|
}
|
|
5543
5551
|
},
|
|
5544
5552
|
"nested": {
|
|
@@ -5596,6 +5604,79 @@
|
|
|
5596
5604
|
}
|
|
5597
5605
|
}
|
|
5598
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
|
+
},
|
|
5599
5680
|
"LaunchStage": {
|
|
5600
5681
|
"values": {
|
|
5601
5682
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -5745,6 +5826,8 @@
|
|
|
5745
5826
|
"EDITION_PROTO3": 999,
|
|
5746
5827
|
"EDITION_2023": 1000,
|
|
5747
5828
|
"EDITION_2024": 1001,
|
|
5829
|
+
"EDITION_2026": 1002,
|
|
5830
|
+
"EDITION_UNSTABLE": 9999,
|
|
5748
5831
|
"EDITION_1_TEST_ONLY": 1,
|
|
5749
5832
|
"EDITION_2_TEST_ONLY": 2,
|
|
5750
5833
|
"EDITION_99997_TEST_ONLY": 99997,
|
|
@@ -5939,6 +6022,10 @@
|
|
|
5939
6022
|
}
|
|
5940
6023
|
},
|
|
5941
6024
|
"extensions": [
|
|
6025
|
+
[
|
|
6026
|
+
990,
|
|
6027
|
+
998
|
|
6028
|
+
],
|
|
5942
6029
|
[
|
|
5943
6030
|
1000,
|
|
5944
6031
|
536870911
|
|
@@ -6214,7 +6301,10 @@
|
|
|
6214
6301
|
"type": "bool",
|
|
6215
6302
|
"id": 10,
|
|
6216
6303
|
"options": {
|
|
6217
|
-
"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."
|
|
6218
6308
|
}
|
|
6219
6309
|
},
|
|
6220
6310
|
"javaGenerateEqualsAndHash": {
|
|
@@ -6274,7 +6364,9 @@
|
|
|
6274
6364
|
"type": "bool",
|
|
6275
6365
|
"id": 31,
|
|
6276
6366
|
"options": {
|
|
6277
|
-
"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."
|
|
6278
6370
|
}
|
|
6279
6371
|
},
|
|
6280
6372
|
"objcClassPrefix": {
|
|
@@ -6316,6 +6408,10 @@
|
|
|
6316
6408
|
}
|
|
6317
6409
|
},
|
|
6318
6410
|
"extensions": [
|
|
6411
|
+
[
|
|
6412
|
+
990,
|
|
6413
|
+
998
|
|
6414
|
+
],
|
|
6319
6415
|
[
|
|
6320
6416
|
1000,
|
|
6321
6417
|
536870911
|
|
@@ -6388,6 +6484,10 @@
|
|
|
6388
6484
|
}
|
|
6389
6485
|
},
|
|
6390
6486
|
"extensions": [
|
|
6487
|
+
[
|
|
6488
|
+
990,
|
|
6489
|
+
998
|
|
6490
|
+
],
|
|
6391
6491
|
[
|
|
6392
6492
|
1000,
|
|
6393
6493
|
536870911
|
|
@@ -6502,6 +6602,10 @@
|
|
|
6502
6602
|
}
|
|
6503
6603
|
},
|
|
6504
6604
|
"extensions": [
|
|
6605
|
+
[
|
|
6606
|
+
990,
|
|
6607
|
+
998
|
|
6608
|
+
],
|
|
6505
6609
|
[
|
|
6506
6610
|
1000,
|
|
6507
6611
|
536870911
|
|
@@ -6582,6 +6686,10 @@
|
|
|
6582
6686
|
"editionRemoved": {
|
|
6583
6687
|
"type": "Edition",
|
|
6584
6688
|
"id": 4
|
|
6689
|
+
},
|
|
6690
|
+
"removalError": {
|
|
6691
|
+
"type": "string",
|
|
6692
|
+
"id": 5
|
|
6585
6693
|
}
|
|
6586
6694
|
}
|
|
6587
6695
|
}
|
|
@@ -6601,6 +6709,10 @@
|
|
|
6601
6709
|
}
|
|
6602
6710
|
},
|
|
6603
6711
|
"extensions": [
|
|
6712
|
+
[
|
|
6713
|
+
990,
|
|
6714
|
+
998
|
|
6715
|
+
],
|
|
6604
6716
|
[
|
|
6605
6717
|
1000,
|
|
6606
6718
|
536870911
|
|
@@ -6639,6 +6751,10 @@
|
|
|
6639
6751
|
}
|
|
6640
6752
|
},
|
|
6641
6753
|
"extensions": [
|
|
6754
|
+
[
|
|
6755
|
+
990,
|
|
6756
|
+
998
|
|
6757
|
+
],
|
|
6642
6758
|
[
|
|
6643
6759
|
1000,
|
|
6644
6760
|
536870911
|
|
@@ -6683,6 +6799,10 @@
|
|
|
6683
6799
|
}
|
|
6684
6800
|
},
|
|
6685
6801
|
"extensions": [
|
|
6802
|
+
[
|
|
6803
|
+
990,
|
|
6804
|
+
998
|
|
6805
|
+
],
|
|
6686
6806
|
[
|
|
6687
6807
|
1000,
|
|
6688
6808
|
536870911
|
|
@@ -6710,6 +6830,10 @@
|
|
|
6710
6830
|
}
|
|
6711
6831
|
},
|
|
6712
6832
|
"extensions": [
|
|
6833
|
+
[
|
|
6834
|
+
990,
|
|
6835
|
+
998
|
|
6836
|
+
],
|
|
6713
6837
|
[
|
|
6714
6838
|
1000,
|
|
6715
6839
|
536870911
|
|
@@ -6744,6 +6868,10 @@
|
|
|
6744
6868
|
}
|
|
6745
6869
|
},
|
|
6746
6870
|
"extensions": [
|
|
6871
|
+
[
|
|
6872
|
+
990,
|
|
6873
|
+
998
|
|
6874
|
+
],
|
|
6747
6875
|
[
|
|
6748
6876
|
1000,
|
|
6749
6877
|
536870911
|
|
@@ -6885,8 +7013,8 @@
|
|
|
6885
7013
|
"retention": "RETENTION_SOURCE",
|
|
6886
7014
|
"targets": "TARGET_TYPE_METHOD",
|
|
6887
7015
|
"feature_support.edition_introduced": "EDITION_2024",
|
|
6888
|
-
"edition_defaults.edition": "
|
|
6889
|
-
"edition_defaults.value": "
|
|
7016
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
7017
|
+
"edition_defaults.value": "STYLE2026"
|
|
6890
7018
|
}
|
|
6891
7019
|
},
|
|
6892
7020
|
"defaultSymbolVisibility": {
|
|
@@ -6899,6 +7027,17 @@
|
|
|
6899
7027
|
"edition_defaults.edition": "EDITION_2024",
|
|
6900
7028
|
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
6901
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
|
+
}
|
|
6902
7041
|
}
|
|
6903
7042
|
},
|
|
6904
7043
|
"extensions": [
|
|
@@ -6975,7 +7114,8 @@
|
|
|
6975
7114
|
"values": {
|
|
6976
7115
|
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
6977
7116
|
"STYLE2024": 1,
|
|
6978
|
-
"STYLE_LEGACY": 2
|
|
7117
|
+
"STYLE_LEGACY": 2,
|
|
7118
|
+
"STYLE2026": 3
|
|
6979
7119
|
}
|
|
6980
7120
|
},
|
|
6981
7121
|
"VisibilityFeature": {
|
|
@@ -6997,6 +7137,18 @@
|
|
|
6997
7137
|
}
|
|
6998
7138
|
}
|
|
6999
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
|
+
}
|
|
7000
7152
|
}
|
|
7001
7153
|
}
|
|
7002
7154
|
},
|
|
@@ -7342,7 +7494,6 @@
|
|
|
7342
7494
|
},
|
|
7343
7495
|
"rpc": {
|
|
7344
7496
|
"options": {
|
|
7345
|
-
"cc_enable_arenas": true,
|
|
7346
7497
|
"go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
|
|
7347
7498
|
"java_multiple_files": true,
|
|
7348
7499
|
"java_outer_classname": "StatusProto",
|
|
@@ -7371,7 +7522,6 @@
|
|
|
7371
7522
|
},
|
|
7372
7523
|
"longrunning": {
|
|
7373
7524
|
"options": {
|
|
7374
|
-
"cc_enable_arenas": true,
|
|
7375
7525
|
"csharp_namespace": "Google.LongRunning",
|
|
7376
7526
|
"go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
|
|
7377
7527
|
"java_multiple_files": true,
|
|
@@ -7528,6 +7678,10 @@
|
|
|
7528
7678
|
"pageToken": {
|
|
7529
7679
|
"type": "string",
|
|
7530
7680
|
"id": 3
|
|
7681
|
+
},
|
|
7682
|
+
"returnPartialSuccess": {
|
|
7683
|
+
"type": "bool",
|
|
7684
|
+
"id": 5
|
|
7531
7685
|
}
|
|
7532
7686
|
}
|
|
7533
7687
|
},
|
|
@@ -7541,6 +7695,14 @@
|
|
|
7541
7695
|
"nextPageToken": {
|
|
7542
7696
|
"type": "string",
|
|
7543
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
|
+
}
|
|
7544
7706
|
}
|
|
7545
7707
|
}
|
|
7546
7708
|
},
|