Skip to content

Commit a268911

Browse files
1 parent af72ccd commit a268911

4 files changed

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

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ public final class GoogleCloudRecaptchaenterpriseV1Bot extends com.google.api.cl
3939

4040
/**
4141
* Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-
42-
* case.
42+
* case. Current example values include the following: * google-agent * browser-base * chat-gpt *
43+
* aws-bedrock * cybaa-bot * cloudflare * payhawk Ensure that your applications can handle
44+
* identifier values not explicitly listed here. Deprecated values might take some time to stop
45+
* showing up in responses. New values can be pushed so this list should be taken as non
46+
* exhaustive.
4347
* The value may be {@code null}.
4448
*/
4549
@com.google.api.client.util.Key
@@ -64,7 +68,11 @@ public GoogleCloudRecaptchaenterpriseV1Bot setBotType(java.lang.String botType)
6468

6569
/**
6670
* Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-
67-
* case.
71+
* case. Current example values include the following: * google-agent * browser-base * chat-gpt *
72+
* aws-bedrock * cybaa-bot * cloudflare * payhawk Ensure that your applications can handle
73+
* identifier values not explicitly listed here. Deprecated values might take some time to stop
74+
* showing up in responses. New values can be pushed so this list should be taken as non
75+
* exhaustive.
6876
* @return value or {@code null} for none
6977
*/
7078
public java.lang.String getName() {
@@ -73,7 +81,11 @@ public java.lang.String getName() {
7381

7482
/**
7583
* Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-
76-
* case.
84+
* case. Current example values include the following: * google-agent * browser-base * chat-gpt *
85+
* aws-bedrock * cybaa-bot * cloudflare * payhawk Ensure that your applications can handle
86+
* identifier values not explicitly listed here. Deprecated values might take some time to stop
87+
* showing up in responses. New values can be pushed so this list should be taken as non
88+
* exhaustive.
7789
* @param name name or {@code null} for none
7890
*/
7991
public GoogleCloudRecaptchaenterpriseV1Bot setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)