Skip to content

Commit

Permalink
feat: Automated regeneration of IAP client (#11161)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-20 13:11:21 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 20, 2024
1 parent 66e54c8 commit fb64ed7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/iap/lib/google_api/iap/v1/api/v1.ex
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ defmodule GoogleApi.IAP.V1.Api.V1 do
end

@doc """
Validates a given CEL expression conforms to IAP restrictions.
Validates that a given CEL expression conforms to IAP restrictions.
## Parameters
Expand All @@ -354,7 +354,7 @@ defmodule GoogleApi.IAP.V1.Api.V1 do
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:expression` (*type:* `String.t`) - Required. User input string expression. Should be of the form 'attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])'
* `:expression` (*type:* `String.t`) - Required. User input string expression. Should be of the form `attributes.saml_attributes.filter(attribute, attribute.name in ['{attribute_name}', '{attribute_name}'])`
* `opts` (*type:* `keyword()`) - Call options
## Returns
Expand Down
2 changes: 1 addition & 1 deletion clients/iap/lib/google_api/iap/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.IAP.V1 do
API client metadata for GoogleApi.IAP.V1.
"""

@discovery_revision "20240301"
@discovery_revision "20240315"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/iap/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.IAP.Mixfile do
use Mix.Project

@version "0.18.0"
@version "0.18.1"

def project() do
[
Expand Down

0 comments on commit fb64ed7

Please sign in to comment.