Skip to content

Commit c3c772b

Browse files
1 parent 47eb3bb commit c3c772b

File tree

4 files changed

+39
-9
lines changed

4 files changed

+39
-9
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-rev20241208-2.0.0</version>
25+
<version>v1-rev20250202-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-rev20241208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recaptchaenterprise:v1-rev20250202-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: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,21 @@ public final class GoogleCloudRecaptchaenterpriseV1Event extends com.google.api.
7777
private java.util.List<java.lang.String> headers;
7878

7979
/**
80-
* Optional. JA3 fingerprint for SSL clients.
80+
* Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please
81+
* refer to https://github.com/salesforce/ja3.
8182
* The value may be {@code null}.
8283
*/
8384
@com.google.api.client.util.Key
8485
private java.lang.String ja3;
8586

87+
/**
88+
* Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please
89+
* refer to https://github.com/FoxIO-LLC/ja4.
90+
* The value may be {@code null}.
91+
*/
92+
@com.google.api.client.util.Key
93+
private java.lang.String ja4;
94+
8695
/**
8796
* Optional. The URI resource the user requested that triggered an assessment.
8897
* The value may be {@code null}.
@@ -287,22 +296,43 @@ public GoogleCloudRecaptchaenterpriseV1Event setHeaders(java.util.List<java.lang
287296
}
288297

289298
/**
290-
* Optional. JA3 fingerprint for SSL clients.
299+
* Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please
300+
* refer to https://github.com/salesforce/ja3.
291301
* @return value or {@code null} for none
292302
*/
293303
public java.lang.String getJa3() {
294304
return ja3;
295305
}
296306

297307
/**
298-
* Optional. JA3 fingerprint for SSL clients.
308+
* Optional. JA3 fingerprint for SSL clients. To learn how to compute this fingerprint, please
309+
* refer to https://github.com/salesforce/ja3.
299310
* @param ja3 ja3 or {@code null} for none
300311
*/
301312
public GoogleCloudRecaptchaenterpriseV1Event setJa3(java.lang.String ja3) {
302313
this.ja3 = ja3;
303314
return this;
304315
}
305316

317+
/**
318+
* Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please
319+
* refer to https://github.com/FoxIO-LLC/ja4.
320+
* @return value or {@code null} for none
321+
*/
322+
public java.lang.String getJa4() {
323+
return ja4;
324+
}
325+
326+
/**
327+
* Optional. JA4 fingerprint for SSL clients. To learn how to compute this fingerprint, please
328+
* refer to https://github.com/FoxIO-LLC/ja4.
329+
* @param ja4 ja4 or {@code null} for none
330+
*/
331+
public GoogleCloudRecaptchaenterpriseV1Event setJa4(java.lang.String ja4) {
332+
this.ja4 = ja4;
333+
return this;
334+
}
335+
306336
/**
307337
* Optional. The URI resource the user requested that triggered an assessment.
308338
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)