@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.
@@ -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": "2.3.0",
4
+ "version": "3.1.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Google LLC",
7
7
  "engines": {
8
- "node": ">=12.0.0"
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": "^3.5.8"
49
+ "google-gax": "^4.0.3"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/mocha": "^9.0.0",
53
- "@types/node": "^18.0.0",
53
+ "@types/node": "^20.4.5",
54
54
  "@types/sinon": "^10.0.0",
55
- "c8": "^7.1.0",
55
+ "c8": "^8.0.1",
56
56
  "codecov": "^3.6.5",
57
- "gts": "^3.1.0",
57
+ "gapic-tools": "^0.1.8",
58
+ "gts": "^5.0.0",
58
59
  "jsdoc": "^4.0.0",
59
- "jsdoc-fresh": "^2.0.0",
60
- "jsdoc-region-tag": "^2.0.0",
61
- "linkinator": "^4.0.0",
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
- "ts-loader": "^9.0.0",
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
  }