Skip to content

Commit c878c17

Browse files
1 parent 38ee2e0 commit c878c17

File tree

8 files changed

+69
-27
lines changed

8 files changed

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

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ public final class GoogleCloudRecaptchaenterpriseV1AndroidKeySettings extends co
3939

4040
/**
4141
* Optional. Android package names of apps allowed to use the key. Example:
42-
* 'com.companyname.appname'
42+
* 'com.companyname.appname' Each key supports a maximum of 250 package names. To use a key on
43+
* more apps, set `allow_all_package_names` to true. When this is set, you are responsible for
44+
* validating the package name by checking the `token_properties.android_package_name` field in
45+
* each assessment response against your list of allowed package names.
4346
* The value may be {@code null}.
4447
*/
4548
@com.google.api.client.util.Key
@@ -72,7 +75,10 @@ public GoogleCloudRecaptchaenterpriseV1AndroidKeySettings setAllowAllPackageName
7275

7376
/**
7477
* Optional. Android package names of apps allowed to use the key. Example:
75-
* 'com.companyname.appname'
78+
* 'com.companyname.appname' Each key supports a maximum of 250 package names. To use a key on
79+
* more apps, set `allow_all_package_names` to true. When this is set, you are responsible for
80+
* validating the package name by checking the `token_properties.android_package_name` field in
81+
* each assessment response against your list of allowed package names.
7682
* @return value or {@code null} for none
7783
*/
7884
public java.util.List<java.lang.String> getAllowedPackageNames() {
@@ -81,7 +87,10 @@ public java.util.List<java.lang.String> getAllowedPackageNames() {
8187

8288
/**
8389
* Optional. Android package names of apps allowed to use the key. Example:
84-
* 'com.companyname.appname'
90+
* 'com.companyname.appname' Each key supports a maximum of 250 package names. To use a key on
91+
* more apps, set `allow_all_package_names` to true. When this is set, you are responsible for
92+
* validating the package name by checking the `token_properties.android_package_name` field in
93+
* each assessment response against your list of allowed package names.
8594
* @param allowedPackageNames allowedPackageNames or {@code null} for none
8695
*/
8796
public GoogleCloudRecaptchaenterpriseV1AndroidKeySettings setAllowedPackageNames(java.util.List<java.lang.String> allowedPackageNames) {

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ public final class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest ext
4040
private java.lang.String accountId;
4141

4242
/**
43+
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
44+
* reasons that apply to an event without concluding whether the event is legitimate or
45+
* fraudulent.
4346
* The value may be {@code null}.
4447
*/
4548
@com.google.api.client.util.Key
@@ -63,6 +66,7 @@ public final class GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest ext
6366
private GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent phoneAuthenticationEvent;
6467

6568
/**
69+
* Optional. Reasons for the annotation that are assigned to the event.
6670
* The value may be {@code null}.
6771
*/
6872
@com.google.api.client.util.Key
@@ -98,13 +102,19 @@ public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setAccountId(ja
98102
}
99103

100104
/**
105+
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
106+
* reasons that apply to an event without concluding whether the event is legitimate or
107+
* fraudulent.
101108
* @return value or {@code null} for none
102109
*/
103110
public java.lang.String getAnnotation() {
104111
return annotation;
105112
}
106113

107114
/**
115+
* Optional. The annotation that is assigned to the Event. This field can be left empty to provide
116+
* reasons that apply to an event without concluding whether the event is legitimate or
117+
* fraudulent.
108118
* @param annotation annotation or {@code null} for none
109119
*/
110120
public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setAnnotation(java.lang.String annotation) {
@@ -185,13 +195,15 @@ public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setPhoneAuthent
185195
}
186196

187197
/**
198+
* Optional. Reasons for the annotation that are assigned to the event.
188199
* @return value or {@code null} for none
189200
*/
190201
public java.util.List<java.lang.String> getReasons() {
191202
return reasons;
192203
}
193204

194205
/**
206+
* Optional. Reasons for the annotation that are assigned to the event.
195207
* @param reasons reasons or {@code null} for none
196208
*/
197209
public GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest setReasons(java.util.List<java.lang.String> reasons) {

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ public final class GoogleCloudRecaptchaenterpriseV1IOSKeySettings extends com.go
3838
private java.lang.Boolean allowAllBundleIds;
3939

4040
/**
41-
* Optional. iOS bundle ids of apps allowed to use the key. Example:
42-
* 'com.companyname.productname.appname'
41+
* Optional. iOS bundle IDs of apps allowed to use the key. Example:
42+
* 'com.companyname.productname.appname' Each key supports a maximum of 250 bundle IDs. To use a
43+
* key on more apps, set `allow_all_bundle_ids` to true. When this is set, you are responsible for
44+
* validating the bundle id by checking the `token_properties.ios_bundle_id` field in each
45+
* assessment response against your list of allowed bundle IDs.
4346
* The value may be {@code null}.
4447
*/
4548
@com.google.api.client.util.Key
@@ -73,17 +76,23 @@ public GoogleCloudRecaptchaenterpriseV1IOSKeySettings setAllowAllBundleIds(java.
7376
}
7477

7578
/**
76-
* Optional. iOS bundle ids of apps allowed to use the key. Example:
77-
* 'com.companyname.productname.appname'
79+
* Optional. iOS bundle IDs of apps allowed to use the key. Example:
80+
* 'com.companyname.productname.appname' Each key supports a maximum of 250 bundle IDs. To use a
81+
* key on more apps, set `allow_all_bundle_ids` to true. When this is set, you are responsible for
82+
* validating the bundle id by checking the `token_properties.ios_bundle_id` field in each
83+
* assessment response against your list of allowed bundle IDs.
7884
* @return value or {@code null} for none
7985
*/
8086
public java.util.List<java.lang.String> getAllowedBundleIds() {
8187
return allowedBundleIds;
8288
}
8389

8490
/**
85-
* Optional. iOS bundle ids of apps allowed to use the key. Example:
86-
* 'com.companyname.productname.appname'
91+
* Optional. iOS bundle IDs of apps allowed to use the key. Example:
92+
* 'com.companyname.productname.appname' Each key supports a maximum of 250 bundle IDs. To use a
93+
* key on more apps, set `allow_all_bundle_ids` to true. When this is set, you are responsible for
94+
* validating the bundle id by checking the `token_properties.ios_bundle_id` field in each
95+
* assessment response against your list of allowed bundle IDs.
8796
* @param allowedBundleIds allowedBundleIds or {@code null} for none
8897
*/
8998
public GoogleCloudRecaptchaenterpriseV1IOSKeySettings setAllowedBundleIds(java.util.List<java.lang.String> allowedBundleIds) {

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public final class GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest extends com
3333
/**
3434
* Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves
3535
* differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see
36-
* https://cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your usage,
37-
* we check that a billing account is present. If your usage of reCAPTCHA is under the free quota,
38-
* you can safely skip the billing check and proceed with the migration. See
36+
* https://docs.cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your
37+
* usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free
38+
* quota, you can safely skip the billing check and proceed with the migration. See
3939
* https://cloud.google.com/recaptcha/docs/billing-information.
4040
* The value may be {@code null}.
4141
*/
@@ -45,9 +45,9 @@ public final class GoogleCloudRecaptchaenterpriseV1MigrateKeyRequest extends com
4545
/**
4646
* Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves
4747
* differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see
48-
* https://cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your usage,
49-
* we check that a billing account is present. If your usage of reCAPTCHA is under the free quota,
50-
* you can safely skip the billing check and proceed with the migration. See
48+
* https://docs.cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your
49+
* usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free
50+
* quota, you can safely skip the billing check and proceed with the migration. See
5151
* https://cloud.google.com/recaptcha/docs/billing-information.
5252
* @return value or {@code null} for none
5353
*/
@@ -58,9 +58,9 @@ public java.lang.Boolean getSkipBillingCheck() {
5858
/**
5959
* Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or migrated key behaves
6060
* differently than a reCAPTCHA (non-Enterprise version) key when you reach a quota limit (see
61-
* https://cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your usage,
62-
* we check that a billing account is present. If your usage of reCAPTCHA is under the free quota,
63-
* you can safely skip the billing check and proceed with the migration. See
61+
* https://docs.cloud.google.com/recaptcha/quotas#quota_limit). To avoid any disruption of your
62+
* usage, we check that a billing account is present. If your usage of reCAPTCHA is under the free
63+
* quota, you can safely skip the billing check and proceed with the migration. See
6464
* https://cloud.google.com/recaptcha/docs/billing-information.
6565
* @param skipBillingCheck skipBillingCheck or {@code null} for none
6666
*/

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ public final class GoogleCloudRecaptchaenterpriseV1WebKeySettings extends com.go
4848
/**
4949
* Optional. Domains or subdomains of websites allowed to use the key. All subdomains of an
5050
* allowed domain are automatically allowed. A valid domain requires a host and must not include
51-
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
51+
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com' Each key
52+
* supports a maximum of 250 domains. To use a key on more domains, set `allow_all_domains` to
53+
* true. When this is set, you are responsible for validating the hostname by checking the
54+
* `token_properties.hostname` field in each assessment response against your list of allowed
55+
* domains.
5256
* The value may be {@code null}.
5357
*/
5458
@com.google.api.client.util.Key
@@ -116,7 +120,11 @@ public GoogleCloudRecaptchaenterpriseV1WebKeySettings setAllowAmpTraffic(java.la
116120
/**
117121
* Optional. Domains or subdomains of websites allowed to use the key. All subdomains of an
118122
* allowed domain are automatically allowed. A valid domain requires a host and must not include
119-
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
123+
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com' Each key
124+
* supports a maximum of 250 domains. To use a key on more domains, set `allow_all_domains` to
125+
* true. When this is set, you are responsible for validating the hostname by checking the
126+
* `token_properties.hostname` field in each assessment response against your list of allowed
127+
* domains.
120128
* @return value or {@code null} for none
121129
*/
122130
public java.util.List<java.lang.String> getAllowedDomains() {
@@ -126,7 +134,11 @@ public java.util.List<java.lang.String> getAllowedDomains() {
126134
/**
127135
* Optional. Domains or subdomains of websites allowed to use the key. All subdomains of an
128136
* allowed domain are automatically allowed. A valid domain requires a host and must not include
129-
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
137+
* any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com' Each key
138+
* supports a maximum of 250 domains. To use a key on more domains, set `allow_all_domains` to
139+
* true. When this is set, you are responsible for validating the hostname by checking the
140+
* `token_properties.hostname` field in each assessment response against your list of allowed
141+
* domains.
130142
* @param allowedDomains allowedDomains or {@code null} for none
131143
*/
132144
public GoogleCloudRecaptchaenterpriseV1WebKeySettings setAllowedDomains(java.util.List<java.lang.String> allowedDomains) {

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

0 commit comments

Comments
 (0)