Skip to content

Commit

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

The following keys were changed:
- resources.projects.resources.locations.resources.migrationJobs.methods.demoteDestination.description
  • Loading branch information
yoshi-automation authored and bcoe committed Feb 2, 2024
1 parent 5d11c89 commit d4a6afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/datamigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@
]
},
"demoteDestination": {
"description": "Demotes the destination database to become a read replica of the source. This is applicable for the following migrations: 1. MySQL to Cloud SQL (for MySQL) 2. PostgreSQL to Cloud SQL (for PostgreSQL) 3. PostgreSQL to AlloyDB.",
"description": "Demotes the destination database to become a read replica of the source. This is applicable for the following migrations: 1. MySQL to Cloud SQL for MySQL 2. PostgreSQL to Cloud SQL for PostgreSQL 3. PostgreSQL to AlloyDB for PostgreSQL.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/migrationJobs/{migrationJobsId}:demoteDestination",
"httpMethod": "POST",
"id": "datamigration.projects.locations.migrationJobs.demoteDestination",
Expand Down Expand Up @@ -2125,7 +2125,7 @@
}
}
},
"revision": "20231214",
"revision": "20240114",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/datamigration/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6295,7 +6295,7 @@ export namespace datamigration_v1 {
}

/**
* Demotes the destination database to become a read replica of the source. This is applicable for the following migrations: 1. MySQL to Cloud SQL (for MySQL) 2. PostgreSQL to Cloud SQL (for PostgreSQL) 3. PostgreSQL to AlloyDB.
* Demotes the destination database to become a read replica of the source. This is applicable for the following migrations: 1. MySQL to Cloud SQL for MySQL 2. PostgreSQL to Cloud SQL for PostgreSQL 3. PostgreSQL to AlloyDB for PostgreSQL.
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down

0 comments on commit d4a6afd

Please sign in to comment.