google-apis-sts_v1 0.41.0 → 0.42.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: 15393269cf7b9c9f82738e32064b48ac95f147e71d0c4b50b4c380f3a1123728
4
+ data.tar.gz: 112b13decee1ce0b0bb53eeb4b48bf3548867f77c0f54b72cef4ec3b779ee299
5
5
  SHA512:
6
- metadata.gz: ef5e4f7b80d9934ce67c0deb118c780f3e3b10cca7cb69dc773fc7125ace7dcf492374262826ae49d41d017e18ef1a9e0359c4fa58d655d37354a5e143035304
7
- data.tar.gz: 05e35907de79a76399c4809292e059576030c6ab9a424fb8297b8361e7c1637609a14e3f9954115c7ea048c6833394d19be484a15aada338a6748d4df1b946a8
6
+ metadata.gz: 9f4e545a1869e49dd66b4df90e92de307729c087f35af08c405d150cc9f532abac3598c0a3f408c358d1347185628f5240dd30212b5db0371d048c7d88fe57f2
7
+ data.tar.gz: cd57c2e4b07c181ddbb45e2cbff7d729cdc1f3f9a0ef091c63c94f0b7c1b0171c5a31041276514020da00ff5d379d67ece2e63df16b0ed9b3925da160cfb53d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sts_v1
2
2
 
3
+ ### v0.42.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.41.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250331
@@ -233,8 +233,11 @@ module Google
233
233
  attr_accessor :requested_token_type
234
234
 
235
235
  # 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.
236
+ # list of space-delimited, case-sensitive strings; for example, `https://www.
237
+ # googleapis.com/auth/cloud-platform`. Required when exchanging an external
238
+ # credential for a Google access token. For a list of OAuth 2.0 scopes, see [
239
+ # OAuth 2.0 Scopes for Google APIs](https://developers.google.com/identity/
240
+ # protocols/oauth2/scopes).
238
241
  # Corresponds to the JSON property `scope`
239
242
  # @return [String]
240
243
  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.42.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 = "20250521"
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.42.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.42.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: []