google-apis-sts_v1 0.42.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: 15393269cf7b9c9f82738e32064b48ac95f147e71d0c4b50b4c380f3a1123728
4
- data.tar.gz: 112b13decee1ce0b0bb53eeb4b48bf3548867f77c0f54b72cef4ec3b779ee299
3
+ metadata.gz: 11bf49b2f8a843b9c11d150a688b261ac511b767fa0ec9ad261440f2d3dab655
4
+ data.tar.gz: ecf9cdd355fb451d9f53dfacf737eb60f3d7b8fcbcfc7ce3adefcb1dd42c21c5
5
5
  SHA512:
6
- metadata.gz: 9f4e545a1869e49dd66b4df90e92de307729c087f35af08c405d150cc9f532abac3598c0a3f408c358d1347185628f5240dd30212b5db0371d048c7d88fe57f2
7
- data.tar.gz: cd57c2e4b07c181ddbb45e2cbff7d729cdc1f3f9a0ef091c63c94f0b7c1b0171c5a31041276514020da00ff5d379d67ece2e63df16b0ed9b3925da160cfb53d7
6
+ metadata.gz: 456bbc0712de66423db979da70488f8468317164fbcea8223a81d32ccd34daa7942783e8c79353d617a2efbec2bc33344260581ef7162cceaa302e7df2e16da1
7
+ data.tar.gz: 9b7b097643949da847ea99927d80b7d29b4d86569c893a29703da6ca32efd49a6f84e51a1d1948402720a8759101758085464edfb3e681c997d9bb1b6cbe5c20
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.42.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -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
@@ -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.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
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.42.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.42.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: