File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-sts_v1 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments