google-apis-sts_v1beta 0.29.0 → 0.30.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: 26a315eaaf747615bdd992d92694b0a9d1f6f83349bb8a1f5878d9d995108406
4
- data.tar.gz: e8a848d2e4bb47175385b6196f95ebadb6b27da51e0dad950ca2e6c49375217c
3
+ metadata.gz: eb2cb40f704488af39d979ebe230f58f802c5d1a540c9d1c4b98048f851fe9a5
4
+ data.tar.gz: ad2717b61a8a825c097dc948111d1c19ff90993999eb4ab85936c8d9b86a370b
5
5
  SHA512:
6
- metadata.gz: 4b317999ff0299fecbddf53db66a6b286ec04f020d6268ce7498f2ea1af94bb56d5de59cc28216df74e2b7eafc7d158223ccb8307e402c59cbb44d3e342b7d3d
7
- data.tar.gz: 67d1ca9469d4114e2f684bd584ef548ab8e8e90963a8bdbc76d54fd1827e33cf681ca61164367553b5bf06a462000acdc80673b773a838a6082adae42b9d8837
6
+ metadata.gz: cf1d8c91776c56dd742dd0a97147bf44d3d6042159c64fd26caa5bd5adaa925b322e74b825a93475ce8077daf9520caff16ddac92e8da49c7d42ad7278597783
7
+ data.tar.gz: 8cd87437accd7a189cb350a7c27b451a1d079954baa7643d5d20fb93ed7f0bb4c2fe536d32792044dc883678f773c33b678f6e3f53497429df82bc0a0f3c0c25
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sts_v1beta
2
2
 
3
+ ### v0.30.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.29.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250331
@@ -338,8 +338,11 @@ module Google
338
338
  attr_accessor :requested_token_type
339
339
 
340
340
  # The OAuth 2.0 scopes to include on the resulting access token, formatted as a
341
- # list of space-delimited, case-sensitive strings. Required when exchanging an
342
- # external credential for a Google access token.
341
+ # list of space-delimited, case-sensitive strings; for example, `https://www.
342
+ # googleapis.com/auth/cloud-platform`. Required when exchanging an external
343
+ # credential for a Google access token. For a list of OAuth 2.0 scopes, see [
344
+ # OAuth 2.0 Scopes for Google APIs](https://developers.google.com/identity/
345
+ # protocols/oauth2/scopes).
343
346
  # Corresponds to the JSON property `scope`
344
347
  # @return [String]
345
348
  attr_accessor :scope
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StsV1beta
18
18
  # Version of the google-apis-sts_v1beta gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.30.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sts_v1beta
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 V1beta
79
79
  test_files: []