Method: Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict#reasons
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
#reasons ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::SmsTollFraudVerdict::SmsTollFraudReason> (readonly)
Returns Output only. Reasons contributing to the SMS toll fraud verdict.
974 975 976 977 978 979 980 981 982 983 984 985 986 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 974 class SmsTollFraudVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reasons contributing to the SMS toll fraud verdict. module SmsTollFraudReason # Default unspecified reason SMS_TOLL_FRAUD_REASON_UNSPECIFIED = 0 # The provided phone number was invalid INVALID_PHONE_NUMBER = 1 end end |