Skip to content

Commit 727cc8d

Browse files
feat: Automated regeneration of Redis client (googleapis#12879)
Auto-created at 2025-01-27 13:12:39 +0000 using the toys pull request generator.
1 parent 3817bfd commit 727cc8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

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

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

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

clients/redis/lib/google_api/redis/v1beta1/model/backup_collection.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ defmodule GoogleApi.Redis.V1beta1.Model.BackupCollection do
2323
2424
* `cluster` (*type:* `String.t`, *default:* `nil`) - Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
2525
* `clusterUid` (*type:* `String.t`, *default:* `nil`) - Output only. The cluster uid of the backup collection.
26+
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time when the backup collection was created.
2627
* `kmsKey` (*type:* `String.t`, *default:* `nil`) - Output only. The KMS key used to encrypt the backups under this backup collection.
2728
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Full resource path of the backup collection.
2829
* `uid` (*type:* `String.t`, *default:* `nil`) - Output only. System assigned unique identifier of the backup collection.
@@ -33,13 +34,15 @@ defmodule GoogleApi.Redis.V1beta1.Model.BackupCollection do
3334
@type t :: %__MODULE__{
3435
:cluster => String.t() | nil,
3536
:clusterUid => String.t() | nil,
37+
:createTime => DateTime.t() | nil,
3638
:kmsKey => String.t() | nil,
3739
:name => String.t() | nil,
3840
:uid => String.t() | nil
3941
}
4042

4143
field(:cluster)
4244
field(:clusterUid)
45+
field(:createTime, as: DateTime)
4346
field(:kmsKey)
4447
field(:name)
4548
field(:uid)

0 commit comments

Comments
 (0)