@google-cloud/dms 4.1.2 → 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 +518 -4
- package/build/protos/protos.js +1 -68257
- package/build/protos/protos.json +202 -23
- package/build/src/v1/data_migration_service_client.d.ts +339 -339
- package/build/src/v1/data_migration_service_client.js +718 -349
- package/package.json +9 -12
package/README.md
CHANGED
|
@@ -99,7 +99,6 @@ Samples are in the [`samples/`][homepage_samples] directory. Each sample's `READ
|
|
|
99
99
|
| update conversion workspace | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-clouddms/samples/generated/v1/data_migration_service.update_conversion_workspace.js) |
|
|
100
100
|
| update migration job | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-clouddms/samples/generated/v1/data_migration_service.update_migration_job.js) |
|
|
101
101
|
| verify migration job | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-clouddms/samples/generated/v1/data_migration_service.verify_migration_job.js) |
|
|
102
|
-
| cloud | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-clouddms/samples/generated/v1/snippet_metadata_google.cloud.clouddms.v1.json) |
|
|
103
102
|
|
|
104
103
|
|
|
105
104
|
## Supported Node.js Versions
|
|
@@ -133,7 +132,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
|
|
|
133
132
|
|
|
134
133
|
## Contributing
|
|
135
134
|
|
|
136
|
-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/
|
|
135
|
+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/google-cloud-node/blob/main/CONTRIBUTING.md).
|
|
137
136
|
|
|
138
137
|
Please note that this `README.md`
|
|
139
138
|
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
|
|
@@ -143,7 +142,7 @@ are generated from a central template.
|
|
|
143
142
|
|
|
144
143
|
Apache Version 2.0
|
|
145
144
|
|
|
146
|
-
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/
|
|
145
|
+
See [LICENSE](https://github.com/googleapis/google-cloud-node/blob/main/LICENSE)
|
|
147
146
|
|
|
148
147
|
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
|
|
149
148
|
[projects]: https://console.cloud.google.com/project
|