From f2573b9555c5732c460762d774c8af5285f84e65 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:28:34 -0800 Subject: [PATCH] docs(recaptcha_enterprise-v1beta1): Minor update to FraudPrevention enumeration documentation (#28212) --- .../recaptchaenterprise/v1beta1/recaptchaenterprise.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/google-cloud-recaptcha_enterprise-v1beta1/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb b/google-cloud-recaptcha_enterprise-v1beta1/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb index ea16a1b5b020..7e18721a3375 100644 --- a/google-cloud-recaptcha_enterprise-v1beta1/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb +++ b/google-cloud-recaptcha_enterprise-v1beta1/proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb @@ -401,10 +401,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 @@ -412,8 +410,8 @@ module FraudPrevention # enabled in the Google Cloud console. ENABLED = 1 - # Disable Fraud Prevention for this assessment, regardless of opt-in - # status or the Google Cloud console settings. + # Disable Fraud Prevention for this assessment, regardless of Google Cloud + # console settings. DISABLED = 2 end end