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