Skip to content

Commit d4674e5

Browse files
feat: Automated regeneration of OSLogin client (googleapis#13178)
Auto-created at 2025-03-19 13:16:22 +0000 using the toys pull request generator.
1 parent c81e848 commit d4674e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

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

23-
@discovery_revision "20240303"
23+
@discovery_revision "20250317"
2424

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

clients/os_login/lib/google_api/os_login/v1/model/ssh_public_key.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.OSLogin.V1.Model.SshPublicKey do
2323
2424
* `expirationTimeUsec` (*type:* `String.t`, *default:* `nil`) - An expiration time in microseconds since epoch.
2525
* `fingerprint` (*type:* `String.t`, *default:* `nil`) - Output only. The SHA-256 fingerprint of the SSH public key.
26-
* `key` (*type:* `String.t`, *default:* `nil`) - Public key text in SSH format, defined by RFC4253 section 6.6.
26+
* `key` (*type:* `String.t`, *default:* `nil`) - Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The canonical resource name.
2828
"""
2929

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 "20250302"
23+
@discovery_revision "20250317"
2424

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

clients/os_login/lib/google_api/os_login/v1alpha/model/ssh_public_key.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.OSLogin.V1alpha.Model.SshPublicKey do
2323
2424
* `expirationTimeUsec` (*type:* `String.t`, *default:* `nil`) - An expiration time in microseconds since epoch.
2525
* `fingerprint` (*type:* `String.t`, *default:* `nil`) - Output only. The SHA-256 fingerprint of the SSH public key.
26-
* `key` (*type:* `String.t`, *default:* `nil`) - Public key text in SSH format, defined by RFC4253 section 6.6.
26+
* `key` (*type:* `String.t`, *default:* `nil`) - Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.org/rfc/rfc4253.txt) section 6.6.
2727
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The canonical resource name.
2828
"""
2929

0 commit comments

Comments
 (0)