Interface PhoneFraudAssessmentOrBuilder (3.43.0)

public interface PhoneFraudAssessmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSmsTollFraudVerdict()

public abstract SmsTollFraudVerdict getSmsTollFraudVerdict()

Output only. Assessment of this phone event for risk of SMS toll fraud.

.google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict sms_toll_fraud_verdict = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SmsTollFraudVerdict

The smsTollFraudVerdict.

getSmsTollFraudVerdictOrBuilder()

public abstract SmsTollFraudVerdictOrBuilder getSmsTollFraudVerdictOrBuilder()

Output only. Assessment of this phone event for risk of SMS toll fraud.

.google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict sms_toll_fraud_verdict = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SmsTollFraudVerdictOrBuilder

hasSmsTollFraudVerdict()

public abstract boolean hasSmsTollFraudVerdict()

Output only. Assessment of this phone event for risk of SMS toll fraud.

.google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict sms_toll_fraud_verdict = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the smsTollFraudVerdict field is set.