|
1489 | 1489 | }
|
1490 | 1490 | }
|
1491 | 1491 | },
|
1492 |
| - "revision": "20231109", |
| 1492 | + "revision": "20231128", |
1493 | 1493 | "rootUrl": "https://alloydb.googleapis.com/",
|
1494 | 1494 | "schemas": {
|
1495 | 1495 | "AutomatedBackupPolicy": {
|
|
1639 | 1639 | "readOnly": true,
|
1640 | 1640 | "type": "boolean"
|
1641 | 1641 | },
|
| 1642 | + "satisfiesPzs": { |
| 1643 | + "description": "Output only. Reserved for future use.", |
| 1644 | + "readOnly": true, |
| 1645 | + "type": "boolean" |
| 1646 | + }, |
1642 | 1647 | "sizeBytes": {
|
1643 | 1648 | "description": "Output only. The size of the backup in bytes.",
|
1644 | 1649 | "format": "int64",
|
|
1896 | 1901 | "readOnly": true,
|
1897 | 1902 | "type": "boolean"
|
1898 | 1903 | },
|
| 1904 | + "satisfiesPzs": { |
| 1905 | + "description": "Output only. Reserved for future use.", |
| 1906 | + "readOnly": true, |
| 1907 | + "type": "boolean" |
| 1908 | + }, |
1899 | 1909 | "secondaryConfig": {
|
1900 | 1910 | "$ref": "SecondaryConfig",
|
1901 | 1911 | "description": "Cross Region replication config specific to SECONDARY cluster."
|
|
2386 | 2396 | "readOnly": true,
|
2387 | 2397 | "type": "boolean"
|
2388 | 2398 | },
|
| 2399 | + "satisfiesPzs": { |
| 2400 | + "description": "Output only. Reserved for future use.", |
| 2401 | + "readOnly": true, |
| 2402 | + "type": "boolean" |
| 2403 | + }, |
2389 | 2404 | "state": {
|
2390 | 2405 | "description": "Output only. The current serving state of the instance.",
|
2391 | 2406 | "enum": [
|
|
3175 | 3190 | "type": "string"
|
3176 | 3191 | },
|
3177 | 3192 | "resourceContainer": {
|
3178 |
| - "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.", |
| 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 \"projects/123\". For GCP provided resources, number should be project number.", |
3179 | 3194 | "type": "string"
|
3180 | 3195 | },
|
3181 | 3196 | "resourceName": {
|
|
3502 | 3517 | "description": "The type of the instance. Specified at creation time.",
|
3503 | 3518 | "enum": [
|
3504 | 3519 | "INSTANCE_TYPE_UNSPECIFIED",
|
| 3520 | + "SUB_RESOURCE_TYPE_UNSPECIFIED", |
3505 | 3521 | "PRIMARY",
|
3506 | 3522 | "SECONDARY",
|
3507 | 3523 | "READ_REPLICA",
|
3508 |
| - "OTHER" |
| 3524 | + "OTHER", |
| 3525 | + "SUB_RESOURCE_TYPE_PRIMARY", |
| 3526 | + "SUB_RESOURCE_TYPE_SECONDARY", |
| 3527 | + "SUB_RESOURCE_TYPE_READ_REPLICA", |
| 3528 | + "SUB_RESOURCE_TYPE_OTHER" |
| 3529 | + ], |
| 3530 | + "enumDeprecated": [ |
| 3531 | + true, |
| 3532 | + false, |
| 3533 | + true, |
| 3534 | + true, |
| 3535 | + true, |
| 3536 | + true, |
| 3537 | + false, |
| 3538 | + false, |
| 3539 | + false, |
| 3540 | + false |
3509 | 3541 | ],
|
3510 | 3542 | "enumDescriptions": [
|
3511 | 3543 | "",
|
| 3544 | + "For rest of the other categories.", |
| 3545 | + "A regular primary database instance.", |
| 3546 | + "A cluster or an instance acting as a secondary.", |
| 3547 | + "An instance acting as a read-replica.", |
| 3548 | + "For rest of the other categories.", |
3512 | 3549 | "A regular primary database instance.",
|
3513 | 3550 | "A cluster or an instance acting as a secondary.",
|
3514 | 3551 | "An instance acting as a read-replica.",
|
|
3529 | 3566 | "description": "The product this resource represents."
|
3530 | 3567 | },
|
3531 | 3568 | "resourceContainer": {
|
3532 |
| - "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.", |
| 3569 | + "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.", |
3533 | 3570 | "type": "string"
|
3534 | 3571 | },
|
3535 | 3572 | "resourceName": {
|
|
3604 | 3641 | "description": "The specific engine that the underlying database is running.",
|
3605 | 3642 | "enum": [
|
3606 | 3643 | "ENGINE_UNSPECIFIED",
|
| 3644 | + "ENGINE_MYSQL", |
3607 | 3645 | "MYSQL",
|
| 3646 | + "ENGINE_POSTGRES", |
3608 | 3647 | "POSTGRES",
|
| 3648 | + "ENGINE_SQL_SERVER", |
3609 | 3649 | "SQL_SERVER",
|
| 3650 | + "ENGINE_NATIVE", |
3610 | 3651 | "NATIVE",
|
| 3652 | + "ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT", |
3611 | 3653 | "SPANGRES",
|
3612 | 3654 | "ENGINE_OTHER"
|
3613 | 3655 | ],
|
| 3656 | + "enumDeprecated": [ |
| 3657 | + false, |
| 3658 | + false, |
| 3659 | + true, |
| 3660 | + false, |
| 3661 | + true, |
| 3662 | + false, |
| 3663 | + true, |
| 3664 | + false, |
| 3665 | + true, |
| 3666 | + false, |
| 3667 | + true, |
| 3668 | + false |
| 3669 | + ], |
3614 | 3670 | "enumDescriptions": [
|
3615 | 3671 | "UNSPECIFIED means engine type is not known or available.",
|
| 3672 | + "MySQL binary running as an engine in the database instance.", |
3616 | 3673 | "MySQL binary running as engine in database instance.",
|
3617 | 3674 | "Postgres binary running as engine in database instance.",
|
| 3675 | + "Postgres binary running as engine in database instance.", |
3618 | 3676 | "SQLServer binary running as engine in database instance.",
|
| 3677 | + "SQLServer binary running as engine in database instance.", |
| 3678 | + "Native database binary running as engine in instance.", |
3619 | 3679 | "Native database binary running as engine in instance.",
|
3620 | 3680 | "Cloud Spanner with Postgres dialect.",
|
| 3681 | + "Cloud Spanner with Postgres dialect.", |
3621 | 3682 | "Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
|
3622 | 3683 | ],
|
3623 | 3684 | "type": "string"
|
|
3626 | 3687 | "description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..",
|
3627 | 3688 | "enum": [
|
3628 | 3689 | "PRODUCT_TYPE_UNSPECIFIED",
|
| 3690 | + "PRODUCT_TYPE_CLOUD_SQL", |
3629 | 3691 | "CLOUD_SQL",
|
| 3692 | + "PRODUCT_TYPE_ALLOYDB", |
3630 | 3693 | "ALLOYDB",
|
| 3694 | + "PRODUCT_TYPE_SPANNER", |
3631 | 3695 | "SPANNER",
|
| 3696 | + "PRODUCT_TYPE_ON_PREM", |
3632 | 3697 | "ON_PREM",
|
3633 | 3698 | "PRODUCT_TYPE_OTHER"
|
3634 | 3699 | ],
|
| 3700 | + "enumDeprecated": [ |
| 3701 | + false, |
| 3702 | + false, |
| 3703 | + true, |
| 3704 | + false, |
| 3705 | + true, |
| 3706 | + false, |
| 3707 | + true, |
| 3708 | + false, |
| 3709 | + true, |
| 3710 | + false |
| 3711 | + ], |
3635 | 3712 | "enumDescriptions": [
|
3636 | 3713 | "UNSPECIFIED means product type is not known or available.",
|
3637 | 3714 | "Cloud SQL product area in GCP",
|
| 3715 | + "Cloud SQL product area in GCP", |
3638 | 3716 | "AlloyDB product area in GCP",
|
| 3717 | + "AlloyDB product area in GCP", |
| 3718 | + "Spanner product area in GCP", |
3639 | 3719 | "Spanner product area in GCP",
|
3640 | 3720 | "On premises database product.",
|
| 3721 | + "On premises database product.", |
3641 | 3722 | "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."
|
3642 | 3723 | ],
|
3643 | 3724 | "type": "string"
|
|
0 commit comments