Skip to content

Commit fc0014e

Browse files
1 parent 77be5e1 commit fc0014e

6 files changed

Lines changed: 69 additions & 60 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-rev20260707-2.0.0</version>
25+
<version>v1-rev20260719-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-rev20260707-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20260719-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: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ 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. 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.
42+
* case. Current example values include the following: * google-agent - AI_AGENT * browser-base -
43+
* AI_AGENT * chat-gpt - AI_AGENT * aws-bedrock - AI_AGENT * cybaa-bot - AI_AGENT * cloudflare -
44+
* AI_AGENT * payhawk - AI_AGENT * duck-duck-go - SEARCH_INDEXER * mediaboard - CONTENT_SCRAPER *
45+
* marker-io - AI_AGENT * broadcom - AI_AGENT * anchor-browser - AI_AGENT * shopify - AI_AGENT *
46+
* stackscope - CONTENT_SCRAPER * manus - AI_AGENT * kernel-sh - AI_AGENT * zvelo - SEARCH_INDEXER
47+
* Ensure that your applications can handle identifier values not explicitly listed here.
48+
* Deprecated values might take some time to stop showing up in responses. New values can be
49+
* pushed so this list should be taken as non exhaustive.
4750
* The value may be {@code null}.
4851
*/
4952
@com.google.api.client.util.Key
@@ -68,11 +71,14 @@ public GoogleCloudRecaptchaenterpriseV1Bot setBotType(java.lang.String botType)
6871

6972
/**
7073
* Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-
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.
74+
* case. Current example values include the following: * google-agent - AI_AGENT * browser-base -
75+
* AI_AGENT * chat-gpt - AI_AGENT * aws-bedrock - AI_AGENT * cybaa-bot - AI_AGENT * cloudflare -
76+
* AI_AGENT * payhawk - AI_AGENT * duck-duck-go - SEARCH_INDEXER * mediaboard - CONTENT_SCRAPER *
77+
* marker-io - AI_AGENT * broadcom - AI_AGENT * anchor-browser - AI_AGENT * shopify - AI_AGENT *
78+
* stackscope - CONTENT_SCRAPER * manus - AI_AGENT * kernel-sh - AI_AGENT * zvelo - SEARCH_INDEXER
79+
* Ensure that your applications can handle identifier values not explicitly listed here.
80+
* Deprecated values might take some time to stop showing up in responses. New values can be
81+
* pushed so this list should be taken as non exhaustive.
7682
* @return value or {@code null} for none
7783
*/
7884
public java.lang.String getName() {
@@ -81,11 +87,14 @@ public java.lang.String getName() {
8187

8288
/**
8389
* Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-
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.
90+
* case. Current example values include the following: * google-agent - AI_AGENT * browser-base -
91+
* AI_AGENT * chat-gpt - AI_AGENT * aws-bedrock - AI_AGENT * cybaa-bot - AI_AGENT * cloudflare -
92+
* AI_AGENT * payhawk - AI_AGENT * duck-duck-go - SEARCH_INDEXER * mediaboard - CONTENT_SCRAPER *
93+
* marker-io - AI_AGENT * broadcom - AI_AGENT * anchor-browser - AI_AGENT * shopify - AI_AGENT *
94+
* stackscope - CONTENT_SCRAPER * manus - AI_AGENT * kernel-sh - AI_AGENT * zvelo - SEARCH_INDEXER
95+
* Ensure that your applications can handle identifier values not explicitly listed here.
96+
* Deprecated values might take some time to stop showing up in responses. New values can be
97+
* pushed so this list should be taken as non exhaustive.
8998
* @param name name or {@code null} for none
9099
*/
91100
public GoogleCloudRecaptchaenterpriseV1Bot setName(java.lang.String name) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public final class GoogleCloudRecaptchaenterpriseV1ChallengeRule extends com.goo
3838
private GoogleCloudRecaptchaenterpriseV1ChallengeRuleChallengeOutcome challenge;
3939

4040
/**
41-
* Optional. A CEL condition that must be met for this rule to apply. The following fields can be
42-
* referenced in the condition: * `score` * `user_ip_address` * `user_asn` * `user_agent` *
43-
* `verified_bots.name` * `verified_bots.bot_type` Examples: * `score < 0.5` * `user_ip_address ==
44-
* "123.45.67.89"` * `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address ==
45-
* "123.45.67.89"`
41+
* Optional. A CEL condition that must be met for this rule to apply. If unspecified, the rule
42+
* applies unconditionally. The following fields can be referenced in the condition: * `score` *
43+
* `user_ip_address` * `user_asn` * `user_agent` * `verified_bots.name` * `verified_bots.bot_type`
44+
* Examples: * `score < 0.5` * `user_ip_address == "123.45.67.89"` *
45+
* `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address == "123.45.67.89"`
4646
* The value may be {@code null}.
4747
*/
4848
@com.google.api.client.util.Key
@@ -73,23 +73,23 @@ public GoogleCloudRecaptchaenterpriseV1ChallengeRule setChallenge(GoogleCloudRec
7373
}
7474

7575
/**
76-
* Optional. A CEL condition that must be met for this rule to apply. The following fields can be
77-
* referenced in the condition: * `score` * `user_ip_address` * `user_asn` * `user_agent` *
78-
* `verified_bots.name` * `verified_bots.bot_type` Examples: * `score < 0.5` * `user_ip_address ==
79-
* "123.45.67.89"` * `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address ==
80-
* "123.45.67.89"`
76+
* Optional. A CEL condition that must be met for this rule to apply. If unspecified, the rule
77+
* applies unconditionally. The following fields can be referenced in the condition: * `score` *
78+
* `user_ip_address` * `user_asn` * `user_agent` * `verified_bots.name` * `verified_bots.bot_type`
79+
* Examples: * `score < 0.5` * `user_ip_address == "123.45.67.89"` *
80+
* `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address == "123.45.67.89"`
8181
* @return value or {@code null} for none
8282
*/
8383
public java.lang.String getCondition() {
8484
return condition;
8585
}
8686

8787
/**
88-
* Optional. A CEL condition that must be met for this rule to apply. The following fields can be
89-
* referenced in the condition: * `score` * `user_ip_address` * `user_asn` * `user_agent` *
90-
* `verified_bots.name` * `verified_bots.bot_type` Examples: * `score < 0.5` * `user_ip_address ==
91-
* "123.45.67.89"` * `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address ==
92-
* "123.45.67.89"`
88+
* Optional. A CEL condition that must be met for this rule to apply. If unspecified, the rule
89+
* applies unconditionally. The following fields can be referenced in the condition: * `score` *
90+
* `user_ip_address` * `user_asn` * `user_agent` * `verified_bots.name` * `verified_bots.bot_type`
91+
* Examples: * `score < 0.5` * `user_ip_address == "123.45.67.89"` *
92+
* `user_agent.contains("Chrome")` * `score < 0.5 && user_ip_address == "123.45.67.89"`
9393
* @param condition condition or {@code null} for none
9494
*/
9595
public GoogleCloudRecaptchaenterpriseV1ChallengeRule setCondition(java.lang.String condition) {

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

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

3333
/**
34-
* Required. Action name to be used for token generation for this endpoint. The action name is not
35-
* case-sensitive and can only contain alphanumeric characters, slashes, and underscores.
34+
* Required. Action name to be used for token generation for this endpoint. The action name can
35+
* only contain alphanumeric characters, slashes, and underscores.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -41,29 +41,29 @@ public final class GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint extends com
4141
/**
4242
* Required. URI path of the API endpoint to protect. Must start with '/'. Supports glob
4343
* characters '*' to match a single path segment and '**' to match multiple path segments.
44-
* Standalone root catch-alls ('' and '*') are invalid because it would hurt performance to
45-
* trigger reCAPTCHA on every single request to your backend. Matching is evaluated against the
46-
* URL path only (domain, scheme, and query parameters are ignored). Examples: - `/login` matches
47-
* `/login`, `https://example.com/login`, and `/login?query=1`, but not `/login/step1`. -
48-
* `/products` matches `/products/123`, but not `/products/123/456`. - `/content*` matches
49-
* `/content/articles/2024/01/01`.
44+
* Standalone root catch-alls ('' and '*') are invalid because it can negatively impact
45+
* performance to trigger reCAPTCHA on every single request to your backend. Matching is evaluated
46+
* against the URL path only (domain, scheme, and query parameters are ignored). Examples: -
47+
* `/login` matches `/login`, `https://example.com/login`, and `/login?query=1`, but not
48+
* `/login/step1`. - `/products` matches `/products/123`, but not `/products/123/456`. -
49+
* `/content*` matches `/content/articles/2024/01/01`.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private java.lang.String path;
5454

5555
/**
56-
* Required. Action name to be used for token generation for this endpoint. The action name is not
57-
* case-sensitive and can only contain alphanumeric characters, slashes, and underscores.
56+
* Required. Action name to be used for token generation for this endpoint. The action name can
57+
* only contain alphanumeric characters, slashes, and underscores.
5858
* @return value or {@code null} for none
5959
*/
6060
public java.lang.String getAction() {
6161
return action;
6262
}
6363

6464
/**
65-
* Required. Action name to be used for token generation for this endpoint. The action name is not
66-
* case-sensitive and can only contain alphanumeric characters, slashes, and underscores.
65+
* Required. Action name to be used for token generation for this endpoint. The action name can
66+
* only contain alphanumeric characters, slashes, and underscores.
6767
* @param action action or {@code null} for none
6868
*/
6969
public GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint setAction(java.lang.String action) {
@@ -74,12 +74,12 @@ public GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint setAction(java.lang.Str
7474
/**
7575
* Required. URI path of the API endpoint to protect. Must start with '/'. Supports glob
7676
* characters '*' to match a single path segment and '**' to match multiple path segments.
77-
* Standalone root catch-alls ('' and '*') are invalid because it would hurt performance to
78-
* trigger reCAPTCHA on every single request to your backend. Matching is evaluated against the
79-
* URL path only (domain, scheme, and query parameters are ignored). Examples: - `/login` matches
80-
* `/login`, `https://example.com/login`, and `/login?query=1`, but not `/login/step1`. -
81-
* `/products` matches `/products/123`, but not `/products/123/456`. - `/content*` matches
82-
* `/content/articles/2024/01/01`.
77+
* Standalone root catch-alls ('' and '*') are invalid because it can negatively impact
78+
* performance to trigger reCAPTCHA on every single request to your backend. Matching is evaluated
79+
* against the URL path only (domain, scheme, and query parameters are ignored). Examples: -
80+
* `/login` matches `/login`, `https://example.com/login`, and `/login?query=1`, but not
81+
* `/login/step1`. - `/products` matches `/products/123`, but not `/products/123/456`. -
82+
* `/content*` matches `/content/articles/2024/01/01`.
8383
* @return value or {@code null} for none
8484
*/
8585
public java.lang.String getPath() {
@@ -89,12 +89,12 @@ public java.lang.String getPath() {
8989
/**
9090
* Required. URI path of the API endpoint to protect. Must start with '/'. Supports glob
9191
* characters '*' to match a single path segment and '**' to match multiple path segments.
92-
* Standalone root catch-alls ('' and '*') are invalid because it would hurt performance to
93-
* trigger reCAPTCHA on every single request to your backend. Matching is evaluated against the
94-
* URL path only (domain, scheme, and query parameters are ignored). Examples: - `/login` matches
95-
* `/login`, `https://example.com/login`, and `/login?query=1`, but not `/login/step1`. -
96-
* `/products` matches `/products/123`, but not `/products/123/456`. - `/content*` matches
97-
* `/content/articles/2024/01/01`.
92+
* Standalone root catch-alls ('' and '*') are invalid because it can negatively impact
93+
* performance to trigger reCAPTCHA on every single request to your backend. Matching is evaluated
94+
* against the URL path only (domain, scheme, and query parameters are ignored). Examples: -
95+
* `/login` matches `/login`, `https://example.com/login`, and `/login?query=1`, but not
96+
* `/login/step1`. - `/products` matches `/products/123`, but not `/products/123/456`. -
97+
* `/content*` matches `/content/articles/2024/01/01`.
9898
* @param path path or {@code null} for none
9999
*/
100100
public GoogleCloudRecaptchaenterpriseV1ProtectedEndpoint setPath(java.lang.String path) {

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

0 commit comments

Comments
 (0)