Interface FraudSignals.UserSignalsOrBuilder (3.38.0)

public static interface FraudSignals.UserSignalsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActiveDaysLowerBound()

public abstract int 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];

Returns
TypeDescription
int

The activeDaysLowerBound.

getSyntheticRisk()

public abstract 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];

Returns
TypeDescription
float

The syntheticRisk.