Skip to content

Commit

Permalink
feat(datamigration): update the api
Browse files Browse the repository at this point in the history
#### datamigration:v1

The following keys were added:
- schemas.RestartMigrationJobRequest.properties.restartFailedObjects.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 17, 2024
1 parent f064103 commit 283d79d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1039,6 +1039,7 @@ <h3>Method Details</h3>
&quot;objectsSelectionType&quot;: &quot;A String&quot;, # Optional. The objects selection type of the migration job.
},
},
&quot;restartFailedObjects&quot;: True or False, # Optional. If true, only failed objects will be restarted.
&quot;skipValidation&quot;: True or False, # Optional. Restart the migration job without running prior configuration verification. Defaults to `false`.
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@
}
}
},
"revision": "20241202",
"revision": "20241211",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 283d79d

Please sign in to comment.