You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### alloydb:v1beta
The following keys were added:
- schemas.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration.properties.automaticFailoverRoutingConfigured.description
- schemas.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration.properties.automaticFailoverRoutingConfigured.type
- schemas.User.properties.keepExtraRoles.description
- schemas.User.properties.keepExtraRoles.type
"description": "Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.",
3442
+
"type": "boolean"
3443
+
},
3440
3444
"availabilityType": {
3441
3445
"description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).",
3442
3446
"enum": [
@@ -5028,6 +5032,10 @@
5028
5032
},
5029
5033
"type": "array"
5030
5034
},
5035
+
"keepExtraRoles": {
5036
+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
5037
+
"type": "boolean"
5038
+
},
5031
5039
"name": {
5032
5040
"description": "Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.",
* Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.
* Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).
0 commit comments