public static interface FraudSignals.UserSignalsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getActiveDaysLowerBound()
Output only.
|
float |
getSyntheticRisk()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getActiveDaysLowerBound()
Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.
int32 active_days_lower_bound = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];float getSyntheticRisk()
Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic components in their identity, such as a randomly generated email address, temporary phone number, or fake shipping address.
float synthetic_risk = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.