Skip to content

Commit 42689ac

Browse files
feat: Automated regeneration of OSLogin client (googleapis#13307)
Auto-created at 2025-04-12 13:15:45 +0000 using the toys pull request generator.
1 parent c810493 commit 42689ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule GoogleApi.OSLogin.V1alpha.Model.GoogleCloudOsloginControlplaneRegional
2222
## Attributes
2323
2424
* `appEngineInstance` (*type:* `String.t`, *default:* `nil`) - The App Engine instance to sign the SSH public key for. Expected format: services/{service}/versions/{version}/instances/{instance}
25-
* `computeInstance` (*type:* `String.t`, *default:* `nil`) - The compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}
26-
* `serviceAccount` (*type:* `String.t`, *default:* `nil`) - Optional. The service account for the Compute instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM. During rollout of the new regionalized SignSshPublicKey API, this field will be required for all requests, but the VM will not initially carry out the
25+
* `computeInstance` (*type:* `String.t`, *default:* `nil`) - The Compute instance to sign the SSH public key for. Expected format: projects/{project}/zones/{zone}/instances/{numeric_instance_id}
26+
* `serviceAccount` (*type:* `String.t`, *default:* `nil`) - Optional. The service account for the instance. If the instance in question does not have a service account, this field should be left empty. If the wrong service account is provided, this operation will return a signed certificate that will not be accepted by the VM.
2727
* `sshPublicKey` (*type:* `String.t`, *default:* `nil`) - Required. The SSH public key to sign.
2828
"""
2929

0 commit comments

Comments
 (0)