Enum Assessment.ClassificationReason (3.38.0)

public enum Assessment.ClassificationReason extends Enum<Assessment.ClassificationReason> implements ProtocolMessageEnum

Reasons contributing to the risk analysis verdict.

Protobuf enum google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATION

Interactions matched the behavior of an automated agent.

AUTOMATION = 1;

AUTOMATION_VALUE

Interactions matched the behavior of an automated agent.

AUTOMATION = 1;

CLASSIFICATION_REASON_UNSPECIFIED

Default unspecified type.

CLASSIFICATION_REASON_UNSPECIFIED = 0;

CLASSIFICATION_REASON_UNSPECIFIED_VALUE

Default unspecified type.

CLASSIFICATION_REASON_UNSPECIFIED = 0;

LOW_CONFIDENCE_SCORE

Too little traffic has been received from this site thus far to generate quality risk analysis.

LOW_CONFIDENCE_SCORE = 5;

LOW_CONFIDENCE_SCORE_VALUE

Too little traffic has been received from this site thus far to generate quality risk analysis.

LOW_CONFIDENCE_SCORE = 5;

SUSPECTED_CARDING

The request matches behavioral characteristics of a carding attack.

SUSPECTED_CARDING = 6;

SUSPECTED_CARDING_VALUE

The request matches behavioral characteristics of a carding attack.

SUSPECTED_CARDING = 6;

SUSPECTED_CHARGEBACK

The request matches behavioral characteristics of chargebacks for fraud.

SUSPECTED_CHARGEBACK = 7;

SUSPECTED_CHARGEBACK_VALUE

The request matches behavioral characteristics of chargebacks for fraud.

SUSPECTED_CHARGEBACK = 7;

TOO_MUCH_TRAFFIC

Traffic volume from the event source is higher than normal.

TOO_MUCH_TRAFFIC = 3;

TOO_MUCH_TRAFFIC_VALUE

Traffic volume from the event source is higher than normal.

TOO_MUCH_TRAFFIC = 3;

UNEXPECTED_ENVIRONMENT

The event originated from an illegitimate environment.

UNEXPECTED_ENVIRONMENT = 2;

UNEXPECTED_ENVIRONMENT_VALUE

The event originated from an illegitimate environment.

UNEXPECTED_ENVIRONMENT = 2;

UNEXPECTED_USAGE_PATTERNS

Interactions with the site were significantly different than expected patterns.

UNEXPECTED_USAGE_PATTERNS = 4;

UNEXPECTED_USAGE_PATTERNS_VALUE

Interactions with the site were significantly different than expected patterns.

UNEXPECTED_USAGE_PATTERNS = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()