Skip to content

Commit

Permalink
feat: Automated regeneration of SecretManager client (#12695)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-12 13:18:03 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 12, 2024
1 parent 7f1b2ad commit f04db1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.SecretManager.V1beta1 do
API client metadata for GoogleApi.SecretManager.V1beta1.
"""

@discovery_revision "20240726"
@discovery_revision "20241209"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.SecretManager.V1beta1.Model.UserManaged do
@moduledoc """
A replication policy that replicates the Secret payload into the locations specified in Secret.replication.user_managed.replicas
A replication policy that replicates the Secret payload into the locations specified in Replication.UserManaged.replicas
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/secret_manager/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.SecretManager.Mixfile do
use Mix.Project

@version "0.22.3"
@version "0.22.4"

def project() do
[
Expand Down

0 comments on commit f04db1d

Please sign in to comment.