Skip to content

Commit

Permalink
feat: Automated regeneration of OSLogin client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 12, 2024
1 parent ec72cbe commit 05b52c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/os_login/lib/google_api/os_login/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.OSLogin.V1 do
API client metadata for GoogleApi.OSLogin.V1.
"""

@discovery_revision "20240303"
@discovery_revision "20240609"

def discovery_revision(), do: @discovery_revision
end
4 changes: 2 additions & 2 deletions clients/os_login/lib/google_api/os_login/v1alpha/api/users.ex
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ defmodule GoogleApi.OSLogin.V1alpha.Api.Users do
## Parameters
* `connection` (*type:* `GoogleApi.OSLogin.V1alpha.Connection.t`) - Connection to server
* `parent` (*type:* `String.t`) - The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
* `parent` (*type:* `String.t`) - The parent project and region for the signing request.
* `optional_params` (*type:* `keyword()`) - Optional parameters
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
* `:access_token` (*type:* `String.t`) - OAuth access token.
Expand Down Expand Up @@ -305,7 +305,7 @@ defmodule GoogleApi.OSLogin.V1alpha.Api.Users do
## Parameters
* `connection` (*type:* `GoogleApi.OSLogin.V1alpha.Connection.t`) - Connection to server
* `parent` (*type:* `String.t`) - The parent project and zone for the signing request. This is needed to properly ensure per-organization ISS processing and potentially to provide for the possibility of zone-specific certificates used in the signing process.
* `parent` (*type:* `String.t`) - The parent project and region for the signing request.
* `optional_params` (*type:* `keyword()`) - Optional parameters
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
* `:access_token` (*type:* `String.t`) - OAuth access token.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.OSLogin.V1alpha do
API client metadata for GoogleApi.OSLogin.V1alpha.
"""

@discovery_revision "20240303"
@discovery_revision "20240609"

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

@version "0.28.0"
@version "0.28.1"

def project() do
[
Expand Down

0 comments on commit 05b52c6

Please sign in to comment.