google-apis-recaptchaenterprise_v1 0.64.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01b56586fab03c0e6a6de31c621f8587c4bb1f002c95d69550708f378737f6ef
|
|
4
|
+
data.tar.gz: aba2cc3c81d940def0df1d51afd027beb4203ab165a5ebd746569213dca4054b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6e042ed62b831ad69e66b261afe620f0bef0e84b6dd050d806b4d271460ad600c90ddaab761e46378b29a10f8bac60bde61209f52cbaf18c106df6226b5f6b6
|
|
7
|
+
data.tar.gz: 44a190224cadc41de29167f87666972e8c729976413e4669879dc1347651d170d8d4da566186f4836d16e68890ef0d6d686f4836b3c5aeffde4f43603ec1d950
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.65.0 (2025-11-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251026
|
|
10
|
+
|
|
3
11
|
### v0.64.0 (2025-10-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251006
|
|
@@ -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
|
|
@@ -346,9 +350,7 @@ module Google
|
|
|
346
350
|
# Optional. Identifies the client module initiating the CreateAssessment request.
|
|
347
351
|
# This can be the link to the client module's project. Examples include: - "
|
|
348
352
|
# github.com/GoogleCloudPlatform/recaptcha-enterprise-google-tag-manager" - "
|
|
349
|
-
#
|
|
350
|
-
# recaptcha/docs/implement-waf-cloudflare" - "wordpress.org/plugins/recaptcha-
|
|
351
|
-
# something"
|
|
353
|
+
# wordpress.org/plugins/recaptcha-something"
|
|
352
354
|
# Corresponds to the JSON property `client`
|
|
353
355
|
# @return [String]
|
|
354
356
|
attr_accessor :client
|
|
@@ -1079,8 +1081,12 @@ module Google
|
|
|
1079
1081
|
attr_accessor :allow_all_bundle_ids
|
|
1080
1082
|
alias_method :allow_all_bundle_ids?, :allow_all_bundle_ids
|
|
1081
1083
|
|
|
1082
|
-
# Optional. iOS bundle
|
|
1083
|
-
# 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.
|
|
1084
1090
|
# Corresponds to the JSON property `allowedBundleIds`
|
|
1085
1091
|
# @return [Array<String>]
|
|
1086
1092
|
attr_accessor :allowed_bundle_ids
|
|
@@ -1384,11 +1390,11 @@ module Google
|
|
|
1384
1390
|
|
|
1385
1391
|
# Optional. If true, skips the billing check. A reCAPTCHA Enterprise key or
|
|
1386
1392
|
# migrated key behaves differently than a reCAPTCHA (non-Enterprise version) key
|
|
1387
|
-
# when you reach a quota limit (see https://cloud.google.com/recaptcha/
|
|
1388
|
-
# quota_limit). To avoid any disruption of your usage, we check that a
|
|
1389
|
-
# account is present. If your usage of reCAPTCHA is under the free quota,
|
|
1390
|
-
# can safely skip the billing check and proceed with the migration. See
|
|
1391
|
-
# 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.
|
|
1392
1398
|
# Corresponds to the JSON property `skipBillingCheck`
|
|
1393
1399
|
# @return [Boolean]
|
|
1394
1400
|
attr_accessor :skip_billing_check
|
|
@@ -2373,7 +2379,11 @@ module Google
|
|
|
2373
2379
|
# Optional. Domains or subdomains of websites allowed to use the key. All
|
|
2374
2380
|
# subdomains of an allowed domain are automatically allowed. A valid domain
|
|
2375
2381
|
# requires a host and must not include any path, port, query or fragment.
|
|
2376
|
-
# 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.
|
|
2377
2387
|
# Corresponds to the JSON property `allowedDomains`
|
|
2378
2388
|
# @return [Array<String>]
|
|
2379
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|