@google-cloud/dms 1.0.5 → 2.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 +25 -0
- package/README.md +17 -17
- package/build/protos/google/cloud/clouddms/v1/clouddms_resources.proto +1 -1
- package/build/protos/protos.d.ts +31 -24
- package/build/protos/protos.js +52 -23
- package/build/protos/protos.json +21 -1
- package/build/src/v1/data_migration_service_client.d.ts +571 -93
- package/build/src/v1/data_migration_service_client.js +113 -553
- package/build/src/v1/data_migration_service_client.js.map +1 -1
- package/build/src/v1/index.js +2 -1
- package/build/src/v1/index.js.map +1 -1
- package/package.json +12 -12
package/build/protos/protos.json
CHANGED
|
@@ -1688,7 +1688,8 @@
|
|
|
1688
1688
|
"OUTPUT_ONLY": 3,
|
|
1689
1689
|
"INPUT_ONLY": 4,
|
|
1690
1690
|
"IMMUTABLE": 5,
|
|
1691
|
-
"UNORDERED_LIST": 6
|
|
1691
|
+
"UNORDERED_LIST": 6,
|
|
1692
|
+
"NON_EMPTY_DEFAULT": 7
|
|
1692
1693
|
}
|
|
1693
1694
|
},
|
|
1694
1695
|
"resourceReference": {
|
|
@@ -2331,6 +2332,18 @@
|
|
|
2331
2332
|
]
|
|
2332
2333
|
],
|
|
2333
2334
|
"reserved": [
|
|
2335
|
+
[
|
|
2336
|
+
4,
|
|
2337
|
+
4
|
|
2338
|
+
],
|
|
2339
|
+
[
|
|
2340
|
+
5,
|
|
2341
|
+
5
|
|
2342
|
+
],
|
|
2343
|
+
[
|
|
2344
|
+
6,
|
|
2345
|
+
6
|
|
2346
|
+
],
|
|
2334
2347
|
[
|
|
2335
2348
|
8,
|
|
2336
2349
|
8
|
|
@@ -2368,6 +2381,13 @@
|
|
|
2368
2381
|
"default": false
|
|
2369
2382
|
}
|
|
2370
2383
|
},
|
|
2384
|
+
"unverifiedLazy": {
|
|
2385
|
+
"type": "bool",
|
|
2386
|
+
"id": 15,
|
|
2387
|
+
"options": {
|
|
2388
|
+
"default": false
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2371
2391
|
"deprecated": {
|
|
2372
2392
|
"type": "bool",
|
|
2373
2393
|
"id": 3,
|