Skip to content

Commit 5a4f524

Browse files
chore: regenerate recaptchaenterprise client (#29968)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 94a3201 commit 5a4f524

File tree

4 files changed

+6
-18
lines changed

4 files changed

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

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ public final class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest ext
4040
private java.lang.String accountId;
4141

4242
/**
43-
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
44-
* reasons that apply to an event without concluding whether the event is legitimate or
45-
* fraudulent.
4643
* The value may be {@code null}.
4744
*/
4845
@com.google.api.client.util.Key
@@ -66,7 +63,6 @@ public final class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest ext
6663
private GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent phoneAuthenticationEvent;
6764

6865
/**
69-
* Optional. Reasons for the annotation that are assigned to the event.
7066
* The value may be {@code null}.
7167
*/
7268
@com.google.api.client.util.Key
@@ -102,19 +98,13 @@ public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setAccountId(ja
10298
}
10399

104100
/**
105-
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
106-
* reasons that apply to an event without concluding whether the event is legitimate or
107-
* fraudulent.
108101
* @return value or {@code null} for none
109102
*/
110103
public java.lang.String getAnnotation() {
111104
return annotation;
112105
}
113106

114107
/**
115-
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
116-
* reasons that apply to an event without concluding whether the event is legitimate or
117-
* fraudulent.
118108
* @param annotation annotation or {@code null} for none
119109
*/
120110
public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setAnnotation(java.lang.String annotation) {
@@ -195,15 +185,13 @@ public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setPhoneAuthent
195185
}
196186

197187
/**
198-
* Optional. Reasons for the annotation that are assigned to the event.
199188
* @return value or {@code null} for none
200189
*/
201190
public java.util.List<java.lang.String> getReasons() {
202191
return reasons;
203192
}
204193

205194
/**
206-
* Optional. Reasons for the annotation that are assigned to the event.
207195
* @param reasons reasons or {@code null} for none
208196
*/
209197
public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setReasons(java.util.List<java.lang.String> reasons) {

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

0 commit comments

Comments
 (0)