Skip to content

Commit 293c373

Browse files
feat: Automated regeneration of identitytoolkit v1 client (#26028)
Auto-created at 2026-03-22 10:28:59 +0000 using the toys pull request generator.
1 parent 9d208a7 commit 293c373

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

generated/google-apis-identitytoolkit_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-identitytoolkit_v1
22

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

59
* Regenerated from discovery document revision 20251024

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,8 +1802,7 @@ class GoogleCloudIdentitytoolkitV1SendVerificationCodeRequest
18021802
# @return [String]
18031803
attr_accessor :recaptcha_version
18041804

1805-
# Android only. Safety Net has been deprecated. Please use play_integrity_token
1806-
# instead.
1805+
# Android only. Safety Net has been deprecated. Use play_integrity_token instead.
18071806
# Corresponds to the JSON property `safetyNetToken`
18081807
# @return [String]
18091808
attr_accessor :safety_net_token

generated/google-apis-identitytoolkit_v1/lib/google/apis/identitytoolkit_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 IdentitytoolkitV1
1818
# Version of the google-apis-identitytoolkit_v1 gem
19-
GEM_VERSION = "0.21.0"
19+
GEM_VERSION = "0.22.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 = "20251024"
25+
REVISION = "20260311"
2626
end
2727
end
2828
end

generated/google-apis-identitytoolkit_v1/lib/google/apis/identitytoolkit_v1/service.rb

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,13 @@ def initialize
5454

5555
# If an email identifier is specified, checks and returns if any user account is
5656
# registered with the email. If there is a registered account, fetches all
57-
# providers associated with the account's email. If the provider ID of an
58-
# Identity Provider (IdP) is specified, creates an authorization URI for the IdP.
59-
# The user can be directed to this URI to sign in with the IdP. An [API key](
60-
# https://cloud.google.com/docs/authentication/api-keys) is required in the
61-
# request in order to identify the Google Cloud project.
57+
# providers associated with the account's email. If [email enumeration
58+
# protection](https://cloud.google.com/identity-platform/docs/admin/email-
59+
# enumeration-protection) is enabled, this method returns an empty list. If the
60+
# provider ID of an Identity Provider (IdP) is specified, creates an
61+
# authorization URI for the IdP. The user can be directed to this URI to sign in
62+
# with the IdP. An [API key](https://cloud.google.com/docs/authentication/api-
63+
# keys) is required in the request in order to identify the Google Cloud project.
6264
# @param [Google::Apis::IdentitytoolkitV1::GoogleCloudIdentitytoolkitV1CreateAuthUriRequest] google_cloud_identitytoolkit_v1_create_auth_uri_request_object
6365
# @param [String] fields
6466
# Selector specifying which fields to include in a partial response.

0 commit comments

Comments
 (0)