Enum Assessment.ClassificationReason
- java.lang.Object
-
- java.lang.Enum<Assessment.ClassificationReason>
-
- com.google.recaptchaenterprise.v1beta1.Assessment.ClassificationReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Assessment.ClassificationReason>
- Enclosing class:
- Assessment
public static enum Assessment.ClassificationReason extends Enum<Assessment.ClassificationReason> implements com.google.protobuf.ProtocolMessageEnum
Reasons contributing to the risk analysis verdict.
Protobuf enumgoogle.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUTOMATION
Interactions matched the behavior of an automated agent.CLASSIFICATION_REASON_UNSPECIFIED
Default unspecified type.LOW_CONFIDENCE_SCORE
Too little traffic has been received from this site thus far to generate quality risk analysis.SUSPECTED_CARDING
The request matches behavioral characteristics of a carding attack.SUSPECTED_CHARGEBACK
The request matches behavioral characteristics of chargebacks for fraud.TOO_MUCH_TRAFFIC
Traffic volume from the event source is higher than normal.UNEXPECTED_ENVIRONMENT
The event originated from an illegitimate environment.UNEXPECTED_USAGE_PATTERNS
Interactions with the site were significantly different than expected patterns.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
AUTOMATION_VALUE
Interactions matched the behavior of an automated agent.static int
CLASSIFICATION_REASON_UNSPECIFIED_VALUE
Default unspecified type.static int
LOW_CONFIDENCE_SCORE_VALUE
Too little traffic has been received from this site thus far to generate quality risk analysis.static int
SUSPECTED_CARDING_VALUE
The request matches behavioral characteristics of a carding attack.static int
SUSPECTED_CHARGEBACK_VALUE
The request matches behavioral characteristics of chargebacks for fraud.static int
TOO_MUCH_TRAFFIC_VALUE
Traffic volume from the event source is higher than normal.static int
UNEXPECTED_ENVIRONMENT_VALUE
The event originated from an illegitimate environment.static int
UNEXPECTED_USAGE_PATTERNS_VALUE
Interactions with the site were significantly different than expected patterns.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Assessment.ClassificationReason
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Assessment.ClassificationReason>
internalGetValueMap()
static Assessment.ClassificationReason
valueOf(int value)
Deprecated.static Assessment.ClassificationReason
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Assessment.ClassificationReason
valueOf(String name)
Returns the enum constant of this type with the specified name.static Assessment.ClassificationReason[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CLASSIFICATION_REASON_UNSPECIFIED
public static final Assessment.ClassificationReason CLASSIFICATION_REASON_UNSPECIFIED
Default unspecified type.
CLASSIFICATION_REASON_UNSPECIFIED = 0;
-
AUTOMATION
public static final Assessment.ClassificationReason AUTOMATION
Interactions matched the behavior of an automated agent.
AUTOMATION = 1;
-
UNEXPECTED_ENVIRONMENT
public static final Assessment.ClassificationReason UNEXPECTED_ENVIRONMENT
The event originated from an illegitimate environment.
UNEXPECTED_ENVIRONMENT = 2;
-
TOO_MUCH_TRAFFIC
public static final Assessment.ClassificationReason TOO_MUCH_TRAFFIC
Traffic volume from the event source is higher than normal.
TOO_MUCH_TRAFFIC = 3;
-
UNEXPECTED_USAGE_PATTERNS
public static final Assessment.ClassificationReason UNEXPECTED_USAGE_PATTERNS
Interactions with the site were significantly different than expected patterns.
UNEXPECTED_USAGE_PATTERNS = 4;
-
LOW_CONFIDENCE_SCORE
public static final Assessment.ClassificationReason LOW_CONFIDENCE_SCORE
Too little traffic has been received from this site thus far to generate quality risk analysis.
LOW_CONFIDENCE_SCORE = 5;
-
SUSPECTED_CARDING
public static final Assessment.ClassificationReason SUSPECTED_CARDING
The request matches behavioral characteristics of a carding attack.
SUSPECTED_CARDING = 6;
-
SUSPECTED_CHARGEBACK
public static final Assessment.ClassificationReason SUSPECTED_CHARGEBACK
The request matches behavioral characteristics of chargebacks for fraud.
SUSPECTED_CHARGEBACK = 7;
-
UNRECOGNIZED
public static final Assessment.ClassificationReason UNRECOGNIZED
-
-
Field Detail
-
CLASSIFICATION_REASON_UNSPECIFIED_VALUE
public static final int CLASSIFICATION_REASON_UNSPECIFIED_VALUE
Default unspecified type.
CLASSIFICATION_REASON_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
AUTOMATION_VALUE
public static final int AUTOMATION_VALUE
Interactions matched the behavior of an automated agent.
AUTOMATION = 1;
- See Also:
- Constant Field Values
-
UNEXPECTED_ENVIRONMENT_VALUE
public static final int UNEXPECTED_ENVIRONMENT_VALUE
The event originated from an illegitimate environment.
UNEXPECTED_ENVIRONMENT = 2;
- See Also:
- Constant Field Values
-
TOO_MUCH_TRAFFIC_VALUE
public static final int TOO_MUCH_TRAFFIC_VALUE
Traffic volume from the event source is higher than normal.
TOO_MUCH_TRAFFIC = 3;
- See Also:
- Constant Field Values
-
UNEXPECTED_USAGE_PATTERNS_VALUE
public static final int UNEXPECTED_USAGE_PATTERNS_VALUE
Interactions with the site were significantly different than expected patterns.
UNEXPECTED_USAGE_PATTERNS = 4;
- See Also:
- Constant Field Values
-
LOW_CONFIDENCE_SCORE_VALUE
public static final int LOW_CONFIDENCE_SCORE_VALUE
Too little traffic has been received from this site thus far to generate quality risk analysis.
LOW_CONFIDENCE_SCORE = 5;
- See Also:
- Constant Field Values
-
SUSPECTED_CARDING_VALUE
public static final int SUSPECTED_CARDING_VALUE
The request matches behavioral characteristics of a carding attack.
SUSPECTED_CARDING = 6;
- See Also:
- Constant Field Values
-
SUSPECTED_CHARGEBACK_VALUE
public static final int SUSPECTED_CHARGEBACK_VALUE
The request matches behavioral characteristics of chargebacks for fraud.
SUSPECTED_CHARGEBACK = 7;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Assessment.ClassificationReason[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Assessment.ClassificationReason c : Assessment.ClassificationReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Assessment.ClassificationReason valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Assessment.ClassificationReason valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static Assessment.ClassificationReason forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Assessment.ClassificationReason> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Assessment.ClassificationReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-