From 47e145b8a1b1b5954b84ab486f8c6c07439f63f5 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:37:25 -0800 Subject: [PATCH] docs(recaptcha_enterprise): Minor update to FraudPrevention description (#28184) --- .../recaptchaenterprise/v1/recaptchaenterprise.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/google-cloud-recaptcha_enterprise-v1/proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb b/google-cloud-recaptcha_enterprise-v1/proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb index 385101f0236c..0b7b32f1a85a 100644 --- a/google-cloud-recaptcha_enterprise-v1/proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb +++ b/google-cloud-recaptcha_enterprise-v1/proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb @@ -517,10 +517,8 @@ class Event # Setting that controls Fraud Prevention assessments. module FraudPrevention - # Default, unspecified setting. If opted in for automatic detection, - # `fraud_prevention_assessment` is returned based on the request. - # Otherwise, `fraud_prevention_assessment` is returned if - # `transaction_data` is present in the `Event` and Fraud Prevention is + # Default, unspecified setting. `fraud_prevention_assessment` is returned + # if `transaction_data` is present in `Event` and Fraud Prevention is # enabled in the Google Cloud console. FRAUD_PREVENTION_UNSPECIFIED = 0 @@ -528,8 +526,8 @@ module FraudPrevention # enabled in the Google Cloud console. ENABLED = 1 - # Disable Fraud Prevention for this assessment, regardless of opt-in - # status or Google Cloud console settings. + # Disable Fraud Prevention for this assessment, regardless of Google Cloud + # console settings. DISABLED = 2 end end