File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
generated/google-apis-recaptchaenterprise_v1
lib/google/apis/recaptchaenterprise_v1 Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-recaptchaenterprise_v1
22
3+ ### v0.64.0 (2025-10-19)
4+
5+ * Regenerated from discovery document revision 20251006
6+
37### v0.63.0 (2025-10-05)
48
59* Regenerated from discovery document revision 20250928
Original file line number Diff line number Diff line change @@ -570,8 +570,9 @@ class GoogleCloudRecaptchaenterpriseV1Event
570570 # @return [String]
571571 attr_accessor :user_ip_address
572572
573- # Optional. Flag for running WAF token assessment. If enabled, the token must be
574- # specified, and have been created by a WAF-enabled key.
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.
575576 # Corresponds to the JSON property `wafTokenAssessment`
576577 # @return [Boolean]
577578 attr_accessor :waf_token_assessment
@@ -2330,12 +2331,13 @@ def update!(**args)
23302331 class GoogleCloudRecaptchaenterpriseV1WafSettings
23312332 include Google ::Apis ::Core ::Hashable
23322333
2333- # Required. The WAF feature for which this key is enabled.
2334+ # Required. The Web Application Firewall (WAF) feature for which this key is
2335+ # enabled.
23342336 # Corresponds to the JSON property `wafFeature`
23352337 # @return [String]
23362338 attr_accessor :waf_feature
23372339
2338- # Required. The WAF service that uses this key.
2340+ # Required. The Web Application Firewall ( WAF) service that uses this key.
23392341 # Corresponds to the JSON property `wafService`
23402342 # @return [String]
23412343 attr_accessor :waf_service
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module RecaptchaenterpriseV1
1818 # Version of the google-apis-recaptchaenterprise_v1 gem
19- GEM_VERSION = "0.63 .0"
19+ GEM_VERSION = "0.64 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250928 "
25+ REVISION = "20251006 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments