public static enum RiskAnalysis.ClassificationReason extends Enum<RiskAnalysis.ClassificationReason> implements com.google.protobuf.ProtocolMessageEnum
Reasons contributing to the risk analysis verdict.Protobuf enum
google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason
Enum Constant and 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.
|
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 |
Modifier and Type | Field and 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
static RiskAnalysis.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<RiskAnalysis.ClassificationReason> |
internalGetValueMap() |
static RiskAnalysis.ClassificationReason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RiskAnalysis.ClassificationReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RiskAnalysis.ClassificationReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiskAnalysis.ClassificationReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RiskAnalysis.ClassificationReason CLASSIFICATION_REASON_UNSPECIFIED
Default unspecified type.
CLASSIFICATION_REASON_UNSPECIFIED = 0;
public static final RiskAnalysis.ClassificationReason AUTOMATION
Interactions matched the behavior of an automated agent.
AUTOMATION = 1;
public static final RiskAnalysis.ClassificationReason UNEXPECTED_ENVIRONMENT
The event originated from an illegitimate environment.
UNEXPECTED_ENVIRONMENT = 2;
public static final RiskAnalysis.ClassificationReason TOO_MUCH_TRAFFIC
Traffic volume from the event source is higher than normal.
TOO_MUCH_TRAFFIC = 3;
public static final RiskAnalysis.ClassificationReason UNEXPECTED_USAGE_PATTERNS
Interactions with the site were significantly different than expected patterns.
UNEXPECTED_USAGE_PATTERNS = 4;
public static final RiskAnalysis.ClassificationReason LOW_CONFIDENCE_SCORE
Too little traffic has been received from this site thus far to generate quality risk analysis.
LOW_CONFIDENCE_SCORE = 5;
public static final RiskAnalysis.ClassificationReason UNRECOGNIZED
public static final int CLASSIFICATION_REASON_UNSPECIFIED_VALUE
Default unspecified type.
CLASSIFICATION_REASON_UNSPECIFIED = 0;
public static final int AUTOMATION_VALUE
Interactions matched the behavior of an automated agent.
AUTOMATION = 1;
public static final int UNEXPECTED_ENVIRONMENT_VALUE
The event originated from an illegitimate environment.
UNEXPECTED_ENVIRONMENT = 2;
public static final int TOO_MUCH_TRAFFIC_VALUE
Traffic volume from the event source is higher than normal.
TOO_MUCH_TRAFFIC = 3;
public static final int UNEXPECTED_USAGE_PATTERNS_VALUE
Interactions with the site were significantly different than expected patterns.
UNEXPECTED_USAGE_PATTERNS = 4;
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;
public static RiskAnalysis.ClassificationReason[] values()
for (RiskAnalysis.ClassificationReason c : RiskAnalysis.ClassificationReason.values()) System.out.println(c);
public static RiskAnalysis.ClassificationReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static RiskAnalysis.ClassificationReason valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static RiskAnalysis.ClassificationReason forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RiskAnalysis.ClassificationReason> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RiskAnalysis.ClassificationReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.