google-apis-oslogin_v1beta 0.26.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0046411692851a9dfd6277c934738a54bece41f5c20224b96606028971a9db2d'
4
- data.tar.gz: 8fc231aa4598ab35464b6e0b575f20e8160f95bf71a3718eb8343bd49be1d9c8
3
+ metadata.gz: 9f03459fd119987d69c6680275ca08497f8a2909d585d8800f5d3f2e33e72152
4
+ data.tar.gz: f04b7dc9595a6543f6f1228bdbecdbf43e8ae763503e80ecaf69a9fb8dbbdc52
5
5
  SHA512:
6
- metadata.gz: 0a8f01e8b033cbd5e086693554df0e1c7a2e7045003357b2e565594dea0d0b251d0577c72cb1dbc23fd54d81fac6abbe14f8bd7af76f97c929372116c44c5ce5
7
- data.tar.gz: 0cab37fbb28047764a56f9ea087512e068e95116e9d51fc95164ce0970a8da8282e1b09281b57f13f2e9f86a55b74314a7bdfb815fbe10e7cf05de96a04e7469
6
+ metadata.gz: 5bb3959a2255261945bd049414b9dfafccefa03fbf0af01988ed15169d8eef9d627802a7764d72976c3e66a6d302d4680fea0a1ab25c92b4eafda153370370ef
7
+ data.tar.gz: 7497180e885d4341f47994bde385c129be1561f89ba9a2bcccf3b3a8a53cd2e797e183418185b312c621e3781151e10ae38ad99aab134147b8e5fc885e69f409
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-oslogin_v1beta
2
2
 
3
+ ### v0.28.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240609
6
+
7
+ ### v0.27.0 (2024-05-19)
8
+
9
+ * Regenerated using generator version 0.15.0
10
+
3
11
  ### v0.26.0 (2024-02-23)
4
12
 
5
13
  * Regenerated using generator version 0.13.1
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231217"
25
+ REVISION = "20240609"
26
26
  end
27
27
  end
28
28
  end
@@ -171,9 +171,7 @@ module Google
171
171
 
172
172
  # Signs an SSH public key for a user to authenticate to an instance.
173
173
  # @param [String] parent
174
- # The parent project and zone for the signing request. This is needed to
175
- # properly ensure per-organization ISS processing and potentially to provide for
176
- # the possibility of zone-specific certificates used in the signing process.
174
+ # The parent project and region for the signing request.
177
175
  # @param [Google::Apis::OsloginV1beta::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
178
176
  # @param [String] fields
179
177
  # Selector specifying which fields to include in a partial response.
@@ -206,9 +204,7 @@ module Google
206
204
 
207
205
  # Signs an SSH public key for a user to authenticate to an instance.
208
206
  # @param [String] parent
209
- # The parent project and zone for the signing request. This is needed to
210
- # properly ensure per-organization ISS processing and potentially to provide for
211
- # the possibility of zone-specific certificates used in the signing process.
207
+ # The parent project and region for the signing request.
212
208
  # @param [Google::Apis::OsloginV1beta::SignSshPublicKeyRequest] sign_ssh_public_key_request_object
213
209
  # @param [String] fields
214
210
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-oslogin_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-oslogin_v1beta/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oslogin_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []