Skip to content

chore: regenerate identitytoolkit client #19419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-identitytoolkit</artifactId>
<version>v1-rev20231027-2.0.0</version>
<version>v1-rev20250130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20231027-2.0.0'
implementation 'com.google.apis:google-api-services-identitytoolkit:v1-rev20250130-2.0.0'
}
```

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ public final class GoogleCloudIdentitytoolkitV1CreateAuthUriRequest extends com.

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

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

/**
* The provider ID of the IdP for the user to sign in with. This should be a provider ID enabled
* for sign-in, which is either from the list of [default supported IdPs](https://cloud.google.com
* /identity-platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*`
* or `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and
* `saml.testapp`. At least one of the fields `identifier` and `provider_id` must be set.
* for sign-in, which is either from the list of [default supported
* IdPs](https://cloud.google.com/identity-
* platform/docs/reference/rest/v2/defaultSupportedIdps/list), or of the format `oidc.*` or
* `saml.*`. Some examples are `google.com`, `facebook.com`, `oidc.testapp`, and `saml.testapp`.
* At least one of the fields `identifier` and `provider_id` must be set.
* @param providerId providerId or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1CreateAuthUriRequest setProviderId(java.lang.String providerId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ public final class GoogleCloudIdentitytoolkitV1CreateAuthUriResponse extends com
/**
* The list of sign-in methods that the user has previously used. Each element is one of
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
* empty list.
* identifier is set in the request. If [email enumeration
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
* is enabled, this method returns an empty list.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -244,9 +244,9 @@ public GoogleCloudIdentitytoolkitV1CreateAuthUriResponse setSessionId(java.lang.
/**
* The list of sign-in methods that the user has previously used. Each element is one of
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
* empty list.
* identifier is set in the request. If [email enumeration
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
* is enabled, this method returns an empty list.
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getSigninMethods() {
Expand All @@ -256,9 +256,9 @@ public java.util.List<java.lang.String> getSigninMethods() {
/**
* The list of sign-in methods that the user has previously used. Each element is one of
* `password`, `emailLink`, or the provider ID of an IdP. Present only when a registered email
* identifier is set in the request. If [email enumeration protection](https://cloud.google.com
* /identity-platform/docs/admin/email-enumeration-protection) is enabled, this method returns an
* empty list.
* identifier is set in the request. If [email enumeration
* protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection)
* is enabled, this method returns an empty list.
* @param signinMethods signinMethods or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1CreateAuthUriResponse setSigninMethods(java.util.List<java.lang.String> signinMethods) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public final class GoogleCloudIdentitytoolkitV1GetAccountInfoRequest extends com
private java.util.List<java.lang.String> email;

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

/**
* The ID of one or more accounts to fetch. Should only be specified by authenticated requests
* bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com
* /identity-platform/docs/access-control).
* bearing a Google OAuth 2.0 credential with proper
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -98,8 +95,8 @@ public final class GoogleCloudIdentitytoolkitV1GetAccountInfoRequest extends com
/**
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
* /access-control).
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
* platform/docs/access-control).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -152,19 +149,13 @@ public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setEmail(java.util.List
}

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

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

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

/**
* The ID of one or more accounts to fetch. Should only be specified by authenticated requests
* bearing a Google OAuth 2.0 credential with proper [permissions](https://cloud.google.com
* /identity-platform/docs/access-control).
* bearing a Google OAuth 2.0 credential with proper
* [permissions](https://cloud.google.com/identity-platform/docs/access-control).
* @param localId localId or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setLocalId(java.util.List<java.lang.String> localId) {
Expand Down Expand Up @@ -257,8 +248,8 @@ public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setPhoneNumber(java.uti
/**
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
* /access-control).
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
* platform/docs/access-control).
* @return value or {@code null} for none
*/
public java.lang.String getTargetProjectId() {
Expand All @@ -268,8 +259,8 @@ public java.lang.String getTargetProjectId() {
/**
* The ID of the Google Cloud project that the account or the Identity Platform tenant specified
* by `tenant_id` belongs to. Should only be specified by authenticated requests bearing a Google
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-platform/docs
* /access-control).
* OAuth 2.0 credential with proper [permissions](https://cloud.google.com/identity-
* platform/docs/access-control).
* @param targetProjectId targetProjectId or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1GetAccountInfoRequest setTargetProjectId(java.lang.String targetProjectId) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@ public final class GoogleCloudIdentitytoolkitV1GetOobCodeRequest extends com.goo
@com.google.api.client.util.Key
private java.lang.String idToken;

/**
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String linkDomain;

/**
* The email address the account is being updated to. Required only for VERIFY_AND_CHANGE_EMAIL
* requests.
Expand Down Expand Up @@ -459,6 +468,27 @@ public GoogleCloudIdentitytoolkitV1GetOobCodeRequest setIdToken(java.lang.String
return this;
}

/**
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
* @return value or {@code null} for none
*/
public java.lang.String getLinkDomain() {
return linkDomain;
}

/**
* Optional. In order to ensure that the url used can be easily opened in iOS or Android, we
* create a Hosting link '/__/auth/links'. This optional field contains the domain to use when
* constructing a Hosting link. If not set, '.firebaseapp.com' domain will be used.
* @param linkDomain linkDomain or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1GetOobCodeRequest setLinkDomain(java.lang.String linkDomain) {
this.linkDomain = linkDomain;
return this;
}

/**
* The email address the account is being updated to. Required only for VERIFY_AND_CHANGE_EMAIL
* requests.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public final class GoogleCloudIdentitytoolkitV1GetOobCodeResponse extends com.go

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

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

/**
* If return_oob_link is true in the request, the OOB link to be sent to the user. This returns
* the constructed link including [Firebase Dynamic Link](https://firebase.google.com/docs
* /dynamic-links) related parameters.
* the constructed link including [Firebase Dynamic
* Link](https://firebase.google.com/docs/dynamic-links) related parameters.
* @param oobLink oobLink or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1GetOobCodeResponse setOobLink(java.lang.String oobLink) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public final class GoogleCloudIdentitytoolkitV1IdpConfig extends com.google.api.
private java.lang.Integer experimentPercent;

/**
* Name of the identity provider.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -123,15 +122,13 @@ public GoogleCloudIdentitytoolkitV1IdpConfig setExperimentPercent(java.lang.Inte
}

/**
* Name of the identity provider.
* @return value or {@code null} for none
*/
public java.lang.String getProvider() {
return provider;
}

/**
* Name of the identity provider.
* @param provider provider or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1IdpConfig setProvider(java.lang.String provider) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
public final class GoogleCloudIdentitytoolkitV1QueryUserInfoRequest extends com.google.api.client.json.GenericJson {

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

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

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

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

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

/**
* The order for sorting query result. Defaults to __ascending__ order. Only valid when
* `return_user_info` is set to `true`.
* @return value or {@code null} for none
*/
public java.lang.String getOrder() {
return order;
}

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

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

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