Skip to content

Commit 43981cf

Browse files
feat: Automated regeneration of sts v1beta client (#26033)
Auto-created at 2026-03-22 10:32:52 +0000 using the toys pull request generator.
1 parent 595bccb commit 43981cf

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

generated/google-apis-sts_v1beta/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_v1beta
22

3+
### v0.32.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260311
6+
37
### v0.31.0 (2025-11-16)
48

59
* Regenerated from discovery document revision 20251107

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ class GoogleIdentityStsV1Options
212212
# @return [Google::Apis::StsV1beta::GoogleIdentityStsV1AccessBoundary]
213213
attr_accessor :access_boundary
214214

215-
# The unpadded, base64url-encoded SHA-256 hash of the certificate's DER encoding
216-
# and it must be 43 characters long. The resulting token will be bound to this
217-
# value.
215+
# The unpadded, url-escaped, base64-encoded SHA-256 hash of the certificate's
216+
# DER encoding. It must be 43 characters long. The resulting token will be bound
217+
# to this value.
218218
# Corresponds to the JSON property `bindCertFingerprint`
219219
# @return [String]
220220
attr_accessor :bind_cert_fingerprint

generated/google-apis-sts_v1beta/lib/google/apis/sts_v1beta/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 StsV1beta
1818
# Version of the google-apis-sts_v1beta gem
19-
GEM_VERSION = "0.31.0"
19+
GEM_VERSION = "0.32.0"
2020

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

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

0 commit comments

Comments
 (0)