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 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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.FraudPreventionAssessment.CardTestingVerdict card_testing_verdict = 3;