Skip to content

Commit a3d57bd

Browse files
feat: Automated regeneration of sts v1 client (googleapis#20573)
Auto-created at 2024-11-17 09:38:49 +0000 using the toys pull request generator.
1 parent 86a76f6 commit a3d57bd

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-sts_v1/CHANGELOG.md

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

3+
### v0.40.0 (2024-11-17)
4+
5+
* Regenerated from discovery document revision 20241106
6+
37
### v0.39.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240904

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,9 +367,9 @@ class GoogleIdentityStsV1ExchangeTokenResponse
367367

368368
# The amount of time, in seconds, between the time when the access token was
369369
# issued and the time when the access token will expire. This field is absent
370-
# when the `subject_token` in the request is a Google-issued, short-lived access
371-
# token. In this case, the access token has the same expiration time as the `
372-
# subject_token`.
370+
# when the `subject_token` in the request is a a short-lived access token for a
371+
# Cloud Identity or Google Workspace user account. In this case, the access
372+
# token has the same expiration time as the `subject_token`.
373373
# Corresponds to the JSON property `expires_in`
374374
# @return [Fixnum]
375375
attr_accessor :expires_in

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module StsV1
1818
# Version of the google-apis-sts_v1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

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

0 commit comments

Comments
 (0)