Skip to content

Commit 5c40a63

Browse files
feat: Automated regeneration of oslogin v1alpha client (googleapis#22394)
Auto-created at 2025-04-13 09:47:36 +0000 using the toys pull request generator.
1 parent 2c92fb4 commit 5c40a63

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

generated/google-apis-oslogin_v1alpha/CHANGELOG.md

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

3+
### v0.32.0 (2025-04-13)
4+
5+
* Regenerated from discovery document revision 20250406
6+
37
### v0.31.0 (2025-03-23)
48

59
* Regenerated from discovery document revision 20250317

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,16 @@ class GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest
4848
# @return [String]
4949
attr_accessor :app_engine_instance
5050

51-
# The compute instance to sign the SSH public key for. Expected format: projects/
51+
# The Compute instance to sign the SSH public key for. Expected format: projects/
5252
# `project`/zones/`zone`/instances/`numeric_instance_id`
5353
# Corresponds to the JSON property `computeInstance`
5454
# @return [String]
5555
attr_accessor :compute_instance
5656

57-
# Optional. The service account for the Compute instance. If the instance in
58-
# question does not have a service account, this field should be left empty. If
59-
# the wrong service account is provided, this operation will return a signed
60-
# certificate that will not be accepted by the VM. During rollout of the new
61-
# regionalized SignSshPublicKey API, this field will be required for all
62-
# requests, but the VM will not initially carry out the
57+
# Optional. The service account for the instance. If the instance in question
58+
# does not have a service account, this field should be left empty. If the wrong
59+
# service account is provided, this operation will return a signed certificate
60+
# that will not be accepted by the VM.
6361
# Corresponds to the JSON property `serviceAccount`
6462
# @return [String]
6563
attr_accessor :service_account

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

Lines changed: 2 additions & 2 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.31.0"
19+
GEM_VERSION = "0.32.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)