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:v1alpha
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
#### alloydb:v1
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.",
3305
+
"type": "boolean"
3306
+
},
3303
3307
"availabilityType": {
3304
3308
"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).",
3305
3309
"enum": [
@@ -4867,6 +4871,10 @@
4867
4871
},
4868
4872
"type": "array"
4869
4873
},
4874
+
"keepExtraRoles": {
4875
+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
4876
+
"type": "boolean"
4877
+
},
4870
4878
"name": {
4871
4879
"description": "Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.",
"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.",
3494
+
"type": "boolean"
3495
+
},
3492
3496
"availabilityType": {
3493
3497
"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).",
3494
3498
"enum": [
@@ -5124,6 +5128,10 @@
5124
5128
},
5125
5129
"type": "array"
5126
5130
},
5131
+
"keepExtraRoles": {
5132
+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
5133
+
"type": "boolean"
5134
+
},
5127
5135
"name": {
5128
5136
"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).
* 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