google-apis-oslogin_v1alpha 0.30.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92db10613ed53b704957039cf679ff23f4b907e64fcecee152e89a950555cd23
4
- data.tar.gz: 74d159cfc9566325f1c3bf10b3ac1b1d1fdaa9faa835cda33d28be2fa02c4d85
3
+ metadata.gz: fb99e1d82b16eb6523fc11c192c1ed99864efe8c6bba2b1bfd42fbb4b9891ef5
4
+ data.tar.gz: 7afa782feae73d1ed2cc5889c12f6ea8ca829a73b550f0345a381d4b3699fdbd
5
5
  SHA512:
6
- metadata.gz: 72ce882292104990f9199c37f1a68aee190f1a2e0b577be027b8536586428e592fa1920bf95efb40d40e36296e22378134becf461f0abf1c8d534c9cb7fb5dcf
7
- data.tar.gz: da0c1b313468b5a997f1daf74779a9308cb11a7ddc92cab2b1c4234a86f0271ef38c062d40b314d5a0ffb7cdcf798ba57078de59c980adcfe977994a9eea2f5a
6
+ metadata.gz: b4b5336489ce04d1fb028676a274de38d15da19cb2c23b4b5506af6bb623014b3353b758abbc5507bbb29f0e654da30a2fe5674512fe635d23cc2ac764090bfe
7
+ data.tar.gz: d5ced8fc8558f65633a85dabfb82df8efc2e3c87d6b53491b60fefff795405911c005bb35d5131282c53b14186923b3ca7a0cd9205cdec03665cabaf2ae7d039
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-oslogin_v1alpha
2
2
 
3
+ ### v0.32.0 (2025-04-13)
4
+
5
+ * Regenerated from discovery document revision 20250406
6
+
7
+ ### v0.31.0 (2025-03-23)
8
+
9
+ * Regenerated from discovery document revision 20250317
10
+
3
11
  ### v0.30.0 (2025-03-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20250302
@@ -48,18 +48,16 @@ module Google
48
48
  # @return [String]
49
49
  attr_accessor :app_engine_instance
50
50
 
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/
52
52
  # `project`/zones/`zone`/instances/`numeric_instance_id`
53
53
  # Corresponds to the JSON property `computeInstance`
54
54
  # @return [String]
55
55
  attr_accessor :compute_instance
56
56
 
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.
63
61
  # Corresponds to the JSON property `serviceAccount`
64
62
  # @return [String]
65
63
  attr_accessor :service_account
@@ -363,7 +361,8 @@ module Google
363
361
  # @return [String]
364
362
  attr_accessor :fingerprint
365
363
 
366
- # Public key text in SSH format, defined by RFC4253 section 6.6.
364
+ # Required. Public key text in SSH format, defined by [RFC4253](https://www.ietf.
365
+ # org/rfc/rfc4253.txt) section 6.6.
367
366
  # Corresponds to the JSON property `key`
368
367
  # @return [String]
369
368
  attr_accessor :key
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsloginV1alpha
18
18
  # Version of the google-apis-oslogin_v1alpha gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250302"
25
+ REVISION = "20250406"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.32.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: