Skip to content

Commit 46af1b6

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.SqlServerHomogeneousMigrationJobConfig.properties.promoteWhenReady.type (Total Keys: 1)
1 parent 48e2b3b commit 46af1b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ <h3>Method Details</h3>
212212
},
213213
},
214214
],
215+
&quot;promoteWhenReady&quot;: True or False, # Optional. Promote databases when ready.
215216
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
216217
},
217218
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
@@ -477,6 +478,7 @@ <h3>Method Details</h3>
477478
},
478479
},
479480
],
481+
&quot;promoteWhenReady&quot;: True or False, # Optional. Promote databases when ready.
480482
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
481483
},
482484
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
@@ -624,6 +626,7 @@ <h3>Method Details</h3>
624626
},
625627
},
626628
],
629+
&quot;promoteWhenReady&quot;: True or False, # Optional. Promote databases when ready.
627630
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
628631
},
629632
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
@@ -732,6 +735,7 @@ <h3>Method Details</h3>
732735
},
733736
},
734737
],
738+
&quot;promoteWhenReady&quot;: True or False, # Optional. Promote databases when ready.
735739
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
736740
},
737741
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
@@ -1174,6 +1178,7 @@ <h3>Method Details</h3>
11741178
},
11751179
},
11761180
],
1181+
&quot;promoteWhenReady&quot;: True or False, # Optional. Promote databases when ready.
11771182
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
11781183
},
11791184
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@
21252125
}
21262126
}
21272127
},
2128-
"revision": "20240628",
2128+
"revision": "20240721",
21292129
"rootUrl": "https://datamigration.googleapis.com/",
21302130
"schemas": {
21312131
"AlloyDbConnectionProfile": {
@@ -2531,6 +2531,7 @@
25312531
"MYSQL_8_0_34",
25322532
"MYSQL_8_0_35",
25332533
"MYSQL_8_0_36",
2534+
"MYSQL_8_0_37",
25342535
"POSTGRES_9_6",
25352536
"POSTGRES_11",
25362537
"POSTGRES_10",
@@ -2556,6 +2557,7 @@
25562557
"The database major version is MySQL 8.0 and the minor version is 34.",
25572558
"The database major version is MySQL 8.0 and the minor version is 35.",
25582559
"The database major version is MySQL 8.0 and the minor version is 36.",
2560+
"The database major version is MySQL 8.0 and the minor version is 37.",
25592561
"PostgreSQL 9.6.",
25602562
"PostgreSQL 11.",
25612563
"PostgreSQL 10.",
@@ -5732,6 +5734,10 @@
57325734
},
57335735
"type": "array"
57345736
},
5737+
"promoteWhenReady": {
5738+
"description": "Optional. Promote databases when ready.",
5739+
"type": "boolean"
5740+
},
57355741
"useDiffBackup": {
57365742
"description": "Optional. Enable differential backups.",
57375743
"type": "boolean"

0 commit comments

Comments
 (0)