|
2267 | 2267 | }
|
2268 | 2268 | }
|
2269 | 2269 | },
|
2270 |
| - "revision": "20240521", |
| 2270 | + "revision": "20240618", |
2271 | 2271 | "rootUrl": "https://sqladmin.googleapis.com/",
|
2272 | 2272 | "schemas": {
|
2273 | 2273 | "AclEntry": {
|
|
2714 | 2714 | "format": "google-datetime",
|
2715 | 2715 | "type": "string"
|
2716 | 2716 | },
|
2717 |
| - "preferredSecondaryZone": { |
2718 |
| - "description": "Optional. Copy clone and point-in-time recovery clone of a regional instance in the specified zones. If not specified, clone to the same secondary zone as the source instance. This value cannot be the same as the preferred_zone field.", |
2719 |
| - "type": "string" |
2720 |
| - }, |
2721 | 2717 | "preferredZone": {
|
2722 | 2718 | "description": "Optional. Copy clone and point-in-time recovery clone of an instance to the specified zone. If no zone is specified, clone to the same primary zone as the source instance.",
|
2723 | 2719 | "type": "string"
|
|
4549 | 4545 | "id": "MaintenanceWindow",
|
4550 | 4546 | "properties": {
|
4551 | 4547 | "day": {
|
4552 |
| - "description": "day of week (1-7), starting on Monday.", |
| 4548 | + "description": "Day of week - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, or `SUNDAY`. Specify in the UTC time zone. Returned in output as an integer, 1 to 7, where `1` equals Monday.", |
4553 | 4549 | "format": "int32",
|
4554 | 4550 | "type": "integer"
|
4555 | 4551 | },
|
4556 | 4552 | "hour": {
|
4557 |
| - "description": "hour of day - 0 to 23.", |
| 4553 | + "description": "Hour of day - 0 to 23. Specify in the UTC time zone.", |
4558 | 4554 | "format": "int32",
|
4559 | 4555 | "type": "integer"
|
4560 | 4556 | },
|
|
4563 | 4559 | "type": "string"
|
4564 | 4560 | },
|
4565 | 4561 | "updateTrack": {
|
4566 |
| - "description": "Maintenance timing setting: `canary` (Earlier) or `stable` (Later). [Learn more](https://cloud.google.com/sql/docs/mysql/instance-settings#maintenance-timing-2ndgen).", |
| 4562 | + "description": "Maintenance timing settings: `canary`, `stable`, or `week5`. For more information, see [About maintenance on Cloud SQL instances](https://cloud.google.com/sql/docs/mysql/maintenance).", |
4567 | 4563 | "enum": [
|
4568 | 4564 | "SQL_UPDATE_TRACK_UNSPECIFIED",
|
4569 | 4565 | "canary",
|
|
4572 | 4568 | ],
|
4573 | 4569 | "enumDescriptions": [
|
4574 | 4570 | "This is an unknown maintenance timing preference.",
|
4575 |
| - "For instance update that requires a restart, this update track indicates your instance prefer to restart for new version early in maintenance window.", |
4576 |
| - "For instance update that requires a restart, this update track indicates your instance prefer to let Cloud SQL choose the timing of restart (within its Maintenance window, if applicable).", |
4577 |
| - "For instance update that requires a restart, this update track indicates your instance prefer to let Cloud SQL choose the timing of restart (within its Maintenance window, if applicable) to be at least 5 weeks after the notification." |
| 4571 | + "For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 7 to 14 days after the notification is sent out. Also referred to as `Week 1` (Console) and `preview` (gcloud CLI).", |
| 4572 | + "For an instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 15 to 21 days after the notification is sent out. Also referred to as `Week 2` (Console) and `production` (gcloud CLI).", |
| 4573 | + "For instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 35 to 42 days after the notification is sent out." |
4578 | 4574 | ],
|
4579 | 4575 | "type": "string"
|
4580 | 4576 | }
|
|
5381 | 5377 | ],
|
5382 | 5378 | "type": "string"
|
5383 | 5379 | },
|
| 5380 | + "enableDataplexIntegration": { |
| 5381 | + "description": "Optional. By default, Cloud SQL instances have schema extraction disabled for Dataplex. When this parameter is set to true, schema extraction for Dataplex on Cloud SQL instances is activated.", |
| 5382 | + "type": "boolean" |
| 5383 | + }, |
5384 | 5384 | "enableGoogleMlIntegration": {
|
5385 | 5385 | "description": "Optional. When this parameter is set to true, Cloud SQL instances can connect to Vertex AI to pass requests for real-time predictions and insights to the AI. The default value is false. This applies only to Cloud SQL for PostgreSQL instances.",
|
5386 | 5386 | "type": "boolean"
|
|
5548 | 5548 | "PG_SUBSCRIPTION_COUNT",
|
5549 | 5549 | "PG_SYNC_PARALLEL_LEVEL",
|
5550 | 5550 | "INSUFFICIENT_DISK_SIZE",
|
5551 |
| - "INSUFFICIENT_MACHINE_TIER" |
| 5551 | + "INSUFFICIENT_MACHINE_TIER", |
| 5552 | + "UNSUPPORTED_EXTENSIONS_NOT_MIGRATED", |
| 5553 | + "EXTENSIONS_NOT_MIGRATED", |
| 5554 | + "PG_CRON_FLAG_ENABLED_IN_REPLICA", |
| 5555 | + "EXTENSIONS_NOT_ENABLED_IN_REPLICA" |
5552 | 5556 | ],
|
5553 | 5557 | "enumDescriptions": [
|
5554 | 5558 | "",
|
|
5595 | 5599 | "Count of subscriptions needed to sync source data for PostgreSQL database.",
|
5596 | 5600 | "Final parallel level that is used to do migration.",
|
5597 | 5601 | "The disk size of the replica instance is smaller than the data size of the source instance.",
|
5598 |
| - "The data size of the source instance is greater than 1 TB, the number of cores of the replica instance is less than 8, and the memory of the replica is less than 32 GB." |
| 5602 | + "The data size of the source instance is greater than 1 TB, the number of cores of the replica instance is less than 8, and the memory of the replica is less than 32 GB.", |
| 5603 | + "The warning message indicates the unsupported extensions will not be migrated to the destination.", |
| 5604 | + "The warning message indicates the pg_cron extension and settings will not be migrated to the destination.", |
| 5605 | + "The error message indicates that pg_cron flags are enabled on the destination which is not supported during the migration.", |
| 5606 | + "This error message indicates that the specified extensions are not enabled on destination instance. For example, before you can migrate data to the destination instance, you must enable the PGAudit extension on the instance." |
5599 | 5607 | ],
|
5600 | 5608 | "type": "string"
|
5601 | 5609 | }
|
|
0 commit comments