@google-cloud/dms 2.3.0 → 3.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/CHANGELOG.md +28 -0
- package/README.md +6 -1
- package/build/protos/google/cloud/clouddms/v1/clouddms.proto +285 -44
- package/build/protos/google/cloud/clouddms/v1/clouddms_resources.proto +63 -2
- package/build/protos/google/cloud/clouddms/v1/conversionworkspace_resources.proto +791 -31
- package/build/protos/protos.d.ts +4612 -214
- package/build/protos/protos.js +24183 -12468
- package/build/protos/protos.json +1587 -128
- package/build/src/v1/data_migration_service_client.d.ts +479 -243
- package/build/src/v1/data_migration_service_client.js +354 -126
- package/build/src/v1/data_migration_service_client_config.json +37 -0
- package/package.json +11 -14
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
"idempotent": [
|
|
7
7
|
"DEADLINE_EXCEEDED",
|
|
8
8
|
"UNAVAILABLE"
|
|
9
|
+
],
|
|
10
|
+
"unavailable": [
|
|
11
|
+
"UNAVAILABLE"
|
|
9
12
|
]
|
|
10
13
|
},
|
|
11
14
|
"retry_params": {
|
|
@@ -17,6 +20,15 @@
|
|
|
17
20
|
"rpc_timeout_multiplier": 1,
|
|
18
21
|
"max_rpc_timeout_millis": 60000,
|
|
19
22
|
"total_timeout_millis": 600000
|
|
23
|
+
},
|
|
24
|
+
"ce5b960a6ed052e690863808e4f0deff3dc7d49f": {
|
|
25
|
+
"initial_retry_delay_millis": 1000,
|
|
26
|
+
"retry_delay_multiplier": 1.3,
|
|
27
|
+
"max_retry_delay_millis": 10000,
|
|
28
|
+
"initial_rpc_timeout_millis": 60000,
|
|
29
|
+
"rpc_timeout_multiplier": 1,
|
|
30
|
+
"max_rpc_timeout_millis": 60000,
|
|
31
|
+
"total_timeout_millis": 600000
|
|
20
32
|
}
|
|
21
33
|
},
|
|
22
34
|
"methods": {
|
|
@@ -80,6 +92,11 @@
|
|
|
80
92
|
"retry_codes_name": "non_idempotent",
|
|
81
93
|
"retry_params_name": "default"
|
|
82
94
|
},
|
|
95
|
+
"GenerateTcpProxyScript": {
|
|
96
|
+
"timeout_millis": 60000,
|
|
97
|
+
"retry_codes_name": "unavailable",
|
|
98
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
|
99
|
+
},
|
|
83
100
|
"ListConnectionProfiles": {
|
|
84
101
|
"timeout_millis": 60000,
|
|
85
102
|
"retry_codes_name": "non_idempotent",
|
|
@@ -150,6 +167,26 @@
|
|
|
150
167
|
"retry_codes_name": "non_idempotent",
|
|
151
168
|
"retry_params_name": "default"
|
|
152
169
|
},
|
|
170
|
+
"CreateMappingRule": {
|
|
171
|
+
"timeout_millis": 60000,
|
|
172
|
+
"retry_codes_name": "unavailable",
|
|
173
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
|
174
|
+
},
|
|
175
|
+
"DeleteMappingRule": {
|
|
176
|
+
"timeout_millis": 60000,
|
|
177
|
+
"retry_codes_name": "unavailable",
|
|
178
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
|
179
|
+
},
|
|
180
|
+
"ListMappingRules": {
|
|
181
|
+
"timeout_millis": 60000,
|
|
182
|
+
"retry_codes_name": "unavailable",
|
|
183
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
|
184
|
+
},
|
|
185
|
+
"GetMappingRule": {
|
|
186
|
+
"timeout_millis": 60000,
|
|
187
|
+
"retry_codes_name": "unavailable",
|
|
188
|
+
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
|
|
189
|
+
},
|
|
153
190
|
"SeedConversionWorkspace": {
|
|
154
191
|
"timeout_millis": 60000,
|
|
155
192
|
"retry_codes_name": "non_idempotent",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google-cloud/dms",
|
|
3
3
|
"description": "Cloud Database Migration API client for Node.js",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Google LLC",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=14.0.0"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -46,28 +46,25 @@
|
|
|
46
46
|
"test": "c8 mocha build/test"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"google-gax": "^
|
|
49
|
+
"google-gax": "^4.0.3"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/mocha": "^9.0.0",
|
|
53
|
-
"@types/node": "^
|
|
53
|
+
"@types/node": "^20.4.5",
|
|
54
54
|
"@types/sinon": "^10.0.0",
|
|
55
|
-
"c8": "^
|
|
55
|
+
"c8": "^8.0.1",
|
|
56
56
|
"codecov": "^3.6.5",
|
|
57
|
-
"
|
|
57
|
+
"gapic-tools": "^0.1.8",
|
|
58
|
+
"gts": "^5.0.0",
|
|
58
59
|
"jsdoc": "^4.0.0",
|
|
59
|
-
"jsdoc-fresh": "^
|
|
60
|
-
"jsdoc-region-tag": "^
|
|
61
|
-
"linkinator": "
|
|
60
|
+
"jsdoc-fresh": "^3.0.0",
|
|
61
|
+
"jsdoc-region-tag": "^3.0.0",
|
|
62
|
+
"linkinator": "4.1.2",
|
|
62
63
|
"long": "^5.2.3",
|
|
63
64
|
"mocha": "^9.2.2",
|
|
64
|
-
"null-loader": "^4.0.0",
|
|
65
65
|
"pack-n-play": "^1.0.0-2",
|
|
66
66
|
"sinon": "^15.0.0",
|
|
67
|
-
"
|
|
68
|
-
"typescript": "^4.6.4",
|
|
69
|
-
"webpack": "^5.0.0",
|
|
70
|
-
"webpack-cli": "^5.0.0"
|
|
67
|
+
"typescript": "^5.1.6"
|
|
71
68
|
},
|
|
72
69
|
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-clouddms"
|
|
73
70
|
}
|