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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sts_v1/classes.rb +2 -1
- data/lib/google/apis/sts_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11bf49b2f8a843b9c11d150a688b261ac511b767fa0ec9ad261440f2d3dab655
|
4
|
+
data.tar.gz: ecf9cdd355fb451d9f53dfacf737eb60f3d7b8fcbcfc7ce3adefcb1dd42c21c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 456bbc0712de66423db979da70488f8468317164fbcea8223a81d32ccd34daa7942783e8c79353d617a2efbec2bc33344260581ef7162cceaa302e7df2e16da1
|
7
|
+
data.tar.gz: 9b7b097643949da847ea99927d80b7d29b4d86569c893a29703da6ca32efd49a6f84e51a1d1948402720a8759101758085464edfb3e681c997d9bb1b6cbe5c20
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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.
|
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 = "
|
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.
|
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.
|
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:
|