Interface FraudPreventionAssessmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FraudPreventionAssessment
,FraudPreventionAssessment.Builder
public interface FraudPreventionAssessmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FraudPreventionAssessment.CardTestingVerdict
getCardTestingVerdict()
Assessment of this transaction for risk of being part of a card testing attack.FraudPreventionAssessment.CardTestingVerdictOrBuilder
getCardTestingVerdictOrBuilder()
Assessment of this transaction for risk of being part of a card testing attack.FraudPreventionAssessment.StolenInstrumentVerdict
getStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder
getStolenInstrumentVerdictOrBuilder()
Assessment of this transaction for risk of a stolen instrument.float
getTransactionRisk()
Probability (0-1) of this transaction being fraudulent.boolean
hasCardTestingVerdict()
Assessment of this transaction for risk of being part of a card testing attack.boolean
hasStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTransactionRisk
float getTransactionRisk()
Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
float transaction_risk = 1;
- Returns:
- The transactionRisk.
-
hasStolenInstrumentVerdict
boolean hasStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
- Returns:
- Whether the stolenInstrumentVerdict field is set.
-
getStolenInstrumentVerdict
FraudPreventionAssessment.StolenInstrumentVerdict getStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
- Returns:
- The stolenInstrumentVerdict.
-
getStolenInstrumentVerdictOrBuilder
FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder getStolenInstrumentVerdictOrBuilder()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
-
hasCardTestingVerdict
boolean hasCardTestingVerdict()
Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
- Returns:
- Whether the cardTestingVerdict field is set.
-
getCardTestingVerdict
FraudPreventionAssessment.CardTestingVerdict getCardTestingVerdict()
Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
- Returns:
- The cardTestingVerdict.
-
getCardTestingVerdictOrBuilder
FraudPreventionAssessment.CardTestingVerdictOrBuilder getCardTestingVerdictOrBuilder()
Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;
-
-