Skip to content

Commit bd5a5df

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.StartMigrationJobRequest.properties.skipValidation.type (Total Keys: 1)
1 parent 0f34525 commit bd5a5df

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -877,6 +877,7 @@ <h3>Method Details</h3>
877877
The object takes the form of:
878878

879879
{ # Request message for &#x27;StartMigrationJob&#x27; request.
880+
&quot;skipValidation&quot;: True or False, # Optional. Start the migration job without running prior configuration verification. Defaults to `false`.
880881
}
881882

882883
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@
20972097
}
20982098
}
20992099
},
2100-
"revision": "20230703",
2100+
"revision": "20230710",
21012101
"rootUrl": "https://datamigration.googleapis.com/",
21022102
"schemas": {
21032103
"AlloyDbConnectionProfile": {
@@ -5490,7 +5490,12 @@
54905490
"StartMigrationJobRequest": {
54915491
"description": "Request message for 'StartMigrationJob' request.",
54925492
"id": "StartMigrationJobRequest",
5493-
"properties": {},
5493+
"properties": {
5494+
"skipValidation": {
5495+
"description": "Optional. Start the migration job without running prior configuration verification. Defaults to `false`.",
5496+
"type": "boolean"
5497+
}
5498+
},
54945499
"type": "object"
54955500
},
54965501
"StaticIpConnectivity": {

googleapiclient/discovery_cache/documents/datamigration.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
}
10501050
}
10511051
},
1052-
"revision": "20230703",
1052+
"revision": "20230710",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)