Skip to content

Commit 47e5c89

Browse files
feat: Automated regeneration of oslogin v1 client (googleapis#23233)
Auto-created at 2025-05-25 09:29:08 +0000 using the toys pull request generator.
1 parent 0c1995a commit 47e5c89

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-oslogin_v1/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_v1
22

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

510
* Regenerated using generator version 0.17.0

generated/google-apis-oslogin_v1/lib/google/apis/oslogin_v1/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 OsloginV1
1818
# Version of the google-apis-oslogin_v1 gem
19-
GEM_VERSION = "0.25.0"
19+
GEM_VERSION = "0.26.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 = "20250317"
25+
REVISION = "20250518"
2626
end
2727
end
2828
end

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ def initialize
5656
# @param [String] name
5757
# Required. The unique ID for the user in format `users/`user``.
5858
# @param [String] project_id
59-
# The project ID of the Google Cloud Platform project.
59+
# Required. The project ID of the Google Cloud Platform project.
6060
# @param [String] system_id
61-
# A system ID for filtering the results of the request.
61+
# Optional. A system ID for filtering the results of the request.
6262
# @param [String] fields
6363
# Selector specifying which fields to include in a partial response.
6464
# @param [String] quota_user
@@ -268,7 +268,7 @@ def get_user_ssh_public_key(name, fields: nil, quota_user: nil, options: nil, &b
268268
# in format `users/`user`/sshPublicKeys/`fingerprint``.
269269
# @param [Google::Apis::OsloginV1::SshPublicKey] ssh_public_key_object
270270
# @param [String] update_mask
271-
# Mask to control which fields get updated. Updates all if not present.
271+
# Optional. Mask to control which fields get updated. Updates all if not present.
272272
# @param [String] fields
273273
# Selector specifying which fields to include in a partial response.
274274
# @param [String] quota_user

0 commit comments

Comments
 (0)