google-apis-recaptchaenterprise_v1 0.65.0 → 0.66.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cae1607b1c0651a01177c0adc1175324fd0a0dcbef4d2aecc098e7ecd7a64ebe
4
- data.tar.gz: c427114ef9eadbf961c5ea6cd10c6713ce1e99533b7f274dd5273cb33b57327a
3
+ metadata.gz: 01b56586fab03c0e6a6de31c621f8587c4bb1f002c95d69550708f378737f6ef
4
+ data.tar.gz: aba2cc3c81d940def0df1d51afd027beb4203ab165a5ebd746569213dca4054b
5
5
  SHA512:
6
- metadata.gz: b74c511aed3fb960802d47bd4cbb3f68be33b10ed2281c96ab163d31d3f276e0e6f1079a4b8f689b840addbde4ed32459d65586abba0f5d4500dbe8064e3b397
7
- data.tar.gz: ab181ab41bdcb4fbf2c1b1ed07983d70042f45e663fdf8ef9071e425e3906f19f7eb6086c0562c26978aeabcac092e8eb13a6cd602643afefe804c6c9073ea54
6
+ metadata.gz: f6e042ed62b831ad69e66b261afe620f0bef0e84b6dd050d806b4d271460ad600c90ddaab761e46378b29a10f8bac60bde61209f52cbaf18c106df6226b5f6b6
7
+ data.tar.gz: 44a190224cadc41de29167f87666972e8c729976413e4669879dc1347651d170d8d4da566186f4836d16e68890ef0d6d686f4836b3c5aeffde4f43603ec1d950
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-recaptchaenterprise_v1
2
2
 
3
+ ### v0.66.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251201
6
+
3
7
  ### v0.65.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251026
@@ -123,7 +123,11 @@ module Google
123
123
  alias_method :allow_all_package_names?, :allow_all_package_names
124
124
 
125
125
  # Optional. Android package names of apps allowed to use the key. Example: 'com.
126
- # companyname.appname'
126
+ # companyname.appname' Each key supports a maximum of 250 package names. To use
127
+ # a key on more apps, set `allow_all_package_names` to true. When this is set,
128
+ # you are responsible for validating the package name by checking the `
129
+ # token_properties.android_package_name` field in each assessment response
130
+ # against your list of allowed package names.
127
131
  # Corresponds to the JSON property `allowedPackageNames`
128
132
  # @return [Array<String>]
129
133
  attr_accessor :allowed_package_names
@@ -158,7 +162,9 @@ module Google
158
162
  # @return [String]
159
163
  attr_accessor :account_id
160
164
 
161
- #
165
+ # Optional. The annotation that is assigned to the Event. This field can be left
166
+ # empty to provide reasons that apply to an event without concluding whether the
167
+ # event is legitimate or fraudulent.
162
168
  # Corresponds to the JSON property `annotation`
163
169
  # @return [String]
164
170
  attr_accessor :annotation
@@ -177,7 +183,7 @@ module Google
177
183
  # @return [Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1PhoneAuthenticationEvent]
178
184
  attr_accessor :phone_authentication_event
179
185
 
180
- #
186
+ # Optional. Reasons for the annotation that are assigned to the event.
181
187
  # Corresponds to the JSON property `reasons`
182
188
  # @return [Array<String>]
183
189
  attr_accessor :reasons
@@ -1075,8 +1081,12 @@ module Google
1075
1081
  attr_accessor :allow_all_bundle_ids
1076
1082
  alias_method :allow_all_bundle_ids?, :allow_all_bundle_ids
1077
1083
 
1078
- # Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.
1079
- # companyname.productname.appname'
1084
+ # Optional. iOS bundle IDs of apps allowed to use the key. Example: 'com.
1085
+ # companyname.productname.appname' Each key supports a maximum of 250 bundle IDs.
1086
+ # To use a key on more apps, set `allow_all_bundle_ids` to true. When this is
1087
+ # set, you are responsible for validating the bundle id by checking the `
1088
+ # token_properties.ios_bundle_id` field in each assessment response against your
1089
+ # list of allowed bundle IDs.
1080
1090
  # Corresponds to the JSON property `allowedBundleIds`
1081
1091
  # @return [Array<String>]
1082
1092
  attr_accessor :allowed_bundle_ids
@@ -1380,11 +1390,11 @@ module Google
1380
1390
 
1381
1391
  # Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or
1382
1392
  # migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key
1383
- # when you reach a quota limit (see https://cloud.google.com/recaptcha/quotas#
1384
- # quota_limit). To avoid any disruption of your usage, we check that a billing
1385
- # account is present. If your usage of reCAPTCHA is under the free quota, you
1386
- # can safely skip the billing check and proceed with the migration. See https://
1387
- # cloud.google.com/recaptcha/docs/billing-information.
1393
+ # when you reach a quota limit (see https://docs.cloud.google.com/recaptcha/
1394
+ # quotas#quota_limit). To avoid any disruption of your usage, we check that a
1395
+ # billing account is present. If your usage of reCAPTCHA is under the free quota,
1396
+ # you can safely skip the billing check and proceed with the migration. See
1397
+ # https://cloud.google.com/recaptcha/docs/billing-information.
1388
1398
  # Corresponds to the JSON property `skipBillingCheck`
1389
1399
  # @return [Boolean]
1390
1400
  attr_accessor :skip_billing_check
@@ -2369,7 +2379,11 @@ module Google
2369
2379
  # Optional. Domains or subdomains of websites allowed to use the key. All
2370
2380
  # subdomains of an allowed domain are automatically allowed. A valid domain
2371
2381
  # requires a host and must not include any path, port, query or fragment.
2372
- # Examples: 'example.com' or 'subdomain.example.com'
2382
+ # Examples: 'example.com' or 'subdomain.example.com' Each key supports a maximum
2383
+ # of 250 domains. To use a key on more domains, set `allow_all_domains` to true.
2384
+ # When this is set, you are responsible for validating the hostname by checking
2385
+ # the `token_properties.hostname` field in each assessment response against your
2386
+ # list of allowed domains.
2373
2387
  # Corresponds to the JSON property `allowedDomains`
2374
2388
  # @return [Array<String>]
2375
2389
  attr_accessor :allowed_domains
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecaptchaenterpriseV1
18
18
  # Version of the google-apis-recaptchaenterprise_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251026"
25
+ REVISION = "20251201"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recaptchaenterprise_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.65.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.66.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1
62
62
  rdoc_options: []
63
63
  require_paths: