File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
generated/google-apis-oslogin_v1alpha
lib/google/apis/oslogin_v1alpha Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments