diff --git a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/README.md b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/README.md index 0048355e2a5..2538a460c1b 100644 --- a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/README.md +++ b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-recaptchaenterprise - v1-rev20260719-2.0.0 + v1-rev20260825-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260825-2.0.0' } ``` diff --git a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1TokenProperties.java b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1TokenProperties.java index fd89a2309d6..a7ecb5bc9fd 100644 --- a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1TokenProperties.java +++ b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1TokenProperties.java @@ -45,6 +45,14 @@ public final class GoogleCloudRecaptchaenterpriseV1TokenProperties extends com.g @com.google.api.client.util.Key private java.lang.String androidPackageName; + /** + * Output only. Indicates a failure collecting reCAPTCHA signals at token generation. This might + * be a transient condition, or persistent for a user’s environment. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.Boolean clientSignalsFailed; + /** * Output only. The timestamp corresponding to the generation of the token. * The value may be {@code null}. @@ -118,6 +126,25 @@ public GoogleCloudRecaptchaenterpriseV1TokenProperties setAndroidPackageName(jav return this; } + /** + * Output only. Indicates a failure collecting reCAPTCHA signals at token generation. This might + * be a transient condition, or persistent for a user’s environment. + * @return value or {@code null} for none + */ + public java.lang.Boolean getClientSignalsFailed() { + return clientSignalsFailed; + } + + /** + * Output only. Indicates a failure collecting reCAPTCHA signals at token generation. This might + * be a transient condition, or persistent for a user’s environment. + * @param clientSignalsFailed clientSignalsFailed or {@code null} for none + */ + public GoogleCloudRecaptchaenterpriseV1TokenProperties setClientSignalsFailed(java.lang.Boolean clientSignalsFailed) { + this.clientSignalsFailed = clientSignalsFailed; + return this; + } + /** * Output only. The timestamp corresponding to the generation of the token. * @return value or {@code null} for none diff --git a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1WebKeySettings.java b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1WebKeySettings.java index 4063886492b..3b93f3c31fa 100644 --- a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1WebKeySettings.java +++ b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1WebKeySettings.java @@ -60,8 +60,8 @@ public final class GoogleCloudRecaptchaenterpriseV1WebKeySettings extends com.go /** * Optional. Settings for the frequency and difficulty at which this key triggers captcha - * challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or - * POLICY_BASED_CHALLENGE. + * challenges. This should only be specified for `IntegrationType` CHECKBOX (defaults to BALANCE), + * INVISIBLE (defaults to USABILITY), or POLICY_BASED_CHALLENGE (defaults to USABILITY). * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -148,8 +148,8 @@ public GoogleCloudRecaptchaenterpriseV1WebKeySettings setAllowedDomains(java.uti /** * Optional. Settings for the frequency and difficulty at which this key triggers captcha - * challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or - * POLICY_BASED_CHALLENGE. + * challenges. This should only be specified for `IntegrationType` CHECKBOX (defaults to BALANCE), + * INVISIBLE (defaults to USABILITY), or POLICY_BASED_CHALLENGE (defaults to USABILITY). * @return value or {@code null} for none */ public java.lang.String getChallengeSecurityPreference() { @@ -158,8 +158,8 @@ public java.lang.String getChallengeSecurityPreference() { /** * Optional. Settings for the frequency and difficulty at which this key triggers captcha - * challenges. This should only be specified for `IntegrationType` CHECKBOX, INVISIBLE or - * POLICY_BASED_CHALLENGE. + * challenges. This should only be specified for `IntegrationType` CHECKBOX (defaults to BALANCE), + * INVISIBLE (defaults to USABILITY), or POLICY_BASED_CHALLENGE (defaults to USABILITY). * @param challengeSecurityPreference challengeSecurityPreference or {@code null} for none */ public GoogleCloudRecaptchaenterpriseV1WebKeySettings setChallengeSecurityPreference(java.lang.String challengeSecurityPreference) { diff --git a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/pom.xml b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/pom.xml index 645c6f85f1e..6c365cf4d51 100644 --- a/clients/google-api-services-recaptchaenterprise/v1/2.0.0/pom.xml +++ b/clients/google-api-services-recaptchaenterprise/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-recaptchaenterprise - v1-rev20260719-2.0.0 - reCAPTCHA Enterprise API v1-rev20260719-2.0.0 + v1-rev20260825-2.0.0 + reCAPTCHA Enterprise API v1-rev20260825-2.0.0 jar 2011 diff --git a/clients/google-api-services-recaptchaenterprise/v1/README.md b/clients/google-api-services-recaptchaenterprise/v1/README.md index 0048355e2a5..2538a460c1b 100644 --- a/clients/google-api-services-recaptchaenterprise/v1/README.md +++ b/clients/google-api-services-recaptchaenterprise/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-recaptchaenterprise - v1-rev20260719-2.0.0 + v1-rev20260825-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260719-2.0.0' + implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260825-2.0.0' } ```