Commit 0e07e30
authored
feat: [AlloyDb] add CRUD APIs on Databases (#8621)
* feat: add CRUD APIs on Databases
feat: add PG 17 as a Database version
chore: annotate `EncryptionConfig.kms_key_name`, `SecondaryConfig.primary_cluster_name`, `PrimaryConfig.secondary_cluster_names`, and `PscInstanceConfig.service_attachment_link` with what resource they're referencing
feat: add configuration for Managed Connection Pool
feat: update `Database.charset` to be immutable
feat: add additional fields to Database object to specify the collation type, character type, if it is a template database, and the template to use for the database
feat: add field to ExecuteSQL request to just validate the sql statement
feat: add fields on the estimated/actual start/end times for an Upgrade Cluster operation
docs: specify that the STOPPED state is not used for clusters anymore
PiperOrigin-RevId: 811874303
Source-Link: googleapis/googleapis@fc225fe
Source-Link: googleapis/googleapis-gen@fd7ed88
Copy-Tag: eyJwIjoiQWxsb3lEYi8uT3dsQm90LnlhbWwiLCJoIjoiZmQ3ZWQ4OGQ2NmUzMzIxMDA4NmU1MzJiMmQ3ODdhMDEzMzk4MjlmMiJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 4c0fb49 commit 0e07e30
20 files changed
Lines changed: 756 additions & 65 deletions
File tree
- AlloyDb
- metadata/V1
- src/V1
- Client
- Cluster
- Instance
- UpgradeClusterStatus
- StageStatus
- resources
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 170 | + | |
173 | 171 | | |
174 | 172 | | |
175 | 173 | | |
| |||
278 | 276 | | |
279 | 277 | | |
280 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
281 | 300 | | |
282 | 301 | | |
283 | 302 | | |
| |||
290 | 309 | | |
291 | 310 | | |
292 | 311 | | |
293 | | - | |
294 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
295 | 319 | | |
296 | 320 | | |
297 | 321 | | |
| |||
356 | 380 | | |
357 | 381 | | |
358 | 382 | | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
359 | 402 | | |
360 | 403 | | |
361 | 404 | | |
| |||
383 | 426 | | |
384 | 427 | | |
385 | 428 | | |
| 429 | + | |
386 | 430 | | |
387 | 431 | | |
388 | 432 | | |
389 | 433 | | |
| 434 | + | |
390 | 435 | | |
391 | 436 | | |
392 | 437 | | |
| |||
523 | 568 | | |
524 | 569 | | |
525 | 570 | | |
526 | | - | |
527 | | - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
528 | 575 | | |
529 | 576 | | |
530 | 577 | | |
| |||
628 | 675 | | |
629 | 676 | | |
630 | 677 | | |
631 | | - | |
632 | | - | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
633 | 682 | | |
634 | 683 | | |
635 | 684 | | |
| |||
654 | 703 | | |
655 | 704 | | |
656 | 705 | | |
657 | | - | |
658 | | - | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
659 | 710 | | |
660 | 711 | | |
661 | 712 | | |
| |||
894 | 945 | | |
895 | 946 | | |
896 | 947 | | |
897 | | - | |
898 | | - | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
899 | 952 | | |
900 | 953 | | |
901 | 954 | | |
| |||
1209 | 1262 | | |
1210 | 1263 | | |
1211 | 1264 | | |
1212 | | - | |
1213 | | - | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
1214 | 1269 | | |
1215 | 1270 | | |
1216 | 1271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
| 88 | + | |
91 | 89 | | |
92 | 90 | | |
93 | 91 | | |
| |||
196 | 194 | | |
197 | 195 | | |
198 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
199 | 218 | | |
200 | 219 | | |
201 | 220 | | |
| |||
208 | 227 | | |
209 | 228 | | |
210 | 229 | | |
211 | | - | |
212 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
213 | 237 | | |
214 | 238 | | |
215 | 239 | | |
| |||
259 | 283 | | |
260 | 284 | | |
261 | 285 | | |
| 286 | + | |
262 | 287 | | |
263 | 288 | | |
264 | 289 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments