google-apis-oslogin_v1beta 0.34.0 → 0.35.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: d5d9418559f7cd31be9b570e6a56581487032d9f868e43aab5974774fdf35af3
4
- data.tar.gz: 9b80de1c04791cd1b9e69bd7f65d7c78d63090f5b3be140cfb195a5c1fe102bd
3
+ metadata.gz: 119919b9833ea5fcc08b8209c54fae0577dccf0e7d7e65dd09256707b3912de7
4
+ data.tar.gz: 1be455c0e267aa3987fcbd7a8c501cb4882d66c5b77cc73327f14b654618d323
5
5
  SHA512:
6
- metadata.gz: ae7888eafc0de858ae1764a4ed62146fa0a78f6b0a04b0d972f822b195c84a406dad9cdf26a9e220091bb7f6ee122a48f737ec284dedf40c95a530696bf5756b
7
- data.tar.gz: ee9cf9904fb57ae0738a0328f72e9c13873526941c708331fa7f0a1a7b462ce4018fcb8e2f42c72cca1e80a45a2074fadec2e2dccb904bd21fe7d4484a3b3dd8
6
+ metadata.gz: 1ddd6e4e42f1764dc97e83f8f1f8b84e8c2c24fbf65e7e98c59507535da47b8efd42cff743c5fa57c1e8270835a4f66d1a05b1af68531a746a6cbd3ce38699d6
7
+ data.tar.gz: 240b4062b20226c06707c612b8cda8fd82e6e5e12f161e9f16bafea763604441fe32a7dcc8df89783b0a9ce2bdc98d7129e6c4f60301b904f79c5913538c249b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-oslogin_v1beta
2
2
 
3
+ ### v0.35.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260610
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.34.0 (2025-06-01)
4
9
 
5
10
  * Regenerated from discovery document revision 20250518
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
 
@@ -48,6 +48,15 @@ module Google
48
48
  # @return [String]
49
49
  attr_accessor :app_engine_instance
50
50
 
51
+ # Optional. The Cloud Run resource to sign the SSH public key for. Expected
52
+ # formats: - `projects/`project`/locations/`location`/services/`service`` - `
53
+ # projects/`project`/locations/`location`/workerPools/`worker_pool`` - `projects/
54
+ # `project`/locations/`location`/jobs/`job`` - `projects/`project`/locations/`
55
+ # location`/instances/`instance``
56
+ # Corresponds to the JSON property `cloudRunResource`
57
+ # @return [String]
58
+ attr_accessor :cloud_run_resource
59
+
51
60
  # The Compute instance to sign the SSH public key for. Expected format: projects/
52
61
  # `project`/zones/`zone`/instances/`numeric_instance_id`
53
62
  # Corresponds to the JSON property `computeInstance`
@@ -74,6 +83,7 @@ module Google
74
83
  # Update properties of this object
75
84
  def update!(**args)
76
85
  @app_engine_instance = args[:app_engine_instance] if args.key?(:app_engine_instance)
86
+ @cloud_run_resource = args[:cloud_run_resource] if args.key?(:cloud_run_resource)
77
87
  @compute_instance = args[:compute_instance] if args.key?(:compute_instance)
78
88
  @service_account = args[:service_account] if args.key?(:service_account)
79
89
  @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 OsloginV1beta
18
18
  # Version of the google-apis-oslogin_v1beta gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.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 = "20250518"
25
+ REVISION = "20260610"
26
26
  end
27
27
  end
28
28
  end
@@ -110,6 +110,7 @@ module Google
110
110
  # @private
111
111
  class Representation < Google::Apis::Core::JsonRepresentation
112
112
  property :app_engine_instance, as: 'appEngineInstance'
113
+ property :cloud_run_resource, as: 'cloudRunResource'
113
114
  property :compute_instance, as: 'computeInstance'
114
115
  property :service_account, as: 'serviceAccount'
115
116
  property :ssh_public_key, as: 'sshPublicKey'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.35.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1beta
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
  - - ">="