Skip to content

Commit

Permalink
chore: regenerate identitytoolkit client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Sep 21, 2024
1 parent b45c8fa commit 452df08
Show file tree
Hide file tree
Showing 24 changed files with 277 additions and 237 deletions.
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-rev20240417-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-rev20240417-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 @@ -80,8 +80,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 +98,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 @@ -216,8 +216,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 +226,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 +257,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 +268,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 @@ -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 @@ -138,8 +138,8 @@ public final class GoogleCloudIdentitytoolkitV1SetAccountInfoRequest extends com

/**
* The provider to be linked to the user's account. Specifying this field requires a Google OAuth
* 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs
* /access-control).
* 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 @@ -157,8 +157,8 @@ public final class GoogleCloudIdentitytoolkitV1SetAccountInfoRequest extends com
/**
* The multi-factor authentication related information to be set on the user's account. This will
* overwrite any previous multi-factor related information on the account. Specifying this field
* requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com
* /identity-platform/docs/access-control).
* requires 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 @@ -501,8 +501,8 @@ public GoogleCloudIdentitytoolkitV1SetAccountInfoRequest setLastLoginAt(java.lan

/**
* The provider to be linked to the user's account. Specifying this field requires a Google OAuth
* 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs
* /access-control).
* 2.0 credential with proper [permissions] (https://cloud.google.com/identity-
* platform/docs/access-control).
* @return value or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1ProviderUserInfo getLinkProviderUserInfo() {
Expand All @@ -511,8 +511,8 @@ public GoogleCloudIdentitytoolkitV1ProviderUserInfo getLinkProviderUserInfo() {

/**
* The provider to be linked to the user's account. Specifying this field requires a Google OAuth
* 2.0 credential with proper [permissions] (https://cloud.google.com/identity-platform/docs
* /access-control).
* 2.0 credential with proper [permissions] (https://cloud.google.com/identity-
* platform/docs/access-control).
* @param linkProviderUserInfo linkProviderUserInfo or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1SetAccountInfoRequest setLinkProviderUserInfo(GoogleCloudIdentitytoolkitV1ProviderUserInfo linkProviderUserInfo) {
Expand Down Expand Up @@ -544,8 +544,8 @@ public GoogleCloudIdentitytoolkitV1SetAccountInfoRequest setLocalId(java.lang.St
/**
* The multi-factor authentication related information to be set on the user's account. This will
* overwrite any previous multi-factor related information on the account. Specifying this field
* requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com
* /identity-platform/docs/access-control).
* requires 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 GoogleCloudIdentitytoolkitV1MfaInfo getMfa() {
Expand All @@ -555,8 +555,8 @@ public GoogleCloudIdentitytoolkitV1MfaInfo getMfa() {
/**
* The multi-factor authentication related information to be set on the user's account. This will
* overwrite any previous multi-factor related information on the account. Specifying this field
* requires a Google OAuth 2.0 credential with proper [permissions] (https://cloud.google.com
* /identity-platform/docs/access-control).
* requires a Google OAuth 2.0 credential with proper [permissions]
* (https://cloud.google.com/identity-platform/docs/access-control).
* @param mfa mfa or {@code null} for none
*/
public GoogleCloudIdentitytoolkitV1SetAccountInfoRequest setMfa(GoogleCloudIdentitytoolkitV1MfaInfo mfa) {
Expand Down
Loading

0 comments on commit 452df08

Please sign in to comment.