Skip to content

Commit ac474a9

Browse files
feat(datamigration): update the api
#### datamigration:v1 The following keys were added: - schemas.SqlServerHomogeneousMigrationJobConfig.properties.useDiffBackup.type (Total Keys: 1)
1 parent bb49784 commit ac474a9

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
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;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
215216
},
216217
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
217218
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # static ip connectivity data (default, no additional details needed).
@@ -476,6 +477,7 @@ <h3>Method Details</h3>
476477
},
477478
},
478479
],
480+
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
479481
},
480482
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
481483
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # static ip connectivity data (default, no additional details needed).
@@ -622,6 +624,7 @@ <h3>Method Details</h3>
622624
},
623625
},
624626
],
627+
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
625628
},
626629
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
627630
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # static ip connectivity data (default, no additional details needed).
@@ -729,6 +732,7 @@ <h3>Method Details</h3>
729732
},
730733
},
731734
],
735+
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
732736
},
733737
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
734738
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # static ip connectivity data (default, no additional details needed).
@@ -1170,6 +1174,7 @@ <h3>Method Details</h3>
11701174
},
11711175
},
11721176
],
1177+
&quot;useDiffBackup&quot;: True or False, # Optional. Enable differential backups.
11731178
},
11741179
&quot;state&quot;: &quot;A String&quot;, # The current migration job state.
11751180
&quot;staticIpConnectivity&quot;: { # The source database will allow incoming connections from the public IP of the destination database. You can retrieve the public IP of the Cloud SQL instance from the Cloud SQL console or using Cloud SQL APIs. No additional configuration is required. # static ip connectivity data (default, no additional details needed).

googleapiclient/discovery_cache/documents/datamigration.v1.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@
21252125
}
21262126
}
21272127
},
2128-
"revision": "20240515",
2128+
"revision": "20240522",
21292129
"rootUrl": "https://datamigration.googleapis.com/",
21302130
"schemas": {
21312131
"AlloyDbConnectionProfile": {
@@ -2537,7 +2537,8 @@
25372537
"POSTGRES_12",
25382538
"POSTGRES_13",
25392539
"POSTGRES_14",
2540-
"POSTGRES_15"
2540+
"POSTGRES_15",
2541+
"POSTGRES_16"
25412542
],
25422543
"enumDescriptions": [
25432544
"Unspecified version.",
@@ -2561,7 +2562,8 @@
25612562
"PostgreSQL 12.",
25622563
"PostgreSQL 13.",
25632564
"PostgreSQL 14.",
2564-
"PostgreSQL 15."
2565+
"PostgreSQL 15.",
2566+
"PostgreSQL 16."
25652567
],
25662568
"type": "string"
25672569
},
@@ -5729,6 +5731,10 @@
57295731
"$ref": "SqlServerDatabaseBackup"
57305732
},
57315733
"type": "array"
5734+
},
5735+
"useDiffBackup": {
5736+
"description": "Optional. Enable differential backups.",
5737+
"type": "boolean"
57325738
}
57335739
},
57345740
"type": "object"

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": "20240515",
1052+
"revision": "20240522",
10531053
"rootUrl": "https://datamigration.googleapis.com/",
10541054
"schemas": {
10551055
"AuditConfig": {

0 commit comments

Comments
 (0)