Skip to content

Commit bcbb441

Browse files
1 parent 4d3de4e commit bcbb441

File tree

4 files changed

+9
-15
lines changed

4 files changed

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

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ public final class GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment extends
3535
* Optional. Identifies the client module initiating the CreateAssessment request. This can be the
3636
* link to the client module's project. Examples include: -
3737
* "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" -
38-
* "cloud.google.com/recaptcha/docs/implement-waf-akamai" -
39-
* "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-
40-
* something"
38+
* "wordpress.org/plugins/recaptcha-something"
4139
* The value may be {@code null}.
4240
*/
4341
@com.google.api.client.util.Key
@@ -54,9 +52,7 @@ public final class GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment extends
5452
* Optional. Identifies the client module initiating the CreateAssessment request. This can be the
5553
* link to the client module's project. Examples include: -
5654
* "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" -
57-
* "cloud.google.com/recaptcha/docs/implement-waf-akamai" -
58-
* "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-
59-
* something"
55+
* "wordpress.org/plugins/recaptcha-something"
6056
* @return value or {@code null} for none
6157
*/
6258
public java.lang.String getClient() {
@@ -67,9 +63,7 @@ public java.lang.String getClient() {
6763
* Optional. Identifies the client module initiating the CreateAssessment request. This can be the
6864
* link to the client module's project. Examples include: -
6965
* "github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" -
70-
* "cloud.google.com/recaptcha/docs/implement-waf-akamai" -
71-
* "cloud.google.com/recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-
72-
* something"
66+
* "wordpress.org/plugins/recaptcha-something"
7367
* @param client client or {@code null} for none
7468
*/
7569
public GoogleCloudRecaptchaenterpriseV1AssessmentEnvironment setClient(java.lang.String client) {

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

0 commit comments

Comments
 (0)