Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 14, 2024
1 parent 763c331 commit 3bf8f4f
Show file tree
Hide file tree
Showing 16 changed files with 340 additions and 161 deletions.
4 changes: 2 additions & 2 deletions datamigration/v1/datamigration-api.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": "20240103",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AlloyDbConnectionProfile": {
Expand Down
6 changes: 3 additions & 3 deletions datamigration/v1/datamigration-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions domains/v1/domains-api.json

Large diffs are not rendered by default.

109 changes: 69 additions & 40 deletions domains/v1/domains-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bf8f4f

Please sign in to comment.