Skip to content

Commit 27baf86

Browse files
feat: Automated regeneration of oslogin v1alpha client (googleapis#23254)
Auto-created at 2025-05-25 10:18:37 +0000 using the toys pull request generator.
1 parent 6f6a8ee commit 27baf86

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

generated/google-apis-oslogin_v1alpha/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-oslogin_v1alpha
22

3+
### v0.34.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250518
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.33.0 (2025-05-18)
49

510
* Regenerated from discovery document revision 20250504

generated/google-apis-oslogin_v1alpha/lib/google/apis/oslogin_v1alpha/classes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def update!(**args)
313313
class SignSshPublicKeyRequest
314314
include Google::Apis::Core::Hashable
315315

316-
# The SSH public key to sign.
316+
# Required. The SSH public key to sign.
317317
# Corresponds to the JSON property `sshPublicKey`
318318
# @return [String]
319319
attr_accessor :ssh_public_key

generated/google-apis-oslogin_v1alpha/lib/google/apis/oslogin_v1alpha/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module OsloginV1alpha
1818
# Version of the google-apis-oslogin_v1alpha gem
19-
GEM_VERSION = "0.33.0"
19+
GEM_VERSION = "0.34.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250504"
25+
REVISION = "20250518"
2626
end
2727
end
2828
end

generated/google-apis-oslogin_v1alpha/lib/google/apis/oslogin_v1alpha/service.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ def sign_project_location_ssh_public_key(parent, google_cloud_oslogin_controlpla
9191
# @param [String] name
9292
# Required. The unique ID for the user in format `users/`user``.
9393
# @param [String] operating_system_type
94-
# The type of operating system associated with the account.
94+
# Optional. The type of operating system associated with the account.
9595
# @param [String] project_id
96-
# The project ID of the Google Cloud Platform project.
96+
# Required. The project ID of the Google Cloud Platform project.
9797
# @param [String] system_id
98-
# A system ID for filtering the results of the request.
98+
# Optional. A system ID for filtering the results of the request.
9999
# @param [String] view
100100
# The view configures whether to retrieve security keys information.
101101
# @param [String] fields
@@ -181,7 +181,7 @@ def import_user_ssh_public_key(parent, ssh_public_key_object = nil, project_id:
181181
# identified by the project ID they are associated with. A reference to the
182182
# POSIX account is in format `users/`user`/projects/`project``.
183183
# @param [String] operating_system_type
184-
# The type of operating system associated with the account.
184+
# Optional. The type of operating system associated with the account.
185185
# @param [String] fields
186186
# Selector specifying which fields to include in a partial response.
187187
# @param [String] quota_user
@@ -247,7 +247,7 @@ def provision_project_posix_account(name, provision_posix_account_request_object
247247
# Signs an SSH public key for a user to authenticate to a virtual machine on
248248
# Google Compute Engine.
249249
# @param [String] parent
250-
# The parent project and region for the signing request.
250+
# Required. The parent project and region for the signing request.
251251
# @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
252252
# @param [String] fields
253253
# Selector specifying which fields to include in a partial response.
@@ -281,7 +281,7 @@ def sign_location_ssh_public_key(parent, sign_ssh_public_key_request_object = ni
281281
# Signs an SSH public key for a user to authenticate to a virtual machine on
282282
# Google Compute Engine.
283283
# @param [String] parent
284-
# The parent project and region for the signing request.
284+
# Required. The parent project and region for the signing request.
285285
# @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
286286
# @param [String] fields
287287
# Selector specifying which fields to include in a partial response.
@@ -417,7 +417,7 @@ def get_user_ssh_public_key(name, fields: nil, quota_user: nil, options: nil, &b
417417
# in format `users/`user`/sshPublicKeys/`fingerprint``.
418418
# @param [Google::Apis::OsloginV1alpha::SshPublicKey] ssh_public_key_object
419419
# @param [String] update_mask
420-
# Mask to control which fields get updated. Updates all if not present.
420+
# Optional. Mask to control which fields get updated. Updates all if not present.
421421
# @param [String] fields
422422
# Selector specifying which fields to include in a partial response.
423423
# @param [String] quota_user

0 commit comments

Comments
 (0)