Skip to content

Commit b9d124d

Browse files
1 parent d927c60 commit b9d124d

4 files changed

Lines changed: 15 additions & 18 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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-recaptchaenterprise</artifactId>
25-
<version>v1-rev20260405-2.0.0</version>
25+
<version>v1-rev20260426-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-recaptchaenterprise:v1-rev20260405-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260426-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-recaptchaenterprise/v1/2.0.0/com/google/api/services/recaptchaenterprise/v1/model/GoogleCloudRecaptchaenterpriseV1TokenProperties.java

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ public final class GoogleCloudRecaptchaenterpriseV1TokenProperties extends com.g
7474
private java.lang.String iosBundleId;
7575

7676
/**
77-
* Output only. Whether the provided user response token is valid. When valid = false, the reason
78-
* could be specified in invalid_reason or it could also be due to a user failing to solve a
79-
* challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than
80-
* the one specified in the assessment).
77+
* Output only. Indicates whether the provided user response token is valid. If `false`, the token
78+
* is invalid, either because the user failed the challenge or for a reason provided in the
79+
* `invalid_reason` field.
8180
* The value may be {@code null}.
8281
*/
8382
@com.google.api.client.util.Key
@@ -188,21 +187,19 @@ public GoogleCloudRecaptchaenterpriseV1TokenProperties setIosBundleId(java.lang.
188187
}
189188

190189
/**
191-
* Output only. Whether the provided user response token is valid. When valid = false, the reason
192-
* could be specified in invalid_reason or it could also be due to a user failing to solve a
193-
* challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than
194-
* the one specified in the assessment).
190+
* Output only. Indicates whether the provided user response token is valid. If `false`, the token
191+
* is invalid, either because the user failed the challenge or for a reason provided in the
192+
* `invalid_reason` field.
195193
* @return value or {@code null} for none
196194
*/
197195
public java.lang.Boolean getValid() {
198196
return valid;
199197
}
200198

201199
/**
202-
* Output only. Whether the provided user response token is valid. When valid = false, the reason
203-
* could be specified in invalid_reason or it could also be due to a user failing to solve a
204-
* challenge or a sitekey mismatch (i.e the sitekey used to generate the token was different than
205-
* the one specified in the assessment).
200+
* Output only. Indicates whether the provided user response token is valid. If `false`, the token
201+
* is invalid, either because the user failed the challenge or for a reason provided in the
202+
* `invalid_reason` field.
206203
* @param valid valid or {@code null} for none
207204
*/
208205
public GoogleCloudRecaptchaenterpriseV1TokenProperties setValid(java.lang.Boolean valid) {

clients/google-api-services-recaptchaenterprise/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-recaptchaenterprise</artifactId>
11-
<version>v1-rev20260405-2.0.0</version>
12-
<name>reCAPTCHA Enterprise API v1-rev20260405-2.0.0</name>
11+
<version>v1-rev20260426-2.0.0</version>
12+
<name>reCAPTCHA Enterprise API v1-rev20260426-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-recaptchaenterprise/v1/README.md

Lines changed: 2 additions & 2 deletions
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-recaptchaenterprise</artifactId>
25-
<version>v1-rev20260405-2.0.0</version>
25+
<version>v1-rev20260426-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-recaptchaenterprise:v1-rev20260405-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260426-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)