File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
generated/google-apis-sts_v1beta
lib/google/apis/sts_v1beta Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -338,8 +338,11 @@ class GoogleIdentityStsV1betaExchangeTokenRequest
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
Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments