google-apis-oslogin_v1beta 0.31.0 → 0.33.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: 24d2af5064120074db227803cc6db9065fc054c13e27514d0b2e4a9dfa33de33
4
- data.tar.gz: 9910155980034dcd452bb24a915f21708922ee3dc9c4ae541116194dc1b80897
3
+ metadata.gz: 589bd9922166f8db69701966226b03cbc8e2fafdae6c6d923ab94b8c2d7d8def
4
+ data.tar.gz: 20f60a5a597ab480f6a69f5db2c21a48d4a1ddc45210d2c3feec3d05ee9d36fe
5
5
  SHA512:
6
- metadata.gz: ab8f28fe3f56c7d2fa4c7b2205b4cc1ce124ed39e1133d3144c094941a422432a8ba843f104b41ae420ed3562b2c838d9c91cea0bc4f94971d4459f72362fef1
7
- data.tar.gz: 8e08d4a257083e9ecfaa5d15504db9e23dd4967fbe7ab2eb0f774456098c31fb64a8649d6bde51ae2279547e5798efdcc44be51ae8ab9c35d5c1d00222ccd1b9
6
+ metadata.gz: 723b858da09c4000979f92170f93eec596e461daf1b19a29a68c57a2ea973ec5c1084f711898c53b732ae353fa0b45aa688293d262fac95bf6b965ca2f51c033
7
+ data.tar.gz: eddc7653d4535f31651cc717007164c831aa4bd1535ee1472bd2011051e641ec817a6ffea66a6781987c8600a070eea80c9fea01ddc863fe5d2e9bd8ae761555
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-oslogin_v1beta
2
2
 
3
+ ### v0.33.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.32.0 (2025-04-13)
8
+
9
+ * Regenerated from discovery document revision 20250406
10
+
3
11
  ### v0.31.0 (2025-03-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20250317
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
 
@@ -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
@@ -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.31.0"
19
+ GEM_VERSION = "0.33.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250317"
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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-23 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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.31.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.33.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,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.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud OS Login API V1beta
79
79
  test_files: []