Skip to content

Commit 56c0b5f

Browse files
feat: Automated regeneration of OSLogin client (#12690)
Auto-created at 2024-12-12 13:13:53 +0000 using the toys pull request generator.
1 parent 6fc4680 commit 56c0b5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/os_login/lib/google_api/os_login/v1alpha/api/users.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ defmodule GoogleApi.OSLogin.V1alpha.Api.Users do
113113
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
114114
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
115115
* `:projectId` (*type:* `String.t`) - The project ID of the Google Cloud Platform project.
116-
* `: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.
116+
* `: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.
117117
* `:view` (*type:* `String.t`) - The view configures whether to retrieve security keys information.
118118
* `:body` (*type:* `GoogleApi.OSLogin.V1alpha.Model.SshPublicKey.t`) -
119119
* `opts` (*type:* `keyword()`) - Call options

clients/os_login/lib/google_api/os_login/v1alpha/metadata.ex

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

23-
@discovery_revision "20240609"
23+
@discovery_revision "20241208"
2424

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

clients/os_login/mix.exs

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

21-
@version "0.29.0"
21+
@version "0.29.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)