google-apis-oslogin_v1 0.28.0 → 0.29.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: 8e320df9c2d6d9fc2c599de7919770ab3fd05cf25251596b4f41e98a1ed93221
4
- data.tar.gz: 36c8f31ac2ce0763ea45f9ebd25a704bfba47c4e01e9d02e49a813a76cf915e9
3
+ metadata.gz: c7fd5a95f97b9e296ba061f02c706d67cf116eb7377f163de7f7e2c35d28e428
4
+ data.tar.gz: 8d614fd8a5f6b99a9d34e4f4e1d4e18f90905d20a812f02b2b351e030a99d4df
5
5
  SHA512:
6
- metadata.gz: d3dc36b8f6796f7e6b9887b9183771b5d610f467290f9078a417ad1c6db166cbf0970f3797b6d70e63b675fab482bd2edb001c18bf688dd1aaa15e3f04591522
7
- data.tar.gz: 8a4389d39efe10ddb9afa88655760201bb54d7a9738dd2450d2a40ecaa37aa43e2122d62030b999f47c8955df0c866f4d7d622ef9aa57cae45d2ed0c9147992d
6
+ metadata.gz: 252f2d8acc1dfb74f097262aed962d905aae836df1d5c0173ad9e94478e15d8b43f6b186429356a77fc018b75aedfabe4669da260b04df1ac46ceb8167977ef7
7
+ data.tar.gz: 345f51ef97086c1577e9e38cb23eadb4b7e38374e88648027ed83427c7dee983c8d4ff0c680b7443f10babad0001c1aceb12fb124ed743fb8b465dc777b3f0b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-oslogin_v1
2
2
 
3
+ ### v0.29.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.28.0 (2025-12-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20251202
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 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -208,6 +208,15 @@ module Google
208
208
  # @return [String]
209
209
  attr_accessor :app_engine_instance
210
210
 
211
+ # Optional. The Cloud Run resource to sign the SSH public key for. Expected
212
+ # formats: - `projects/`project`/locations/`location`/services/`service`` - `
213
+ # projects/`project`/locations/`location`/workerPools/`worker_pool`` - `projects/
214
+ # `project`/locations/`location`/jobs/`job`` - `projects/`project`/locations/`
215
+ # location`/instances/`instance``
216
+ # Corresponds to the JSON property `cloudRunResource`
217
+ # @return [String]
218
+ attr_accessor :cloud_run_resource
219
+
211
220
  # The Compute instance to sign the SSH public key for. Expected format: projects/
212
221
  # `project`/zones/`zone`/instances/`numeric_instance_id`
213
222
  # Corresponds to the JSON property `computeInstance`
@@ -234,6 +243,7 @@ module Google
234
243
  # Update properties of this object
235
244
  def update!(**args)
236
245
  @app_engine_instance = args[:app_engine_instance] if args.key?(:app_engine_instance)
246
+ @cloud_run_resource = args[:cloud_run_resource] if args.key?(:cloud_run_resource)
237
247
  @compute_instance = args[:compute_instance] if args.key?(:compute_instance)
238
248
  @service_account = args[:service_account] if args.key?(:service_account)
239
249
  @ssh_public_key = args[:ssh_public_key] if args.key?(:ssh_public_key)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OsloginV1
18
18
  # Version of the google-apis-oslogin_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251202"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,7 @@ module Google
124
124
  # @private
125
125
  class Representation < Google::Apis::Core::JsonRepresentation
126
126
  property :app_engine_instance, as: 'appEngineInstance'
127
+ property :cloud_run_resource, as: 'cloudRunResource'
127
128
  property :compute_instance, as: 'computeInstance'
128
129
  property :service_account, as: 'serviceAccount'
129
130
  property :ssh_public_key, as: 'sshPublicKey'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1/v0.29.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="