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"