|
1627 | 1627 | } |
1628 | 1628 | } |
1629 | 1629 | }, |
1630 | | - "revision": "20250925", |
| 1630 | + "revision": "20251001", |
1631 | 1631 | "rootUrl": "https://alloydb.googleapis.com/", |
1632 | 1632 | "schemas": { |
1633 | 1633 | "AuthorizedNetwork": { |
|
1641 | 1641 | }, |
1642 | 1642 | "type": "object" |
1643 | 1643 | }, |
1644 | | - "AutoScalingConfig": { |
1645 | | - "description": "Configuration for autoscaling.", |
1646 | | - "id": "AutoScalingConfig", |
1647 | | - "properties": { |
1648 | | - "policy": { |
1649 | | - "$ref": "Policy", |
1650 | | - "description": "Policy for the MIG autoscaler." |
1651 | | - }, |
1652 | | - "schedules": { |
1653 | | - "description": "Optional list of schedules for the MIG autoscaler. If not set, no schedules are created.", |
1654 | | - "items": { |
1655 | | - "$ref": "Schedule" |
1656 | | - }, |
1657 | | - "type": "array" |
1658 | | - } |
1659 | | - }, |
1660 | | - "type": "object" |
1661 | | - }, |
1662 | 1644 | "AutomatedBackupPolicy": { |
1663 | 1645 | "description": "Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.", |
1664 | 1646 | "id": "AutomatedBackupPolicy", |
|
2546 | 2528 | }, |
2547 | 2529 | "type": "object" |
2548 | 2530 | }, |
2549 | | - "CpuUtilization": { |
2550 | | - "description": "CPU utilization policy for the autoscaler.", |
2551 | | - "id": "CpuUtilization", |
2552 | | - "properties": { |
2553 | | - "utilizationTarget": { |
2554 | | - "description": "Target CPU utilization as a float between 0 and 1.", |
2555 | | - "format": "float", |
2556 | | - "type": "number" |
2557 | | - } |
2558 | | - }, |
2559 | | - "type": "object" |
2560 | | - }, |
2561 | 2531 | "CsvExportOptions": { |
2562 | 2532 | "description": "Options for exporting data in CSV format.", |
2563 | 2533 | "id": "CsvExportOptions", |
|
3091 | 3061 | "The instance is being deleted.", |
3092 | 3062 | "The instance is down for maintenance.", |
3093 | 3063 | "The creation of the instance failed or a fatal error occurred during an operation on the instance. Note: Instances in this state would tried to be auto-repaired. And Customers should be able to restart, update or delete these instances.", |
3094 | | - "Index 7 is used in the producer apis for ROLLED_BACK state. Keeping that index unused in case that state also needs to exposed via consumer apis in future. The instance has been configured to sync data from some other source.", |
| 3064 | + "The instance has been configured to sync data from some other source.", |
3095 | 3065 | "The instance is being promoted." |
3096 | 3066 | ], |
3097 | 3067 | "readOnly": true, |
|
3641 | 3611 | }, |
3642 | 3612 | "type": "object" |
3643 | 3613 | }, |
3644 | | - "Policy": { |
3645 | | - "description": "Policy for the autoscaler.", |
3646 | | - "id": "Policy", |
3647 | | - "properties": { |
3648 | | - "coolDownPeriodSec": { |
3649 | | - "description": "The period of time in seconds after a new node is created before the autoscaler will incorporate its resource usage (e.g. CPU utilization) into the autoscaling recommendation algorithm.", |
3650 | | - "format": "int64", |
3651 | | - "type": "string" |
3652 | | - }, |
3653 | | - "cpuUtilization": { |
3654 | | - "$ref": "CpuUtilization", |
3655 | | - "description": "CPU utilization policy for the autoscaler." |
3656 | | - }, |
3657 | | - "enabled": { |
3658 | | - "description": "If true, autoscaling is enabled for the instance. If not set, the default value is false.", |
3659 | | - "type": "boolean" |
3660 | | - }, |
3661 | | - "maxNodeCount": { |
3662 | | - "description": "Maximum number of nodes for the autoscaler.", |
3663 | | - "format": "int64", |
3664 | | - "type": "string" |
3665 | | - } |
3666 | | - }, |
3667 | | - "type": "object" |
3668 | | - }, |
3669 | 3614 | "PrimaryConfig": { |
3670 | 3615 | "description": "Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.", |
3671 | 3616 | "id": "PrimaryConfig", |
|
3856 | 3801 | "description": "Configuration for a read pool instance.", |
3857 | 3802 | "id": "ReadPoolConfig", |
3858 | 3803 | "properties": { |
3859 | | - "autoScalingConfig": { |
3860 | | - "$ref": "AutoScalingConfig", |
3861 | | - "description": "Autoscaling configuration for the read pool instance. If not set, the read pool instance will not be autoscaled." |
3862 | | - }, |
3863 | 3804 | "nodeCount": { |
3864 | 3805 | "description": "Read capacity, i.e. number of nodes in a read pool instance.", |
3865 | 3806 | "format": "int32", |
|
3958 | 3899 | }, |
3959 | 3900 | "type": "object" |
3960 | 3901 | }, |
3961 | | - "Schedule": { |
3962 | | - "description": "A schedule for the autoscaler.", |
3963 | | - "id": "Schedule", |
3964 | | - "properties": { |
3965 | | - "cronExpression": { |
3966 | | - "description": "Cron expression for the triggering the schedule. See https://cloud.google.com/compute/docs/autoscaler/scaling-schedules#cron_expressions for the syntax.", |
3967 | | - "type": "string" |
3968 | | - }, |
3969 | | - "description": { |
3970 | | - "description": "Description of the schedule.", |
3971 | | - "type": "string" |
3972 | | - }, |
3973 | | - "disabled": { |
3974 | | - "description": "If true, the schedule is disabled.", |
3975 | | - "type": "boolean" |
3976 | | - }, |
3977 | | - "durationSec": { |
3978 | | - "description": "Duration of the schedule.", |
3979 | | - "format": "int64", |
3980 | | - "type": "string" |
3981 | | - }, |
3982 | | - "minNodeCount": { |
3983 | | - "description": "Minimum number of nodes in while the schedule is active.", |
3984 | | - "format": "int64", |
3985 | | - "type": "string" |
3986 | | - }, |
3987 | | - "name": { |
3988 | | - "description": "Name of the schedule.", |
3989 | | - "type": "string" |
3990 | | - }, |
3991 | | - "timeZone": { |
3992 | | - "description": "The location-based IANA time zone for interpreting the schedule's start time. If no time zone is provided, UTC is used by default.", |
3993 | | - "type": "string" |
3994 | | - } |
3995 | | - }, |
3996 | | - "type": "object" |
3997 | | - }, |
3998 | 3902 | "SecondaryConfig": { |
3999 | 3903 | "description": "Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.", |
4000 | 3904 | "id": "SecondaryConfig", |
|
4751 | 4655 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", |
4752 | 4656 | "SIGNAL_TYPE_REPLICATION_LAG", |
4753 | 4657 | "SIGNAL_TYPE_OUTDATED_VERSION", |
4754 | | - "SIGNAL_TYPE_OUTDATED_CLIENT" |
| 4658 | + "SIGNAL_TYPE_OUTDATED_CLIENT", |
| 4659 | + "SIGNAL_TYPE_DATABOOST_DISABLED" |
4755 | 4660 | ], |
4756 | 4661 | "enumDeprecated": [ |
4757 | 4662 | false, |
|
4855 | 4760 | false, |
4856 | 4761 | false, |
4857 | 4762 | false, |
| 4763 | + false, |
4858 | 4764 | false |
4859 | 4765 | ], |
4860 | 4766 | "enumDescriptions": [ |
|
4959 | 4865 | "High number of idle connections.", |
4960 | 4866 | "Replication delay.", |
4961 | 4867 | "Outdated version.", |
4962 | | - "Outdated client." |
| 4868 | + "Outdated client.", |
| 4869 | + "Databoost is disabled." |
4963 | 4870 | ], |
4964 | 4871 | "type": "string" |
4965 | 4872 | }, |
|
5397 | 5304 | "SIGNAL_TYPE_MANY_IDLE_CONNECTIONS", |
5398 | 5305 | "SIGNAL_TYPE_REPLICATION_LAG", |
5399 | 5306 | "SIGNAL_TYPE_OUTDATED_VERSION", |
5400 | | - "SIGNAL_TYPE_OUTDATED_CLIENT" |
| 5307 | + "SIGNAL_TYPE_OUTDATED_CLIENT", |
| 5308 | + "SIGNAL_TYPE_DATABOOST_DISABLED" |
5401 | 5309 | ], |
5402 | 5310 | "enumDeprecated": [ |
5403 | 5311 | false, |
|
5501 | 5409 | false, |
5502 | 5410 | false, |
5503 | 5411 | false, |
| 5412 | + false, |
5504 | 5413 | false |
5505 | 5414 | ], |
5506 | 5415 | "enumDescriptions": [ |
|
5605 | 5514 | "High number of idle connections.", |
5606 | 5515 | "Replication delay.", |
5607 | 5516 | "Outdated version.", |
5608 | | - "Outdated client." |
| 5517 | + "Outdated client.", |
| 5518 | + "Databoost is disabled." |
5609 | 5519 | ], |
5610 | 5520 | "type": "string" |
5611 | 5521 | } |
|
6139 | 6049 | "PRODUCT_TYPE_FIRESTORE", |
6140 | 6050 | "PRODUCT_TYPE_COMPUTE_ENGINE", |
6141 | 6051 | "PRODUCT_TYPE_ORACLE_ON_GCP", |
| 6052 | + "PRODUCT_TYPE_BIGQUERY", |
6142 | 6053 | "PRODUCT_TYPE_OTHER" |
6143 | 6054 | ], |
6144 | 6055 | "enumDeprecated": [ |
|
6155 | 6066 | false, |
6156 | 6067 | false, |
6157 | 6068 | false, |
| 6069 | + false, |
6158 | 6070 | false |
6159 | 6071 | ], |
6160 | 6072 | "enumDescriptions": [ |
|
6171 | 6083 | "Firestore product area in GCP.", |
6172 | 6084 | "Compute Engine self managed databases", |
6173 | 6085 | "Oracle product area in GCP", |
| 6086 | + "BigQuery product area in GCP", |
6174 | 6087 | "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." |
6175 | 6088 | ], |
6176 | 6089 | "type": "string" |
|
0 commit comments