Skip to content

Commit 3ad1f58

Browse files
feat: Automated regeneration of IAM client (googleapis#12381)
Auto-created at 2024-10-23 13:14:53 +0000 using the toys pull request generator.
1 parent 1411bdb commit 3ad1f58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240725"
23+
@discovery_revision "20241017"
2424

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

clients/iam/lib/google_api/iam/v1/model/permission.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.IAM.V1.Model.Permission do
2323
2424
* `apiDisabled` (*type:* `boolean()`, *default:* `nil`) - The service API associated with the permission is not enabled.
2525
* `customRolesSupportLevel` (*type:* `String.t`, *default:* `nil`) - The current custom role support level.
26-
* `description` (*type:* `String.t`, *default:* `nil`) - A brief description of what this Permission is used for. This permission can ONLY be used in predefined roles.
26+
* `description` (*type:* `String.t`, *default:* `nil`) - A brief description of what this Permission is used for.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - The name of this Permission.
2828
* `onlyInPredefinedRoles` (*type:* `boolean()`, *default:* `nil`) -
2929
* `primaryPermission` (*type:* `String.t`, *default:* `nil`) - The preferred name for this permission. If present, then this permission is an alias of, and equivalent to, the listed primary_permission.

clients/iam/mix.exs

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

21-
@version "0.44.1"
21+
@version "0.44.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)