public interface FraudPreventionAssessmentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBehavioralTrustVerdict()
public abstract FraudPreventionAssessment.BehavioralTrustVerdict getBehavioralTrustVerdict()Output only. Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.BehavioralTrustVerdict |
The behavioralTrustVerdict. |
getBehavioralTrustVerdictOrBuilder()
public abstract FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder getBehavioralTrustVerdictOrBuilder()Output only. Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.BehavioralTrustVerdictOrBuilder |
|
getCardTestingVerdict()
public abstract FraudPreventionAssessment.CardTestingVerdict getCardTestingVerdict()Output only. Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.CardTestingVerdict |
The cardTestingVerdict. |
getCardTestingVerdictOrBuilder()
public abstract FraudPreventionAssessment.CardTestingVerdictOrBuilder getCardTestingVerdictOrBuilder()Output only. Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.CardTestingVerdictOrBuilder |
|
getRiskReasons(int index)
public abstract FraudPreventionAssessment.RiskReason getRiskReasons(int index)Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
repeated .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason risk_reasons = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.RiskReason |
|
getRiskReasonsCount()
public abstract int getRiskReasonsCount()Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
repeated .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason risk_reasons = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRiskReasonsList()
public abstract List<FraudPreventionAssessment.RiskReason> getRiskReasonsList()Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
repeated .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason risk_reasons = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<RiskReason> |
|
getRiskReasonsOrBuilder(int index)
public abstract FraudPreventionAssessment.RiskReasonOrBuilder getRiskReasonsOrBuilder(int index)Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
repeated .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason risk_reasons = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.RiskReasonOrBuilder |
|
getRiskReasonsOrBuilderList()
public abstract List<? extends FraudPreventionAssessment.RiskReasonOrBuilder> getRiskReasonsOrBuilderList()Output only. Reasons why the transaction is probably fraudulent and received a high transaction risk score.
repeated .google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReason risk_reasons = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.recaptchaenterprise.v1.FraudPreventionAssessment.RiskReasonOrBuilder> |
|
getStolenInstrumentVerdict()
public abstract FraudPreventionAssessment.StolenInstrumentVerdict getStolenInstrumentVerdict()Output only. Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.StolenInstrumentVerdict |
The stolenInstrumentVerdict. |
getStolenInstrumentVerdictOrBuilder()
public abstract FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder getStolenInstrumentVerdictOrBuilder()Output only. Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
FraudPreventionAssessment.StolenInstrumentVerdictOrBuilder |
|
getTransactionRisk()
public abstract float getTransactionRisk()Output only. Probability of this transaction being fraudulent. Summarizes the combined risk of attack vectors below. Values are from 0.0 (lowest) to 1.0 (highest).
float transaction_risk = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
float |
The transactionRisk. |
hasBehavioralTrustVerdict()
public abstract boolean hasBehavioralTrustVerdict()Output only. Assessment of this transaction for behavioral trust.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.BehavioralTrustVerdict behavioral_trust_verdict = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the behavioralTrustVerdict field is set. |
hasCardTestingVerdict()
public abstract boolean hasCardTestingVerdict()Output only. Assessment of this transaction for risk of being part of a card testing attack.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cardTestingVerdict field is set. |
hasStolenInstrumentVerdict()
public abstract boolean hasStolenInstrumentVerdict()Output only. Assessment of this transaction for risk of a stolen instrument.
.google.cloud.recaptchaenterprise.v1.FraudPreventionAssessment.StolenInstrumentVerdict stolen_instrument_verdict = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stolenInstrumentVerdict field is set. |