public interface SmsTollFraudVerdictOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SmsTollFraudVerdict.SmsTollFraudReason |
getReasons(int index)
Output only.
|
int |
getReasonsCount()
Output only.
|
List<SmsTollFraudVerdict.SmsTollFraudReason> |
getReasonsList()
Output only.
|
int |
getReasonsValue(int index)
Output only.
|
List<Integer> |
getReasonsValueList()
Output only.
|
float |
getRisk()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getRisk()
Output only. Probability of an SMS event being fraudulent. Values are from 0.0 (lowest) to 1.0 (highest).
float risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];List<SmsTollFraudVerdict.SmsTollFraudReason> getReasonsList()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getReasonsCount()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
SmsTollFraudVerdict.SmsTollFraudReason getReasons(int index)
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.List<Integer> getReasonsValueList()
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getReasonsValue(int index)
Output only. Reasons contributing to the SMS toll fraud verdict.
repeated .google.cloud.recaptchaenterprise.v1.SmsTollFraudVerdict.SmsTollFraudReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.