Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion redis/v1/redis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@
}
}
},
"revision": "20250617",
"revision": "20250627",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AOFConfig": {
Expand Down Expand Up @@ -1457,6 +1457,10 @@
"description": "A cluster instance.",
"id": "Cluster",
"properties": {
"allowFewerZonesDeployment": {
"description": "Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation, the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.",
"type": "boolean"
},
"asyncClusterEndpointsDeletionEnabled": {
"description": "Optional. If true, cluster endpoints that are created and registered by customers can be deleted asynchronously. That is, such a cluster endpoint can be de-registered before the forwarding rules in the cluster endpoint are deleted.",
"type": "boolean"
Expand Down
22 changes: 13 additions & 9 deletions redis/v1/redis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion redis/v1beta1/redis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@
}
}
},
"revision": "20250617",
"revision": "20250627",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AOFConfig": {
Expand Down Expand Up @@ -1457,6 +1457,10 @@
"description": "A cluster instance.",
"id": "Cluster",
"properties": {
"allowFewerZonesDeployment": {
"description": "Optional. Immutable. Allows customers to specify if they are okay with deploying a multi-zone cluster in less than 3 zones. Once set, if there is a zonal outage during the cluster creation, the cluster will only be deployed in 2 zones, and stay within the 2 zones for its lifecycle.",
"type": "boolean"
},
"asyncClusterEndpointsDeletionEnabled": {
"description": "Optional. If true, cluster endpoints that are created and registered by customers can be deleted asynchronously. That is, such a cluster endpoint can be de-registered before the forwarding rules in the cluster endpoint are deleted.",
"type": "boolean"
Expand Down
22 changes: 13 additions & 9 deletions redis/v1beta1/redis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.