Skip to content

Commit e2e493f

Browse files
chore: regenerate identitytoolkit client
1 parent 7d116e6 commit e2e493f

File tree

36 files changed

+926
-322
lines changed

36 files changed

+926
-322
lines changed

clients/google-api-services-identitytoolkit/v1/2.0.0/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-identitytoolkit</artifactId>
25-
<version>v1-rev20231027-2.0.0</version>
25+
<version>v1-rev20250130-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20231027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20250130-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/IdentityToolkit.java

+66-49
Large diffs are not rendered by default.

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1CreateAuthUriRequest.java

+15-12
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ public final class GoogleCloudIdentitytoolkitV1CreateAuthUriRequest extends com.
117117

118118
/**
119119
* The provider ID of the IdP for the user to sign in with. This should be a provider ID enabled
120-
* for sign-in, which is either from the list of [default supported IdPs](https://cloud.google.com
121-
* /identity-platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*`
122-
* or `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and
123-
* `saml.testapp`. At least one of the fields `identifier` and `provider_id` must be set.
120+
* for sign-in, which is either from the list of [default supported
121+
* IdPs](https://cloud.google.com/identity-
122+
* platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*` or
123+
* `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and `saml.testapp`.
124+
* At least one of the fields `identifier` and `provider_id` must be set.
124125
* The value may be {@code null}.
125126
*/
126127
@com.google.api.client.util.Key
@@ -350,10 +351,11 @@ public GoogleCloudIdentitytoolkitV1CreateAuthUriRequest setOtaApp(java.lang.Stri
350351

351352
/**
352353
* The provider ID of the IdP for the user to sign in with. This should be a provider ID enabled
353-
* for sign-in, which is either from the list of [default supported IdPs](https://cloud.google.com
354-
* /identity-platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*`
355-
* or `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and
356-
* `saml.testapp`. At least one of the fields `identifier` and `provider_id` must be set.
354+
* for sign-in, which is either from the list of [default supported
355+
* IdPs](https://cloud.google.com/identity-
356+
* platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*` or
357+
* `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and `saml.testapp`.
358+
* At least one of the fields `identifier` and `provider_id` must be set.
357359
* @return value or {@code null} for none
358360
*/
359361
public java.lang.String getProviderId() {
@@ -362,10 +364,11 @@ public java.lang.String getProviderId() {
362364

363365
/**
364366
* The provider ID of the IdP for the user to sign in with. This should be a provider ID enabled
365-
* for sign-in, which is either from the list of [default supported IdPs](https://cloud.google.com
366-
* /identity-platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*`
367-
* or `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and
368-
* `saml.testapp`. At least one of the fields `identifier` and `provider_id` must be set.
367+
* for sign-in, which is either from the list of [default supported
368+
* IdPs](https://cloud.google.com/identity-
369+
* platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*` or
370+
* `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and `saml.testapp`.
371+
* At least one of the fields `identifier` and `provider_id` must be set.
369372
* @param providerId providerId or {@code null} for none
370373
*/
371374
public GoogleCloudIdentitytoolkitV1CreateAuthUriRequest setProviderId(java.lang.String providerId) {

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1CreateAuthUriResponse.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ public final class GoogleCloudIdentitytoolkitV1CreateAuthUriResponse extends com
9191
/**
9292
* The list of sign-in methods that the user has previously used. Each element is one of
9393
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
94-
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
95-
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
96-
* empty list.
94+
* identifier is set in the request. If [email enumeration
95+
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
96+
* is enabled, this method returns an empty list.
9797
* The value may be {@code null}.
9898
*/
9999
@com.google.api.client.util.Key
@@ -244,9 +244,9 @@ public GoogleCloudIdentitytoolkitV1CreateAuthUriResponse setSessionId(java.lang.
244244
/**
245245
* The list of sign-in methods that the user has previously used. Each element is one of
246246
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
247-
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
248-
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
249-
* empty list.
247+
* identifier is set in the request. If [email enumeration
248+
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
249+
* is enabled, this method returns an empty list.
250250
* @return value or {@code null} for none
251251
*/
252252
public java.util.List<java.lang.String> getSigninMethods() {
@@ -256,9 +256,9 @@ public java.util.List<java.lang.String> getSigninMethods() {
256256
/**
257257
* The list of sign-in methods that the user has previously used. Each element is one of
258258
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
259-
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
260-
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
261-
* empty list.
259+
* identifier is set in the request. If [email enumeration
260+
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
261+
* is enabled, this method returns an empty list.
262262
* @param signinMethods signinMethods or {@code null} for none
263263
*/
264264
public GoogleCloudIdentitytoolkitV1CreateAuthUriResponse setSigninMethods(java.util.List<java.lang.String> signinMethods) {

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1GetAccountInfoRequest.java

+12-21
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public final class GoogleCloudIdentitytoolkitV1GetAccountInfoRequest extends com
4646
private java.util.List<java.lang.String> email;
4747

4848
/**
49-
* The federated user identifier of one or more accounts to fetch. Should only be specified by
50-
* authenticated requests bearing a Google OAuth 2.0 credential with proper
51-
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
5249
* The value may be {@code null}.
5350
*/
5451
@com.google.api.client.util.Key
@@ -80,8 +77,8 @@ public final class GoogleCloudIdentitytoolkitV1GetAccountInfoRequest extends com
8077

8178
/**
8279
* The ID of one or more accounts to fetch. Should only be specified by authenticated requests
83-
* bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com
84-
* /identity-platform/docs/access-control).
80+
* bearing a Google OAuth 2.0 credential with proper
81+
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
8582
* The value may be {@code null}.
8683
*/
8784
@com.google.api.client.util.Key
@@ -98,8 +95,8 @@ public final class GoogleCloudIdentitytoolkitV1GetAccountInfoRequest extends com
9895
/**
9996
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
10097
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
101-
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
102-
* /access-control).
98+
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
99+
* platform/docs/access-control).
103100
* The value may be {@code null}.
104101
*/
105102
@com.google.api.client.util.Key
@@ -152,19 +149,13 @@ public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setEmail(java.util.List
152149
}
153150

154151
/**
155-
* The federated user identifier of one or more accounts to fetch. Should only be specified by
156-
* authenticated requests bearing a Google OAuth 2.0 credential with proper
157-
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
158152
* @return value or {@code null} for none
159153
*/
160154
public java.util.List<GoogleCloudIdentitytoolkitV1FederatedUserIdentifier> getFederatedUserId() {
161155
return federatedUserId;
162156
}
163157

164158
/**
165-
* The federated user identifier of one or more accounts to fetch. Should only be specified by
166-
* authenticated requests bearing a Google OAuth 2.0 credential with proper
167-
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
168159
* @param federatedUserId federatedUserId or {@code null} for none
169160
*/
170161
public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setFederatedUserId(java.util.List<GoogleCloudIdentitytoolkitV1FederatedUserIdentifier> federatedUserId) {
@@ -216,8 +207,8 @@ public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setInitialEmail(java.ut
216207

217208
/**
218209
* The ID of one or more accounts to fetch. Should only be specified by authenticated requests
219-
* bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com
220-
* /identity-platform/docs/access-control).
210+
* bearing a Google OAuth 2.0 credential with proper
211+
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
221212
* @return value or {@code null} for none
222213
*/
223214
public java.util.List<java.lang.String> getLocalId() {
@@ -226,8 +217,8 @@ public java.util.List<java.lang.String> getLocalId() {
226217

227218
/**
228219
* The ID of one or more accounts to fetch. Should only be specified by authenticated requests
229-
* bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com
230-
* /identity-platform/docs/access-control).
220+
* bearing a Google OAuth 2.0 credential with proper
221+
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
231222
* @param localId localId or {@code null} for none
232223
*/
233224
public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setLocalId(java.util.List<java.lang.String> localId) {
@@ -257,8 +248,8 @@ public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setPhoneNumber(java.uti
257248
/**
258249
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
259250
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
260-
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
261-
* /access-control).
251+
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
252+
* platform/docs/access-control).
262253
* @return value or {@code null} for none
263254
*/
264255
public java.lang.String getTargetProjectId() {
@@ -268,8 +259,8 @@ public java.lang.String getTargetProjectId() {
268259
/**
269260
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
270261
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
271-
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
272-
* /access-control).
262+
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
263+
* platform/docs/access-control).
273264
* @param targetProjectId targetProjectId or {@code null} for none
274265
*/
275266
public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setTargetProjectId(java.lang.String targetProjectId) {

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1GetOobCodeRequest.java

+30
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,15 @@ public final class GoogleCloudIdentitytoolkitV1GetOobCodeRequest extends com.goo
140140
@com.google.api.client.util.Key
141141
private java.lang.String idToken;
142142

143+
/**
144+
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
145+
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
146+
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
147+
* The value may be {@code null}.
148+
*/
149+
@com.google.api.client.util.Key
150+
private java.lang.String linkDomain;
151+
143152
/**
144153
* The email address the account is being updated to. Required only for VERIFY_AND_CHANGE_EMAIL
145154
* requests.
@@ -459,6 +468,27 @@ public GoogleCloudIdentitytoolkitV1GetOobCodeRequest setIdToken(java.lang.String
459468
return this;
460469
}
461470

471+
/**
472+
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
473+
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
474+
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
475+
* @return value or {@code null} for none
476+
*/
477+
public java.lang.String getLinkDomain() {
478+
return linkDomain;
479+
}
480+
481+
/**
482+
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
483+
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
484+
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
485+
* @param linkDomain linkDomain or {@code null} for none
486+
*/
487+
public GoogleCloudIdentitytoolkitV1GetOobCodeRequest setLinkDomain(java.lang.String linkDomain) {
488+
this.linkDomain = linkDomain;
489+
return this;
490+
}
491+
462492
/**
463493
* The email address the account is being updated to. Required only for VERIFY_AND_CHANGE_EMAIL
464494
* requests.

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1GetOobCodeResponse.java

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public final class GoogleCloudIdentitytoolkitV1GetOobCodeResponse extends com.go
5151

5252
/**
5353
* If return_oob_link is true in the request, the OOB link to be sent to the user. This returns
54-
* the constructed link including [Firebase Dynamic Link](https://firebase.google.com/docs
55-
* /dynamic-links) related parameters.
54+
* the constructed link including [Firebase Dynamic
55+
* Link](https://firebase.google.com/docs/dynamic-links) related parameters.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -109,8 +109,8 @@ public GoogleCloudIdentitytoolkitV1GetOobCodeResponse setOobCode(java.lang.Strin
109109

110110
/**
111111
* If return_oob_link is true in the request, the OOB link to be sent to the user. This returns
112-
* the constructed link including [Firebase Dynamic Link](https://firebase.google.com/docs
113-
* /dynamic-links) related parameters.
112+
* the constructed link including [Firebase Dynamic
113+
* Link](https://firebase.google.com/docs/dynamic-links) related parameters.
114114
* @return value or {@code null} for none
115115
*/
116116
public java.lang.String getOobLink() {
@@ -119,8 +119,8 @@ public java.lang.String getOobLink() {
119119

120120
/**
121121
* If return_oob_link is true in the request, the OOB link to be sent to the user. This returns
122-
* the constructed link including [Firebase Dynamic Link](https://firebase.google.com/docs
123-
* /dynamic-links) related parameters.
122+
* the constructed link including [Firebase Dynamic
123+
* Link](https://firebase.google.com/docs/dynamic-links) related parameters.
124124
* @param oobLink oobLink or {@code null} for none
125125
*/
126126
public GoogleCloudIdentitytoolkitV1GetOobCodeResponse setOobLink(java.lang.String oobLink) {

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1IdpConfig.java

-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public final class GoogleCloudIdentitytoolkitV1IdpConfig extends com.google.api.
5151
private java.lang.Integer experimentPercent;
5252

5353
/**
54-
* Name of the identity provider.
5554
* The value may be {@code null}.
5655
*/
5756
@com.google.api.client.util.Key
@@ -123,15 +122,13 @@ public GoogleCloudIdentitytoolkitV1IdpConfig setExperimentPercent(java.lang.Inte
123122
}
124123

125124
/**
126-
* Name of the identity provider.
127125
* @return value or {@code null} for none
128126
*/
129127
public java.lang.String getProvider() {
130128
return provider;
131129
}
132130

133131
/**
134-
* Name of the identity provider.
135132
* @param provider provider or {@code null} for none
136133
*/
137134
public GoogleCloudIdentitytoolkitV1IdpConfig setProvider(java.lang.String provider) {

clients/google-api-services-identitytoolkit/v1/2.0.0/com/google/api/services/identitytoolkit/v1/model/GoogleCloudIdentitytoolkitV1QueryUserInfoRequest.java

-21
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
public final class GoogleCloudIdentitytoolkitV1QueryUserInfoRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Query conditions used to filter results. If more than one is passed, only the first
34-
* SqlExpression is evaluated.
3533
* The value may be {@code null}.
3634
*/
3735
@com.google.api.client.util.Key
@@ -54,8 +52,6 @@ public final class GoogleCloudIdentitytoolkitV1QueryUserInfoRequest extends com.
5452
private java.lang.Long offset;
5553

5654
/**
57-
* The order for sorting query result. Defaults to __ascending__ order. Only valid when
58-
* `return_user_info` is set to `true`.
5955
* The value may be {@code null}.
6056
*/
6157
@com.google.api.client.util.Key
@@ -70,9 +66,6 @@ public final class GoogleCloudIdentitytoolkitV1QueryUserInfoRequest extends com.
7066
private java.lang.Boolean returnUserInfo;
7167

7268
/**
73-
* The field to use for sorting user accounts. Defaults to `USER_ID`. Note: when `phone_number` is
74-
* specified in `expression`, the result ignores the sorting. Only valid when `return_user_info`
75-
* is set to `true`.
7669
* The value may be {@code null}.
7770
*/
7871
@com.google.api.client.util.Key
@@ -86,17 +79,13 @@ public final class GoogleCloudIdentitytoolkitV1QueryUserInfoRequest extends com.
8679
private java.lang.String tenantId;
8780

8881
/**
89-
* Query conditions used to filter results. If more than one is passed, only the first
90-
* SqlExpression is evaluated.
9182
* @return value or {@code null} for none
9283
*/
9384
public java.util.List<GoogleCloudIdentitytoolkitV1SqlExpression> getExpression() {
9485
return expression;
9586
}
9687

9788
/**
98-
* Query conditions used to filter results. If more than one is passed, only the first
99-
* SqlExpression is evaluated.
10089
* @param expression expression or {@code null} for none
10190
*/
10291
public GoogleCloudIdentitytoolkitV1QueryUserInfoRequest setExpression(java.util.List<GoogleCloudIdentitytoolkitV1SqlExpression> expression) {
@@ -143,17 +132,13 @@ public GoogleCloudIdentitytoolkitV1QueryUserInfoRequest setOffset(java.lang.Long
143132
}
144133

145134
/**
146-
* The order for sorting query result. Defaults to __ascending__ order. Only valid when
147-
* `return_user_info` is set to `true`.
148135
* @return value or {@code null} for none
149136
*/
150137
public java.lang.String getOrder() {
151138
return order;
152139
}
153140

154141
/**
155-
* The order for sorting query result. Defaults to __ascending__ order. Only valid when
156-
* `return_user_info` is set to `true`.
157142
* @param order order or {@code null} for none
158143
*/
159144
public GoogleCloudIdentitytoolkitV1QueryUserInfoRequest setOrder(java.lang.String order) {
@@ -181,19 +166,13 @@ public GoogleCloudIdentitytoolkitV1QueryUserInfoRequest setReturnUserInfo(java.l
181166
}
182167

183168
/**
184-
* The field to use for sorting user accounts. Defaults to `USER_ID`. Note: when `phone_number` is
185-
* specified in `expression`, the result ignores the sorting. Only valid when `return_user_info`
186-
* is set to `true`.
187169
* @return value or {@code null} for none
188170
*/
189171
public java.lang.String getSortBy() {
190172
return sortBy;
191173
}
192174

193175
/**
194-
* The field to use for sorting user accounts. Defaults to `USER_ID`. Note: when `phone_number` is
195-
* specified in `expression`, the result ignores the sorting. Only valid when `return_user_info`
196-
* is set to `true`.
197176
* @param sortBy sortBy or {@code null} for none
198177
*/
199178
public GoogleCloudIdentitytoolkitV1QueryUserInfoRequest setSortBy(java.lang.String sortBy) {

0 commit comments

Comments
 (0)