google-apis-sts_v1 0.41.0 → 0.43.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: 2b881b33b55cb96bda79b297e24b3c565539b0901c30427c6554629d694cf9ba
4
- data.tar.gz: 57182f39881f95f469a7aa8bee94ae7ed42a6aa2c45dc50d538ad71a7af5db4f
3
+ metadata.gz: 11bf49b2f8a843b9c11d150a688b261ac511b767fa0ec9ad261440f2d3dab655
4
+ data.tar.gz: ecf9cdd355fb451d9f53dfacf737eb60f3d7b8fcbcfc7ce3adefcb1dd42c21c5
5
5
  SHA512:
6
- metadata.gz: ef5e4f7b80d9934ce67c0deb118c780f3e3b10cca7cb69dc773fc7125ace7dcf492374262826ae49d41d017e18ef1a9e0359c4fa58d655d37354a5e143035304
7
- data.tar.gz: 05e35907de79a76399c4809292e059576030c6ab9a424fb8297b8361e7c1637609a14e3f9954115c7ea048c6833394d19be484a15aada338a6748d4df1b946a8
6
+ metadata.gz: 456bbc0712de66423db979da70488f8468317164fbcea8223a81d32ccd34daa7942783e8c79353d617a2efbec2bc33344260581ef7162cceaa302e7df2e16da1
7
+ data.tar.gz: 9b7b097643949da847ea99927d80b7d29b4d86569c893a29703da6ca32efd49a6f84e51a1d1948402720a8759101758085464edfb3e681c997d9bb1b6cbe5c20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.43.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250813
6
+
7
+ ### v0.42.0 (2025-06-01)
8
+
9
+ * Regenerated from discovery document revision 20250521
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.41.0 (2025-05-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20250331
@@ -220,7 +220,8 @@ module Google
220
220
 
221
221
  # A set of features that Security Token Service supports, in addition to the
222
222
  # standard OAuth 2.0 token exchange, formatted as a serialized JSON object of
223
- # Options. The size of the parameter value must not exceed 4096 characters.
223
+ # Options. The size of the parameter value must not exceed 4 * 1024 * 1024
224
+ # characters (4 MB).
224
225
  # Corresponds to the JSON property `options`
225
226
  # @return [String]
226
227
  attr_accessor :options
@@ -233,8 +234,11 @@ module Google
233
234
  attr_accessor :requested_token_type
234
235
 
235
236
  # The OAuth 2.0 scopes to include on the resulting access token, formatted as a
236
- # list of space-delimited, case-sensitive strings. Required when exchanging an
237
- # external credential for a Google access token.
237
+ # list of space-delimited, case-sensitive strings; for example, `https://www.
238
+ # googleapis.com/auth/cloud-platform`. Required when exchanging an external
239
+ # credential for a Google access token. For a list of OAuth 2.0 scopes, see [
240
+ # OAuth 2.0 Scopes for Google APIs](https://developers.google.com/identity/
241
+ # protocols/oauth2/scopes).
238
242
  # Corresponds to the JSON property `scope`
239
243
  # @return [String]
240
244
  attr_accessor :scope
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1
18
18
  # Version of the google-apis-sts_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250331"
25
+ REVISION = "20250813"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.43.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-sts_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.41.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.43.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Security Token Service API V1
79
79
  test_files: []