Skip to content

Commit 26f2dbf

Browse files
feat: Automated regeneration of Redis client (googleapis#12841)
Auto-created at 2025-01-19 13:09:14 +0000 using the toys pull request generator.
1 parent 301c360 commit 26f2dbf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

clients/redis/lib/google_api/redis/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ defmodule GoogleApi.Redis.V1.Api.Projects do
10341034
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
10351035
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
10361036
* `:requestId` (*type:* `String.t`) - Idempotent request UUID.
1037-
* `:updateMask` (*type:* `String.t`) - Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Cluster: * `size_gb` * `replica_count`
1037+
* `:updateMask` (*type:* `String.t`) - Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from Cluster: * `size_gb` * `replica_count` * `cluster_endpoints`
10381038
* `:body` (*type:* `GoogleApi.Redis.V1.Model.Cluster.t`) -
10391039
* `opts` (*type:* `keyword()`) - Call options
10401040

clients/redis/lib/google_api/redis/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Redis.V1 do
2020
API client metadata for GoogleApi.Redis.V1.
2121
"""
2222

23-
@discovery_revision "20250104"
23+
@discovery_revision "20250115"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/redis/lib/google_api/redis/v1/model/cluster.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.Redis.V1.Model.Cluster do
2121
2222
## Attributes
2323
24+
* `asyncClusterEndpointsDeletionEnabled` (*type:* `boolean()`, *default:* `nil`) - 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.
2425
* `authorizationMode` (*type:* `String.t`, *default:* `nil`) - Optional. The authorization mode of the Redis cluster. If not provided, auth feature is disabled for the cluster.
2526
* `automatedBackupConfig` (*type:* `GoogleApi.Redis.V1.Model.AutomatedBackupConfig.t`, *default:* `nil`) - Optional. The automated backup config for the cluster.
2627
* `backupCollection` (*type:* `String.t`, *default:* `nil`) - Optional. Output only. The backup collection full resource name. Example: projects/{project}/locations/{location}/backupCollections/{collection}
@@ -56,6 +57,7 @@ defmodule GoogleApi.Redis.V1.Model.Cluster do
5657
use GoogleApi.Gax.ModelBase
5758

5859
@type t :: %__MODULE__{
60+
:asyncClusterEndpointsDeletionEnabled => boolean() | nil,
5961
:authorizationMode => String.t() | nil,
6062
:automatedBackupConfig => GoogleApi.Redis.V1.Model.AutomatedBackupConfig.t() | nil,
6163
:backupCollection => String.t() | nil,
@@ -89,6 +91,7 @@ defmodule GoogleApi.Redis.V1.Model.Cluster do
8991
:zoneDistributionConfig => GoogleApi.Redis.V1.Model.ZoneDistributionConfig.t() | nil
9092
}
9193

94+
field(:asyncClusterEndpointsDeletionEnabled)
9295
field(:authorizationMode)
9396
field(:automatedBackupConfig, as: GoogleApi.Redis.V1.Model.AutomatedBackupConfig)
9497
field(:backupCollection)

0 commit comments

Comments
 (0)