Interface FraudPreventionAssessmentOrBuilder (3.24.0)

public interface FraudPreventionAssessmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCardTestingVerdict()

public abstract FraudPreventionAssessment.CardTestingVerdict getCardTestingVerdict()

Assessment of this transaction for risk of being part of a card testing attack.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;

Returns
TypeDescription
FraudPreventionAssessment.CardTestingVerdict

The cardTestingVerdict.

getCardTestingVerdictOrBuilder()

public abstract FraudPreventionAssessment.CardTestingVerdictOrBuilder getCardTestingVerdictOrBuilder()

Assessment of this transaction for risk of being part of a card testing attack.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;

Returns
TypeDescription
FraudPreventionAssessment.CardTestingVerdictOrBuilder

getStolenInstrumentVerdict()

public abstract FraudPreventionAssessment.StolenInstrumentVerdict getStolenInstrumentVerdict()

Assessment of this transaction for risk of a stolen instrument.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;

Returns
TypeDescription
FraudPreventionAssessment.StolenInstrumentVerdict

The stolenInstrumentVerdict.

getStolenInstrumentVerdictOrBuilder()

public abstract FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder getStolenInstrumentVerdictOrBuilder()

Assessment of this transaction for risk of a stolen instrument.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;

Returns
TypeDescription
FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder

getTransactionRisk()

public abstract float getTransactionRisk()

Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.

float transaction_risk = 1;

Returns
TypeDescription
float

The transactionRisk.

hasCardTestingVerdict()

public abstract boolean hasCardTestingVerdict()

Assessment of this transaction for risk of being part of a card testing attack.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;

Returns
TypeDescription
boolean

Whether the cardTestingVerdict field is set.

hasStolenInstrumentVerdict()

public abstract boolean hasStolenInstrumentVerdict()

Assessment of this transaction for risk of a stolen instrument.

.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;

Returns
TypeDescription
boolean

Whether the stolenInstrumentVerdict field is set.