Skip to content

Commit b7564a4

Browse files
1 parent 8cc6348 commit b7564a4

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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-rev20260302-2.0.0</version>
25+
<version>v1-rev20260322-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-rev20260302-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260322-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ public final class GoogleCloudRecaptchaenterpriseV1RiskAnalysis extends com.goog
3838
private java.lang.String challenge;
3939

4040
/**
41-
* Output only. Advanced reasons contributing to the risk analysis verdict. These reasons are
41+
* Output only. Additional reasons contributing to the risk analysis verdict. These reasons are
4242
* available to Enterprise tier projects only. Contact sales for more information. The set of
43-
* possible reasons is subject to change.
43+
* reasons is subject to change.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -93,19 +93,19 @@ public GoogleCloudRecaptchaenterpriseV1RiskAnalysis setChallenge(java.lang.Strin
9393
}
9494

9595
/**
96-
* Output only. Advanced reasons contributing to the risk analysis verdict. These reasons are
96+
* Output only. Additional reasons contributing to the risk analysis verdict. These reasons are
9797
* available to Enterprise tier projects only. Contact sales for more information. The set of
98-
* possible reasons is subject to change.
98+
* reasons is subject to change.
9999
* @return value or {@code null} for none
100100
*/
101101
public java.util.List<java.lang.String> getExtendedVerdictReasons() {
102102
return extendedVerdictReasons;
103103
}
104104

105105
/**
106-
* Output only. Advanced reasons contributing to the risk analysis verdict. These reasons are
106+
* Output only. Additional reasons contributing to the risk analysis verdict. These reasons are
107107
* available to Enterprise tier projects only. Contact sales for more information. The set of
108-
* possible reasons is subject to change.
108+
* reasons is subject to change.
109109
* @param extendedVerdictReasons extendedVerdictReasons or {@code null} for none
110110
*/
111111
public GoogleCloudRecaptchaenterpriseV1RiskAnalysis setExtendedVerdictReasons(java.util.List<java.lang.String> extendedVerdictReasons) {

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-rev20260302-2.0.0</version>
12-
<name>reCAPTCHA Enterprise API v1-rev20260302-2.0.0</name>
11+
<version>v1-rev20260322-2.0.0</version>
12+
<name>reCAPTCHA Enterprise API v1-rev20260322-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-rev20260302-2.0.0</version>
25+
<version>v1-rev20260322-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-rev20260302-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260322-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)