public interface FraudPreventionAssessmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FraudPreventionAssessment.BehavioralTrustVerdict |
getBehavioralTrustVerdict()
Assessment of this transaction for behavioral trust.
|
FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder |
getBehavioralTrustVerdictOrBuilder()
Assessment of this transaction for behavioral trust.
|
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 |
hasBehavioralTrustVerdict()
Assessment of this transaction for behavioral trust.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getTransactionRisk()
Probability (0-1) of this transaction being fraudulent. Summarizes the combined risk of attack vectors below.
float transaction_risk = 1;boolean hasStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
FraudPreventionAssessment.StolenInstrumentVerdict getStolenInstrumentVerdict()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder getStolenInstrumentVerdictOrBuilder()
Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2;
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;
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;
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;
boolean hasBehavioralTrustVerdict()
Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
FraudPreventionAssessment.BehavioralTrustVerdict getBehavioralTrustVerdict()
Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder getBehavioralTrustVerdictOrBuilder()
Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1beta1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4;
Copyright © 2023 Google LLC. All rights reserved.