|
1486 | 1486 | } |
1487 | 1487 | } |
1488 | 1488 | }, |
1489 | | - "revision": "20231109", |
| 1489 | + "revision": "20231128", |
1490 | 1490 | "rootUrl": "https://alloydb.googleapis.com/", |
1491 | 1491 | "schemas": { |
1492 | 1492 | "AutomatedBackupPolicy": { |
|
1636 | 1636 | "readOnly": true, |
1637 | 1637 | "type": "boolean" |
1638 | 1638 | }, |
| 1639 | + "satisfiesPzs": { |
| 1640 | + "description": "Output only. Reserved for future use.", |
| 1641 | + "readOnly": true, |
| 1642 | + "type": "boolean" |
| 1643 | + }, |
1639 | 1644 | "sizeBytes": { |
1640 | 1645 | "description": "Output only. The size of the backup in bytes.", |
1641 | 1646 | "format": "int64", |
|
1887 | 1892 | "readOnly": true, |
1888 | 1893 | "type": "boolean" |
1889 | 1894 | }, |
| 1895 | + "satisfiesPzs": { |
| 1896 | + "description": "Output only. Reserved for future use.", |
| 1897 | + "readOnly": true, |
| 1898 | + "type": "boolean" |
| 1899 | + }, |
1890 | 1900 | "secondaryConfig": { |
1891 | 1901 | "$ref": "SecondaryConfig", |
1892 | 1902 | "description": "Cross Region replication config specific to SECONDARY cluster." |
|
2397 | 2407 | "readOnly": true, |
2398 | 2408 | "type": "boolean" |
2399 | 2409 | }, |
| 2410 | + "satisfiesPzs": { |
| 2411 | + "description": "Output only. Reserved for future use.", |
| 2412 | + "readOnly": true, |
| 2413 | + "type": "boolean" |
| 2414 | + }, |
2400 | 2415 | "state": { |
2401 | 2416 | "description": "Output only. The current serving state of the instance.", |
2402 | 2417 | "enum": [ |
|
3190 | 3205 | "type": "string" |
3191 | 3206 | }, |
3192 | 3207 | "resourceContainer": { |
3193 | | - "description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.", |
| 3208 | + "description": "Closest parent container of this resource. In GCP, 'container' refers to a Cloud Resource Manager project. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"projects/123\". For GCP provided resources, number should be project number.", |
3194 | 3209 | "type": "string" |
3195 | 3210 | }, |
3196 | 3211 | "resourceName": { |
|
3517 | 3532 | "description": "The type of the instance. Specified at creation time.", |
3518 | 3533 | "enum": [ |
3519 | 3534 | "INSTANCE_TYPE_UNSPECIFIED", |
| 3535 | + "SUB_RESOURCE_TYPE_UNSPECIFIED", |
3520 | 3536 | "PRIMARY", |
3521 | 3537 | "SECONDARY", |
3522 | 3538 | "READ_REPLICA", |
3523 | | - "OTHER" |
| 3539 | + "OTHER", |
| 3540 | + "SUB_RESOURCE_TYPE_PRIMARY", |
| 3541 | + "SUB_RESOURCE_TYPE_SECONDARY", |
| 3542 | + "SUB_RESOURCE_TYPE_READ_REPLICA", |
| 3543 | + "SUB_RESOURCE_TYPE_OTHER" |
| 3544 | + ], |
| 3545 | + "enumDeprecated": [ |
| 3546 | + true, |
| 3547 | + false, |
| 3548 | + true, |
| 3549 | + true, |
| 3550 | + true, |
| 3551 | + true, |
| 3552 | + false, |
| 3553 | + false, |
| 3554 | + false, |
| 3555 | + false |
3524 | 3556 | ], |
3525 | 3557 | "enumDescriptions": [ |
3526 | 3558 | "", |
| 3559 | + "For rest of the other categories.", |
| 3560 | + "A regular primary database instance.", |
| 3561 | + "A cluster or an instance acting as a secondary.", |
| 3562 | + "An instance acting as a read-replica.", |
| 3563 | + "For rest of the other categories.", |
3527 | 3564 | "A regular primary database instance.", |
3528 | 3565 | "A cluster or an instance acting as a secondary.", |
3529 | 3566 | "An instance acting as a read-replica.", |
|
3544 | 3581 | "description": "The product this resource represents." |
3545 | 3582 | }, |
3546 | 3583 | "resourceContainer": { |
3547 | | - "description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"provider//\", such as \"gcp/projects/123\". For GCP provided resources, number should be project number.", |
| 3584 | + "description": "Closest parent Cloud Resource Manager container of this resource. It must be resource name of a Cloud Resource Manager project with the format of \"/\", such as \"projects/123\". For GCP provided resources, number should be project number.", |
3548 | 3585 | "type": "string" |
3549 | 3586 | }, |
3550 | 3587 | "resourceName": { |
|
3619 | 3656 | "description": "The specific engine that the underlying database is running.", |
3620 | 3657 | "enum": [ |
3621 | 3658 | "ENGINE_UNSPECIFIED", |
| 3659 | + "ENGINE_MYSQL", |
3622 | 3660 | "MYSQL", |
| 3661 | + "ENGINE_POSTGRES", |
3623 | 3662 | "POSTGRES", |
| 3663 | + "ENGINE_SQL_SERVER", |
3624 | 3664 | "SQL_SERVER", |
| 3665 | + "ENGINE_NATIVE", |
3625 | 3666 | "NATIVE", |
| 3667 | + "ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT", |
3626 | 3668 | "SPANGRES", |
3627 | 3669 | "ENGINE_OTHER" |
3628 | 3670 | ], |
| 3671 | + "enumDeprecated": [ |
| 3672 | + false, |
| 3673 | + false, |
| 3674 | + true, |
| 3675 | + false, |
| 3676 | + true, |
| 3677 | + false, |
| 3678 | + true, |
| 3679 | + false, |
| 3680 | + true, |
| 3681 | + false, |
| 3682 | + true, |
| 3683 | + false |
| 3684 | + ], |
3629 | 3685 | "enumDescriptions": [ |
3630 | 3686 | "UNSPECIFIED means engine type is not known or available.", |
| 3687 | + "MySQL binary running as an engine in the database instance.", |
3631 | 3688 | "MySQL binary running as engine in database instance.", |
3632 | 3689 | "Postgres binary running as engine in database instance.", |
| 3690 | + "Postgres binary running as engine in database instance.", |
3633 | 3691 | "SQLServer binary running as engine in database instance.", |
| 3692 | + "SQLServer binary running as engine in database instance.", |
| 3693 | + "Native database binary running as engine in instance.", |
3634 | 3694 | "Native database binary running as engine in instance.", |
3635 | 3695 | "Cloud Spanner with Postgres dialect.", |
| 3696 | + "Cloud Spanner with Postgres dialect.", |
3636 | 3697 | "Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum." |
3637 | 3698 | ], |
3638 | 3699 | "type": "string" |
|
3641 | 3702 | "description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..", |
3642 | 3703 | "enum": [ |
3643 | 3704 | "PRODUCT_TYPE_UNSPECIFIED", |
| 3705 | + "PRODUCT_TYPE_CLOUD_SQL", |
3644 | 3706 | "CLOUD_SQL", |
| 3707 | + "PRODUCT_TYPE_ALLOYDB", |
3645 | 3708 | "ALLOYDB", |
| 3709 | + "PRODUCT_TYPE_SPANNER", |
3646 | 3710 | "SPANNER", |
| 3711 | + "PRODUCT_TYPE_ON_PREM", |
3647 | 3712 | "ON_PREM", |
3648 | 3713 | "PRODUCT_TYPE_OTHER" |
3649 | 3714 | ], |
| 3715 | + "enumDeprecated": [ |
| 3716 | + false, |
| 3717 | + false, |
| 3718 | + true, |
| 3719 | + false, |
| 3720 | + true, |
| 3721 | + false, |
| 3722 | + true, |
| 3723 | + false, |
| 3724 | + true, |
| 3725 | + false |
| 3726 | + ], |
3650 | 3727 | "enumDescriptions": [ |
3651 | 3728 | "UNSPECIFIED means product type is not known or available.", |
3652 | 3729 | "Cloud SQL product area in GCP", |
| 3730 | + "Cloud SQL product area in GCP", |
3653 | 3731 | "AlloyDB product area in GCP", |
| 3732 | + "AlloyDB product area in GCP", |
| 3733 | + "Spanner product area in GCP", |
3654 | 3734 | "Spanner product area in GCP", |
3655 | 3735 | "On premises database product.", |
| 3736 | + "On premises database product.", |
3656 | 3737 | "Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum." |
3657 | 3738 | ], |
3658 | 3739 | "type": "string" |
|
0 commit comments