Skip to content

Commit 3f1f756

Browse files
feat(all): auto-regenerate discovery clients (#3224)
1 parent f94c92c commit 3f1f756

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

redis/v1/redis-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250617",
1076+
"revision": "20250627",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -1457,6 +1457,10 @@
14571457
"description": "A cluster instance.",
14581458
"id": "Cluster",
14591459
"properties": {
1460+
"allowFewerZonesDeployment": {
1461+
"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.",
1462+
"type": "boolean"
1463+
},
14601464
"asyncClusterEndpointsDeletionEnabled": {
14611465
"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.",
14621466
"type": "boolean"

redis/v1/redis-gen.go

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis/v1beta1/redis-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250617",
1076+
"revision": "20250627",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -1457,6 +1457,10 @@
14571457
"description": "A cluster instance.",
14581458
"id": "Cluster",
14591459
"properties": {
1460+
"allowFewerZonesDeployment": {
1461+
"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.",
1462+
"type": "boolean"
1463+
},
14601464
"asyncClusterEndpointsDeletionEnabled": {
14611465
"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.",
14621466
"type": "boolean"

redis/v1beta1/redis-gen.go

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)