@google-cloud/dms 4.1.1 → 5.0.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 +519 -5
- package/build/protos/protos.js +1 -68257
- package/build/protos/protos.json +202 -23
- package/build/src/index.js +1 -1
- package/build/src/v1/data_migration_service_client.d.ts +339 -339
- package/build/src/v1/data_migration_service_client.js +719 -350
- package/build/src/v1/index.js +1 -1
- package/package.json +19 -14
- package/LICENSE +0 -202
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
|
},
|
|
@@ -5435,6 +5438,28 @@
|
|
|
5435
5438
|
"common": {
|
|
5436
5439
|
"type": "CommonLanguageSettings",
|
|
5437
5440
|
"id": 1
|
|
5441
|
+
},
|
|
5442
|
+
"experimentalFeatures": {
|
|
5443
|
+
"type": "ExperimentalFeatures",
|
|
5444
|
+
"id": 2
|
|
5445
|
+
}
|
|
5446
|
+
},
|
|
5447
|
+
"nested": {
|
|
5448
|
+
"ExperimentalFeatures": {
|
|
5449
|
+
"fields": {
|
|
5450
|
+
"restAsyncIoEnabled": {
|
|
5451
|
+
"type": "bool",
|
|
5452
|
+
"id": 1
|
|
5453
|
+
},
|
|
5454
|
+
"protobufPythonicTypesEnabled": {
|
|
5455
|
+
"type": "bool",
|
|
5456
|
+
"id": 2
|
|
5457
|
+
},
|
|
5458
|
+
"unversionedPackageDisabled": {
|
|
5459
|
+
"type": "bool",
|
|
5460
|
+
"id": 3
|
|
5461
|
+
}
|
|
5462
|
+
}
|
|
5438
5463
|
}
|
|
5439
5464
|
}
|
|
5440
5465
|
},
|
|
@@ -5492,6 +5517,11 @@
|
|
|
5492
5517
|
"common": {
|
|
5493
5518
|
"type": "CommonLanguageSettings",
|
|
5494
5519
|
"id": 1
|
|
5520
|
+
},
|
|
5521
|
+
"renamedServices": {
|
|
5522
|
+
"keyType": "string",
|
|
5523
|
+
"type": "string",
|
|
5524
|
+
"id": 2
|
|
5495
5525
|
}
|
|
5496
5526
|
}
|
|
5497
5527
|
},
|
|
@@ -5553,6 +5583,19 @@
|
|
|
5553
5583
|
"PACKAGE_MANAGER": 20
|
|
5554
5584
|
}
|
|
5555
5585
|
},
|
|
5586
|
+
"SelectiveGapicGeneration": {
|
|
5587
|
+
"fields": {
|
|
5588
|
+
"methods": {
|
|
5589
|
+
"rule": "repeated",
|
|
5590
|
+
"type": "string",
|
|
5591
|
+
"id": 1
|
|
5592
|
+
},
|
|
5593
|
+
"generateOmittedAsInternal": {
|
|
5594
|
+
"type": "bool",
|
|
5595
|
+
"id": 2
|
|
5596
|
+
}
|
|
5597
|
+
}
|
|
5598
|
+
},
|
|
5556
5599
|
"LaunchStage": {
|
|
5557
5600
|
"values": {
|
|
5558
5601
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|
|
@@ -5685,12 +5728,19 @@
|
|
|
5685
5728
|
"type": "FileDescriptorProto",
|
|
5686
5729
|
"id": 1
|
|
5687
5730
|
}
|
|
5688
|
-
}
|
|
5731
|
+
},
|
|
5732
|
+
"extensions": [
|
|
5733
|
+
[
|
|
5734
|
+
536000000,
|
|
5735
|
+
536000000
|
|
5736
|
+
]
|
|
5737
|
+
]
|
|
5689
5738
|
},
|
|
5690
5739
|
"Edition": {
|
|
5691
5740
|
"edition": "proto2",
|
|
5692
5741
|
"values": {
|
|
5693
5742
|
"EDITION_UNKNOWN": 0,
|
|
5743
|
+
"EDITION_LEGACY": 900,
|
|
5694
5744
|
"EDITION_PROTO2": 998,
|
|
5695
5745
|
"EDITION_PROTO3": 999,
|
|
5696
5746
|
"EDITION_2023": 1000,
|
|
@@ -5729,6 +5779,11 @@
|
|
|
5729
5779
|
"type": "int32",
|
|
5730
5780
|
"id": 11
|
|
5731
5781
|
},
|
|
5782
|
+
"optionDependency": {
|
|
5783
|
+
"rule": "repeated",
|
|
5784
|
+
"type": "string",
|
|
5785
|
+
"id": 15
|
|
5786
|
+
},
|
|
5732
5787
|
"messageType": {
|
|
5733
5788
|
"rule": "repeated",
|
|
5734
5789
|
"type": "DescriptorProto",
|
|
@@ -5817,6 +5872,10 @@
|
|
|
5817
5872
|
"rule": "repeated",
|
|
5818
5873
|
"type": "string",
|
|
5819
5874
|
"id": 10
|
|
5875
|
+
},
|
|
5876
|
+
"visibility": {
|
|
5877
|
+
"type": "SymbolVisibility",
|
|
5878
|
+
"id": 11
|
|
5820
5879
|
}
|
|
5821
5880
|
},
|
|
5822
5881
|
"nested": {
|
|
@@ -6042,6 +6101,10 @@
|
|
|
6042
6101
|
"rule": "repeated",
|
|
6043
6102
|
"type": "string",
|
|
6044
6103
|
"id": 5
|
|
6104
|
+
},
|
|
6105
|
+
"visibility": {
|
|
6106
|
+
"type": "SymbolVisibility",
|
|
6107
|
+
"id": 6
|
|
6045
6108
|
}
|
|
6046
6109
|
},
|
|
6047
6110
|
"nested": {
|
|
@@ -6092,7 +6155,14 @@
|
|
|
6092
6155
|
"type": "ServiceOptions",
|
|
6093
6156
|
"id": 3
|
|
6094
6157
|
}
|
|
6095
|
-
}
|
|
6158
|
+
},
|
|
6159
|
+
"reserved": [
|
|
6160
|
+
[
|
|
6161
|
+
4,
|
|
6162
|
+
4
|
|
6163
|
+
],
|
|
6164
|
+
"stream"
|
|
6165
|
+
]
|
|
6096
6166
|
},
|
|
6097
6167
|
"MethodDescriptorProto": {
|
|
6098
6168
|
"edition": "proto2",
|
|
@@ -6256,6 +6326,7 @@
|
|
|
6256
6326
|
42,
|
|
6257
6327
|
42
|
|
6258
6328
|
],
|
|
6329
|
+
"php_generic_services",
|
|
6259
6330
|
[
|
|
6260
6331
|
38,
|
|
6261
6332
|
38
|
|
@@ -6391,7 +6462,8 @@
|
|
|
6391
6462
|
"type": "bool",
|
|
6392
6463
|
"id": 10,
|
|
6393
6464
|
"options": {
|
|
6394
|
-
"default": false
|
|
6465
|
+
"default": false,
|
|
6466
|
+
"deprecated": true
|
|
6395
6467
|
}
|
|
6396
6468
|
},
|
|
6397
6469
|
"debugRedact": {
|
|
@@ -6419,6 +6491,10 @@
|
|
|
6419
6491
|
"type": "FeatureSet",
|
|
6420
6492
|
"id": 21
|
|
6421
6493
|
},
|
|
6494
|
+
"featureSupport": {
|
|
6495
|
+
"type": "FeatureSupport",
|
|
6496
|
+
"id": 22
|
|
6497
|
+
},
|
|
6422
6498
|
"uninterpretedOption": {
|
|
6423
6499
|
"rule": "repeated",
|
|
6424
6500
|
"type": "UninterpretedOption",
|
|
@@ -6488,6 +6564,26 @@
|
|
|
6488
6564
|
"id": 2
|
|
6489
6565
|
}
|
|
6490
6566
|
}
|
|
6567
|
+
},
|
|
6568
|
+
"FeatureSupport": {
|
|
6569
|
+
"fields": {
|
|
6570
|
+
"editionIntroduced": {
|
|
6571
|
+
"type": "Edition",
|
|
6572
|
+
"id": 1
|
|
6573
|
+
},
|
|
6574
|
+
"editionDeprecated": {
|
|
6575
|
+
"type": "Edition",
|
|
6576
|
+
"id": 2
|
|
6577
|
+
},
|
|
6578
|
+
"deprecationWarning": {
|
|
6579
|
+
"type": "string",
|
|
6580
|
+
"id": 3
|
|
6581
|
+
},
|
|
6582
|
+
"editionRemoved": {
|
|
6583
|
+
"type": "Edition",
|
|
6584
|
+
"id": 4
|
|
6585
|
+
}
|
|
6586
|
+
}
|
|
6491
6587
|
}
|
|
6492
6588
|
}
|
|
6493
6589
|
},
|
|
@@ -6576,6 +6672,10 @@
|
|
|
6576
6672
|
"default": false
|
|
6577
6673
|
}
|
|
6578
6674
|
},
|
|
6675
|
+
"featureSupport": {
|
|
6676
|
+
"type": "FieldOptions.FeatureSupport",
|
|
6677
|
+
"id": 4
|
|
6678
|
+
},
|
|
6579
6679
|
"uninterpretedOption": {
|
|
6580
6680
|
"rule": "repeated",
|
|
6581
6681
|
"type": "UninterpretedOption",
|
|
@@ -6718,6 +6818,7 @@
|
|
|
6718
6818
|
"options": {
|
|
6719
6819
|
"retention": "RETENTION_RUNTIME",
|
|
6720
6820
|
"targets": "TARGET_TYPE_FILE",
|
|
6821
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6721
6822
|
"edition_defaults.edition": "EDITION_2023",
|
|
6722
6823
|
"edition_defaults.value": "EXPLICIT"
|
|
6723
6824
|
}
|
|
@@ -6728,6 +6829,7 @@
|
|
|
6728
6829
|
"options": {
|
|
6729
6830
|
"retention": "RETENTION_RUNTIME",
|
|
6730
6831
|
"targets": "TARGET_TYPE_FILE",
|
|
6832
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6731
6833
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6732
6834
|
"edition_defaults.value": "OPEN"
|
|
6733
6835
|
}
|
|
@@ -6738,6 +6840,7 @@
|
|
|
6738
6840
|
"options": {
|
|
6739
6841
|
"retention": "RETENTION_RUNTIME",
|
|
6740
6842
|
"targets": "TARGET_TYPE_FILE",
|
|
6843
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6741
6844
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6742
6845
|
"edition_defaults.value": "PACKED"
|
|
6743
6846
|
}
|
|
@@ -6748,6 +6851,7 @@
|
|
|
6748
6851
|
"options": {
|
|
6749
6852
|
"retention": "RETENTION_RUNTIME",
|
|
6750
6853
|
"targets": "TARGET_TYPE_FILE",
|
|
6854
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6751
6855
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6752
6856
|
"edition_defaults.value": "VERIFY"
|
|
6753
6857
|
}
|
|
@@ -6758,7 +6862,8 @@
|
|
|
6758
6862
|
"options": {
|
|
6759
6863
|
"retention": "RETENTION_RUNTIME",
|
|
6760
6864
|
"targets": "TARGET_TYPE_FILE",
|
|
6761
|
-
"
|
|
6865
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6866
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
6762
6867
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
6763
6868
|
}
|
|
6764
6869
|
},
|
|
@@ -6768,27 +6873,38 @@
|
|
|
6768
6873
|
"options": {
|
|
6769
6874
|
"retention": "RETENTION_RUNTIME",
|
|
6770
6875
|
"targets": "TARGET_TYPE_FILE",
|
|
6876
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
6771
6877
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
6772
6878
|
"edition_defaults.value": "ALLOW"
|
|
6773
6879
|
}
|
|
6880
|
+
},
|
|
6881
|
+
"enforceNamingStyle": {
|
|
6882
|
+
"type": "EnforceNamingStyle",
|
|
6883
|
+
"id": 7,
|
|
6884
|
+
"options": {
|
|
6885
|
+
"retention": "RETENTION_SOURCE",
|
|
6886
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
6887
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
6888
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
6889
|
+
"edition_defaults.value": "STYLE2024"
|
|
6890
|
+
}
|
|
6891
|
+
},
|
|
6892
|
+
"defaultSymbolVisibility": {
|
|
6893
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
6894
|
+
"id": 8,
|
|
6895
|
+
"options": {
|
|
6896
|
+
"retention": "RETENTION_SOURCE",
|
|
6897
|
+
"targets": "TARGET_TYPE_FILE",
|
|
6898
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
6899
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
6900
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
6901
|
+
}
|
|
6774
6902
|
}
|
|
6775
6903
|
},
|
|
6776
6904
|
"extensions": [
|
|
6777
6905
|
[
|
|
6778
6906
|
1000,
|
|
6779
|
-
|
|
6780
|
-
],
|
|
6781
|
-
[
|
|
6782
|
-
1001,
|
|
6783
|
-
1001
|
|
6784
|
-
],
|
|
6785
|
-
[
|
|
6786
|
-
1002,
|
|
6787
|
-
1002
|
|
6788
|
-
],
|
|
6789
|
-
[
|
|
6790
|
-
9990,
|
|
6791
|
-
9990
|
|
6907
|
+
9994
|
|
6792
6908
|
],
|
|
6793
6909
|
[
|
|
6794
6910
|
9995,
|
|
@@ -6833,7 +6949,13 @@
|
|
|
6833
6949
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
6834
6950
|
"VERIFY": 2,
|
|
6835
6951
|
"NONE": 3
|
|
6836
|
-
}
|
|
6952
|
+
},
|
|
6953
|
+
"reserved": [
|
|
6954
|
+
[
|
|
6955
|
+
1,
|
|
6956
|
+
1
|
|
6957
|
+
]
|
|
6958
|
+
]
|
|
6837
6959
|
},
|
|
6838
6960
|
"MessageEncoding": {
|
|
6839
6961
|
"values": {
|
|
@@ -6848,6 +6970,33 @@
|
|
|
6848
6970
|
"ALLOW": 1,
|
|
6849
6971
|
"LEGACY_BEST_EFFORT": 2
|
|
6850
6972
|
}
|
|
6973
|
+
},
|
|
6974
|
+
"EnforceNamingStyle": {
|
|
6975
|
+
"values": {
|
|
6976
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
6977
|
+
"STYLE2024": 1,
|
|
6978
|
+
"STYLE_LEGACY": 2
|
|
6979
|
+
}
|
|
6980
|
+
},
|
|
6981
|
+
"VisibilityFeature": {
|
|
6982
|
+
"fields": {},
|
|
6983
|
+
"reserved": [
|
|
6984
|
+
[
|
|
6985
|
+
1,
|
|
6986
|
+
536870911
|
|
6987
|
+
]
|
|
6988
|
+
],
|
|
6989
|
+
"nested": {
|
|
6990
|
+
"DefaultSymbolVisibility": {
|
|
6991
|
+
"values": {
|
|
6992
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
6993
|
+
"EXPORT_ALL": 1,
|
|
6994
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
6995
|
+
"LOCAL_ALL": 3,
|
|
6996
|
+
"STRICT": 4
|
|
6997
|
+
}
|
|
6998
|
+
}
|
|
6999
|
+
}
|
|
6851
7000
|
}
|
|
6852
7001
|
}
|
|
6853
7002
|
},
|
|
@@ -6875,11 +7024,26 @@
|
|
|
6875
7024
|
"type": "Edition",
|
|
6876
7025
|
"id": 3
|
|
6877
7026
|
},
|
|
6878
|
-
"
|
|
7027
|
+
"overridableFeatures": {
|
|
6879
7028
|
"type": "FeatureSet",
|
|
6880
|
-
"id":
|
|
7029
|
+
"id": 4
|
|
7030
|
+
},
|
|
7031
|
+
"fixedFeatures": {
|
|
7032
|
+
"type": "FeatureSet",
|
|
7033
|
+
"id": 5
|
|
6881
7034
|
}
|
|
6882
|
-
}
|
|
7035
|
+
},
|
|
7036
|
+
"reserved": [
|
|
7037
|
+
[
|
|
7038
|
+
1,
|
|
7039
|
+
1
|
|
7040
|
+
],
|
|
7041
|
+
[
|
|
7042
|
+
2,
|
|
7043
|
+
2
|
|
7044
|
+
],
|
|
7045
|
+
"features"
|
|
7046
|
+
]
|
|
6883
7047
|
}
|
|
6884
7048
|
}
|
|
6885
7049
|
},
|
|
@@ -6892,6 +7056,12 @@
|
|
|
6892
7056
|
"id": 1
|
|
6893
7057
|
}
|
|
6894
7058
|
},
|
|
7059
|
+
"extensions": [
|
|
7060
|
+
[
|
|
7061
|
+
536000000,
|
|
7062
|
+
536000000
|
|
7063
|
+
]
|
|
7064
|
+
],
|
|
6895
7065
|
"nested": {
|
|
6896
7066
|
"Location": {
|
|
6897
7067
|
"fields": {
|
|
@@ -6977,6 +7147,14 @@
|
|
|
6977
7147
|
}
|
|
6978
7148
|
}
|
|
6979
7149
|
},
|
|
7150
|
+
"SymbolVisibility": {
|
|
7151
|
+
"edition": "proto2",
|
|
7152
|
+
"values": {
|
|
7153
|
+
"VISIBILITY_UNSET": 0,
|
|
7154
|
+
"VISIBILITY_LOCAL": 1,
|
|
7155
|
+
"VISIBILITY_EXPORT": 2
|
|
7156
|
+
}
|
|
7157
|
+
},
|
|
6980
7158
|
"Duration": {
|
|
6981
7159
|
"fields": {
|
|
6982
7160
|
"seconds": {
|
|
@@ -7199,6 +7377,7 @@
|
|
|
7199
7377
|
"java_multiple_files": true,
|
|
7200
7378
|
"java_outer_classname": "OperationsProto",
|
|
7201
7379
|
"java_package": "com.google.longrunning",
|
|
7380
|
+
"objc_class_prefix": "GLRUN",
|
|
7202
7381
|
"php_namespace": "Google\\LongRunning"
|
|
7203
7382
|
},
|
|
7204
7383
|
"nested": {
|
package/build/src/index.js
CHANGED