Skip to content

Commit 7351e0a

Browse files
1 parent 7bf9815 commit 7351e0a

File tree

6 files changed

+21
-21
lines changed

6 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public final class GoogleCloudRecaptchaenterpriseV1Event extends com.google.api.
148148
private java.lang.String userIpAddress;
149149

150150
/**
151-
* Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and
152-
* have been created by a WAF-enabled key.
151+
* Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the
152+
* token must be specified, and have been created by a WAF-enabled key.
153153
* The value may be {@code null}.
154154
*/
155155
@com.google.api.client.util.Key
@@ -465,17 +465,17 @@ public GoogleCloudRecaptchaenterpriseV1Event setUserIpAddress(java.lang.String u
465465
}
466466

467467
/**
468-
* Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and
469-
* have been created by a WAF-enabled key.
468+
* Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the
469+
* token must be specified, and have been created by a WAF-enabled key.
470470
* @return value or {@code null} for none
471471
*/
472472
public java.lang.Boolean getWafTokenAssessment() {
473473
return wafTokenAssessment;
474474
}
475475

476476
/**
477-
* Optional. Flag for running WAF token assessment. If enabled, the token must be specified, and
478-
* have been created by a WAF-enabled key.
477+
* Optional. Flag for running Web Application Firewall (WAF) token assessment. If enabled, the
478+
* token must be specified, and have been created by a WAF-enabled key.
479479
* @param wafTokenAssessment wafTokenAssessment or {@code null} for none
480480
*/
481481
public GoogleCloudRecaptchaenterpriseV1Event setWafTokenAssessment(java.lang.Boolean wafTokenAssessment) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public final class GoogleCloudRecaptchaenterpriseV1Key extends com.google.api.cl
8888
private GoogleCloudRecaptchaenterpriseV1TestingOptions testingOptions;
8989

9090
/**
91-
* Optional. Settings for WAF
91+
* Optional. Settings for Web Application Firewall (WAF).
9292
* The value may be {@code null}.
9393
*/
9494
@com.google.api.client.util.Key
@@ -238,15 +238,15 @@ public GoogleCloudRecaptchaenterpriseV1Key setTestingOptions(GoogleCloudRecaptch
238238
}
239239

240240
/**
241-
* Optional. Settings for WAF
241+
* Optional. Settings for Web Application Firewall (WAF).
242242
* @return value or {@code null} for none
243243
*/
244244
public GoogleCloudRecaptchaenterpriseV1WafSettings getWafSettings() {
245245
return wafSettings;
246246
}
247247

248248
/**
249-
* Optional. Settings for WAF
249+
* Optional. Settings for Web Application Firewall (WAF).
250250
* @param wafSettings wafSettings or {@code null} for none
251251
*/
252252
public GoogleCloudRecaptchaenterpriseV1Key setWafSettings(GoogleCloudRecaptchaenterpriseV1WafSettings wafSettings) {

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class GoogleCloudRecaptchaenterpriseV1WafSettings extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The WAF feature for which this key is enabled.
34+
* Required. The Web Application Firewall (WAF) feature for which this key is enabled.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String wafFeature;
3939

4040
/**
41-
* Required. The WAF service that uses this key.
41+
* Required. The Web Application Firewall (WAF) service that uses this key.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String wafService;
4646

4747
/**
48-
* Required. The WAF feature for which this key is enabled.
48+
* Required. The Web Application Firewall (WAF) feature for which this key is enabled.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getWafFeature() {
5252
return wafFeature;
5353
}
5454

5555
/**
56-
* Required. The WAF feature for which this key is enabled.
56+
* Required. The Web Application Firewall (WAF) feature for which this key is enabled.
5757
* @param wafFeature wafFeature or {@code null} for none
5858
*/
5959
public GoogleCloudRecaptchaenterpriseV1WafSettings setWafFeature(java.lang.String wafFeature) {
@@ -62,15 +62,15 @@ public GoogleCloudRecaptchaenterpriseV1WafSettings setWafFeature(java.lang.Strin
6262
}
6363

6464
/**
65-
* Required. The WAF service that uses this key.
65+
* Required. The Web Application Firewall (WAF) service that uses this key.
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getWafService() {
6969
return wafService;
7070
}
7171

7272
/**
73-
* Required. The WAF service that uses this key.
73+
* Required. The Web Application Firewall (WAF) service that uses this key.
7474
* @param wafService wafService or {@code null} for none
7575
*/
7676
public GoogleCloudRecaptchaenterpriseV1WafSettings setWafService(java.lang.String wafService) {

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

0 commit comments

Comments
 (0)