google-apis-recaptchaenterprise_v1 0.63.0 → 0.64.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: 93c893281d3dbd1c8f26e9ec96161dba4ecb6e5011c19144d3e00589990859c6
|
4
|
+
data.tar.gz: fb8a15cf57d18c410567292719dd3d76b8c78ab0f665a76a6634e7b9241914a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a82fcddc4c833efc0b3436edcc9ed951592671a410e2aebfbc9f9f03f6ba053e88d54626564411f858ec1e7c6d07bb1492cd4cf9b1cc292b2a67115fd1f91a0
|
7
|
+
data.tar.gz: 0f4b8a2bdee43f9bd78b9ec4a09245c5da87ef12fae159f8c6e67d55517ea50bf5026c670bbe710bc3c340f0dbe7ed47ecb81b64029676259138f37522728a5b
|
data/CHANGELOG.md
CHANGED
@@ -570,8 +570,9 @@ module Google
|
|
570
570
|
# @return [String]
|
571
571
|
attr_accessor :user_ip_address
|
572
572
|
|
573
|
-
# Optional. Flag for running WAF token assessment. If
|
574
|
-
# specified, and have been created by a WAF-enabled
|
573
|
+
# Optional. Flag for running Web Application Firewall (WAF) token assessment. If
|
574
|
+
# enabled, the token must be specified, and have been created by a WAF-enabled
|
575
|
+
# key.
|
575
576
|
# Corresponds to the JSON property `wafTokenAssessment`
|
576
577
|
# @return [Boolean]
|
577
578
|
attr_accessor :waf_token_assessment
|
@@ -2330,12 +2331,13 @@ module Google
|
|
2330
2331
|
class GoogleCloudRecaptchaenterpriseV1WafSettings
|
2331
2332
|
include Google::Apis::Core::Hashable
|
2332
2333
|
|
2333
|
-
# Required. The WAF feature for which this key is
|
2334
|
+
# Required. The Web Application Firewall (WAF) feature for which this key is
|
2335
|
+
# enabled.
|
2334
2336
|
# Corresponds to the JSON property `wafFeature`
|
2335
2337
|
# @return [String]
|
2336
2338
|
attr_accessor :waf_feature
|
2337
2339
|
|
2338
|
-
# Required. The WAF service that uses this key.
|
2340
|
+
# Required. The Web Application Firewall (WAF) service that uses this key.
|
2339
2341
|
# Corresponds to the JSON property `wafService`
|
2340
2342
|
# @return [String]
|
2341
2343
|
attr_accessor :waf_service
|
@@ -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.64.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 = "20251006"
|
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.64.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.64.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:
|