google-apis-sts_v1 0.20.0 → 0.21.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: e26cba7f0dad5d3e056d68b58c089e0367d571eeee03ec7686b17b2adefb58e4
4
- data.tar.gz: 3bb3d9dc69f06589615c3a5d55835c67b94a3b9876c8321b3647977dedff9eb2
3
+ metadata.gz: 23a3bc121e9ab7c523368e04b0489da4bf3e2637ba2d3c112c02d4eb2ec9b1b6
4
+ data.tar.gz: 7c3ecd92ffe2147bfed9923bfb8df3352afe8dce331878993d7ac64bf031407c
5
5
  SHA512:
6
- metadata.gz: 18229a6f3c771699aa265d5a11821b76b2e2a9e625fca721bd0bee3ecff689b0464971b9b6ac529f124f343e2643a7eb8aa51e8d39704d23bff362dedea34815
7
- data.tar.gz: d55675ac5d79a15caf99bd1f27b072e7f53f667135dd2841bfabbcf98393512d0ed075449b9f96033f9f1ff30757fcd561ac5fbf4f1bab6c6f9d6b2dde7be530
6
+ metadata.gz: 1b01dff06b9b95be2b701c6cb3a66bab2692bd3e5fda9adeb91d38505aae223f1d56e46e5e781ffcf447e4f63859b63fe7aec8b0cfbabf452e2bd1f3bc287f92
7
+ data.tar.gz: 789771279936db4df8e67d121442e9c84d341b3465689c0ab1bdd660fc97f011d63a3f19632cfffff56277506b2e96c9336b8fa23e09d8aebed50725e9ff28d1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.21.0 (2022-07-02)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220619
7
+
3
8
  ### v0.20.0 (2022-06-19)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -188,7 +188,7 @@ module Google
188
188
 
189
189
  # A set of features that Security Token Service supports, in addition to the
190
190
  # standard OAuth 2.0 token exchange, formatted as a serialized JSON object of
191
- # Options.
191
+ # Options. The size of the parameter value must not exceed 4096 characters.
192
192
  # Corresponds to the JSON property `options`
193
193
  # @return [String]
194
194
  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.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220422"
25
+ REVISION = "20220619"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-sts_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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: 2022-06-20 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
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-sts_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1
63
63
  post_install_message:
64
64
  rdoc_options: []