google-apis-oslogin_v1beta 0.27.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: 713074e837d1f076a285da705d0580e5cd1e62724be4adf69f41e3682ab3a2aa
4
- data.tar.gz: 9949104c168a71460f06adb12218fb1a767430d4d366bc5ee342740a13a758ae
3
+ metadata.gz: 9f03459fd119987d69c6680275ca08497f8a2909d585d8800f5d3f2e33e72152
4
+ data.tar.gz: f04b7dc9595a6543f6f1228bdbecdbf43e8ae763503e80ecaf69a9fb8dbbdc52
5
5
  SHA512:
6
- metadata.gz: 3455cc440869d5730ebf74758273040735892e67a443ad575551f98ef0f7b77a73a8fc9bca672d9dfa08671c5179e6a93417328a07205c2dab6640d70d272f6c
7
- data.tar.gz: ea46f5955c91cef8017fe0f792a8aa1a2186cac4f29000244b28010a0a98b1566ceb37670be3f054bb7ea735e423079f4920d24f7d2045d0b775ea6b27a3136a
6
+ metadata.gz: 5bb3959a2255261945bd049414b9dfafccefa03fbf0af01988ed15169d8eef9d627802a7764d72976c3e66a6d302d4680fea0a1ab25c92b4eafda153370370ef
7
+ data.tar.gz: 7497180e885d4341f47994bde385c129be1561f89ba9a2bcccf3b3a8a53cd2e797e183418185b312c621e3781151e10ae38ad99aab134147b8e5fc885e69f409
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.27.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
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.27.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-05-26 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
@@ -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.27.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: []