From 283d79d092fafdf1eafc70fa34440be83f0f50aa Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 17 Dec 2024 07:10:19 +0000 Subject: [PATCH] feat(datamigration): update the api #### datamigration:v1 The following keys were added: - schemas.RestartMigrationJobRequest.properties.restartFailedObjects.type (Total Keys: 1) --- .../datamigration_v1.projects.locations.migrationJobs.html | 1 + .../discovery_cache/documents/datamigration.v1.json | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/dyn/datamigration_v1.projects.locations.migrationJobs.html b/docs/dyn/datamigration_v1.projects.locations.migrationJobs.html index 116f2cfe4b..98a749efed 100644 --- a/docs/dyn/datamigration_v1.projects.locations.migrationJobs.html +++ b/docs/dyn/datamigration_v1.projects.locations.migrationJobs.html @@ -1039,6 +1039,7 @@

Method Details

"objectsSelectionType": "A String", # Optional. The objects selection type of the migration job. }, }, + "restartFailedObjects": True or False, # Optional. If true, only failed objects will be restarted. "skipValidation": True or False, # Optional. Restart the migration job without running prior configuration verification. Defaults to `false`. } diff --git a/googleapiclient/discovery_cache/documents/datamigration.v1.json b/googleapiclient/discovery_cache/documents/datamigration.v1.json index 312668c358..b9ea19789d 100644 --- a/googleapiclient/discovery_cache/documents/datamigration.v1.json +++ b/googleapiclient/discovery_cache/documents/datamigration.v1.json @@ -2332,7 +2332,7 @@ } } }, -"revision": "20241202", +"revision": "20241211", "rootUrl": "https://datamigration.googleapis.com/", "schemas": { "AlloyDbConnectionProfile": { @@ -5743,6 +5743,10 @@ "$ref": "MigrationJobObjectsConfig", "description": "Optional. The object filter to apply to the migration job." }, +"restartFailedObjects": { +"description": "Optional. If true, only failed objects will be restarted.", +"type": "boolean" +}, "skipValidation": { "description": "Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.", "type": "boolean"