Skip to content

Commit 3b029ca

Browse files
feat: Automated regeneration of oslogin v1beta client (googleapis#23290)
Auto-created at 2025-06-01 10:06:42 +0000 using the toys pull request generator.
1 parent 50110d9 commit 3b029ca

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

generated/google-apis-oslogin_v1beta/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_v1beta
22

3+
### v0.34.0 (2025-06-01)
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_v1beta/lib/google/apis/oslogin_v1beta/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_v1beta/lib/google/apis/oslogin_v1beta/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 OsloginV1beta
1818
# Version of the google-apis-oslogin_v1beta 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_v1beta/lib/google/apis/oslogin_v1beta/service.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ 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] project_id
94-
# The project ID of the Google Cloud Platform project.
94+
# Required. The project ID of the Google Cloud Platform project.
9595
# @param [String] system_id
96-
# A system ID for filtering the results of the request.
96+
# Optional. A system ID for filtering the results of the request.
9797
# @param [String] view
9898
# The view configures whether to retrieve security keys information.
9999
# @param [String] fields
@@ -240,7 +240,7 @@ def provision_project_posix_account(name, provision_posix_account_request_object
240240

241241
# Signs an SSH public key for a user to authenticate to an instance.
242242
# @param [String] parent
243-
# The parent project and region for the signing request.
243+
# Required. The parent project and region for the signing request.
244244
# @param [Google::Apis::OsloginV1beta::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
245245
# @param [String] fields
246246
# Selector specifying which fields to include in a partial response.
@@ -273,7 +273,7 @@ def sign_location_ssh_public_key(parent, sign_ssh_public_key_request_object = ni
273273

274274
# Signs an SSH public key for a user to authenticate to an instance.
275275
# @param [String] parent
276-
# The parent project and region for the signing request.
276+
# Required. The parent project and region for the signing request.
277277
# @param [Google::Apis::OsloginV1beta::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
278278
# @param [String] fields
279279
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)