Skip to content

Commit f04db1d

Browse files
feat: Automated regeneration of SecretManager client (#12695)
Auto-created at 2024-12-12 13:18:03 +0000 using the toys pull request generator.
1 parent 7f1b2ad commit f04db1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240726"
23+
@discovery_revision "20241209"
2424

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

clients/secret_manager/lib/google_api/secret_manager/v1beta1/model/user_managed.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.SecretManager.V1beta1.Model.UserManaged do
1919
@moduledoc """
20-
A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas
20+
A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
2121
2222
## Attributes
2323

clients/secret_manager/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.SecretManager.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.22.3"
21+
@version "0.22.4"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)