Skip to content

Commit 283d79d

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.RestartMigrationJobRequest.properties.restartFailedObjects.type (Total Keys: 1)
1 parent f064103 commit 283d79d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/datamigration_v1.projects.locations.migrationJobs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,7 @@ <h3>Method Details</h3>
10391039
&quot;objectsSelectionType&quot;: &quot;A String&quot;, # Optional. The objects selection type of the migration job.
10401040
},
10411041
},
1042+
&quot;restartFailedObjects&quot;: True or False, # Optional. If true, only failed objects will be restarted.
10421043
&quot;skipValidation&quot;: True or False, # Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.
10431044
}
10441045

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@
23322332
}
23332333
}
23342334
},
2335-
"revision": "20241202",
2335+
"revision": "20241211",
23362336
"rootUrl": "https://datamigration.googleapis.com/",
23372337
"schemas": {
23382338
"AlloyDbConnectionProfile": {
@@ -5743,6 +5743,10 @@
57435743
"$ref": "MigrationJobObjectsConfig",
57445744
"description": "Optional. The object filter to apply to the migration job."
57455745
},
5746+
"restartFailedObjects": {
5747+
"description": "Optional. If true, only failed objects will be restarted.",
5748+
"type": "boolean"
5749+
},
57465750
"skipValidation": {
57475751
"description": "Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.",
57485752
"type": "boolean"

0 commit comments

Comments
 (0)