Skip to content

Commit 17b0041

Browse files
feat: Automated regeneration of sts v1beta client (googleapis#23277)
Auto-created at 2025-06-01 09:39:21 +0000 using the toys pull request generator.
1 parent ec5a2fd commit 17b0041

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

generated/google-apis-sts_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-sts_v1beta
22

3+
### v0.30.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250521
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.29.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250331

generated/google-apis-sts_v1beta/lib/google/apis/sts_v1beta/classes.rb

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,11 @@ class GoogleIdentityStsV1betaExchangeTokenRequest
338338
attr_accessor :requested_token_type
339339

340340
# 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).
343346
# Corresponds to the JSON property `scope`
344347
# @return [String]
345348
attr_accessor :scope

generated/google-apis-sts_v1beta/lib/google/apis/sts_v1beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module StsV1beta
1818
# Version of the google-apis-sts_v1beta gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250331"
25+
REVISION = "20250521"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)