google-apis-oslogin_v1alpha 0.32.0 → 0.34.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: fb99e1d82b16eb6523fc11c192c1ed99864efe8c6bba2b1bfd42fbb4b9891ef5
4
- data.tar.gz: 7afa782feae73d1ed2cc5889c12f6ea8ca829a73b550f0345a381d4b3699fdbd
3
+ metadata.gz: e11bae9e9decee7dd22d224e75936e00b3e543e6e8ebe833abdc2e7bef26197c
4
+ data.tar.gz: 0f0b995c2b5d6cb37216db6356a2688f53c300678ddb231733f64c6a41720995
5
5
  SHA512:
6
- metadata.gz: b4b5336489ce04d1fb028676a274de38d15da19cb2c23b4b5506af6bb623014b3353b758abbc5507bbb29f0e654da30a2fe5674512fe635d23cc2ac764090bfe
7
- data.tar.gz: d5ced8fc8558f65633a85dabfb82df8efc2e3c87d6b53491b60fefff795405911c005bb35d5131282c53b14186923b3ca7a0cd9205cdec03665cabaf2ae7d039
6
+ metadata.gz: 94840152ced9f0e4a8480d05d4915f0da8d931255f22f831463a6fd13e9ada33cadbb57f4b7c8db039b4924d714e067402e2b652fd69305c17797673a2cd366b
7
+ data.tar.gz: 489fa50f5af565f5250ff9adda2b8356fb9a7bd1ba928d7e2e42e91041349af6a8f656669d86c8f72a250cbd2afdb32b207d2af70a96117a1aa336efb5789745
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-oslogin_v1alpha
2
2
 
3
+ ### v0.34.0 (2025-05-25)
4
+
5
+ * Regenerated from discovery document revision 20250518
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.33.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250504
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.32.0 (2025-04-13)
4
14
 
5
15
  * Regenerated from discovery document revision 20250406
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/compute/docs/oslogin/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -42,8 +42,8 @@ module Google
42
42
  class GoogleCloudOsloginControlplaneRegionalV1alphaSignSshPublicKeyRequest
43
43
  include Google::Apis::Core::Hashable
44
44
 
45
- # The App Engine instance to sign the SSH public key for. Expected format:
46
- # services/`service`/versions/`version`/instances/`instance`
45
+ # The App Engine instance to sign the SSH public key for. Expected format: apps/`
46
+ # app`/services/`service`/versions/`version`/instances/`instance`
47
47
  # Corresponds to the JSON property `appEngineInstance`
48
48
  # @return [String]
49
49
  attr_accessor :app_engine_instance
@@ -313,7 +313,7 @@ module Google
313
313
  class SignSshPublicKeyRequest
314
314
  include Google::Apis::Core::Hashable
315
315
 
316
- # The SSH public key to sign.
316
+ # Required. The SSH public key to sign.
317
317
  # Corresponds to the JSON property `sshPublicKey`
318
318
  # @return [String]
319
319
  attr_accessor :ssh_public_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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250406"
25
+ REVISION = "20250518"
26
26
  end
27
27
  end
28
28
  end
@@ -91,11 +91,11 @@ module Google
91
91
  # @param [String] name
92
92
  # Required. The unique ID for the user in format `users/`user``.
93
93
  # @param [String] operating_system_type
94
- # The type of operating system associated with the account.
94
+ # Optional. The type of operating system associated with the account.
95
95
  # @param [String] project_id
96
- # The project ID of the Google Cloud Platform project.
96
+ # Required. The project ID of the Google Cloud Platform project.
97
97
  # @param [String] system_id
98
- # A system ID for filtering the results of the request.
98
+ # Optional. A system ID for filtering the results of the request.
99
99
  # @param [String] view
100
100
  # The view configures whether to retrieve security keys information.
101
101
  # @param [String] fields
@@ -181,7 +181,7 @@ module Google
181
181
  # identified by the project ID they are associated with. A reference to the
182
182
  # POSIX account is in format `users/`user`/projects/`project``.
183
183
  # @param [String] operating_system_type
184
- # The type of operating system associated with the account.
184
+ # Optional. The type of operating system associated with the account.
185
185
  # @param [String] fields
186
186
  # Selector specifying which fields to include in a partial response.
187
187
  # @param [String] quota_user
@@ -247,7 +247,7 @@ module Google
247
247
  # Signs an SSH public key for a user to authenticate to a virtual machine on
248
248
  # Google Compute Engine.
249
249
  # @param [String] parent
250
- # The parent project and region for the signing request.
250
+ # Required. The parent project and region for the signing request.
251
251
  # @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
252
252
  # @param [String] fields
253
253
  # Selector specifying which fields to include in a partial response.
@@ -281,7 +281,7 @@ module Google
281
281
  # Signs an SSH public key for a user to authenticate to a virtual machine on
282
282
  # Google Compute Engine.
283
283
  # @param [String] parent
284
- # The parent project and region for the signing request.
284
+ # Required. The parent project and region for the signing request.
285
285
  # @param [Google::Apis::OsloginV1alpha::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
286
286
  # @param [String] fields
287
287
  # Selector specifying which fields to include in a partial response.
@@ -417,7 +417,7 @@ module Google
417
417
  # in format `users/`user`/sshPublicKeys/`fingerprint``.
418
418
  # @param [Google::Apis::OsloginV1alpha::SshPublicKey] ssh_public_key_object
419
419
  # @param [String] update_mask
420
- # Mask to control which fields get updated. Updates all if not present.
420
+ # Optional. Mask to control which fields get updated. Updates all if not present.
421
421
  # @param [String] fields
422
422
  # Selector specifying which fields to include in a partial response.
423
423
  # @param [String] quota_user
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.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 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.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1alpha/v0.34.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud OS Login API V1alpha
79
79
  test_files: []