Skip to content

Commit

Permalink
feat: Automated regeneration of OSLogin client (#12690)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-12 13:13:53 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 12, 2024
1 parent 6fc4680 commit 56c0b5f
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 @@ -113,7 +113,7 @@ defmodule GoogleApi.OSLogin.V1alpha.Api.Users do
* `: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").
* `:projectId` (*type:* `String.t`) - The project ID of the Google Cloud Platform project.
* `:regions` (*type:* `list(String.t)`) - Optional. The regions to which to assert that the key was written. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
* `:regions` (*type:* `list(String.t)`) - Optional. The regions to wait for a POSIX account to be written to before returning a response. If unspecified, defaults to all regions. Regions are listed at https://cloud.google.com/about/locations#region.
* `:view` (*type:* `String.t`) - The view configures whether to retrieve security keys information.
* `:body` (*type:* `GoogleApi.OSLogin.V1alpha.Model.SshPublicKey.t`) -
* `opts` (*type:* `keyword()`) - Call options
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 "20240609"
@discovery_revision "20241208"

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.29.0"
@version "0.29.1"

def project() do
[
Expand Down

0 comments on commit 56c0b5f

Please sign in to comment.