public static enum Assessment.ClassificationReason extends Enum<Assessment.ClassificationReason> implements com.google.protobuf.ProtocolMessageEnum
LINT.IfChange(classification_reason) Reasons contributing to the risk analysis verdict.Protobuf enum
google.cloud.recaptchaenterprise.v1beta1.Assessment.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 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Assessment.ClassificationReason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final Assessment.ClassificationReason CLASSIFICATION_REASON_UNSPECIFIED
Default unspecified type.
CLASSIFICATION_REASON_UNSPECIFIED = 0;public static final Assessment.ClassificationReason AUTOMATION
Interactions matched the behavior of an automated agent.
AUTOMATION = 1;public static final Assessment.ClassificationReason UNEXPECTED_ENVIRONMENT
The event originated from an illegitimate environment.
UNEXPECTED_ENVIRONMENT = 2;public static final Assessment.ClassificationReason TOO_MUCH_TRAFFIC
Traffic volume from the event source is higher than normal.
TOO_MUCH_TRAFFIC = 3;public static final Assessment.ClassificationReason UNEXPECTED_USAGE_PATTERNS
Interactions with the site were significantly different than expected patterns.
UNEXPECTED_USAGE_PATTERNS = 4;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;public static final Assessment.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 Assessment.ClassificationReason[] values()
for (Assessment.ClassificationReason c : Assessment.ClassificationReason.values()) System.out.println(c);
public static Assessment.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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Assessment.ClassificationReason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Assessment.ClassificationReason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Assessment.ClassificationReason> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Assessment.ClassificationReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 Google LLC. All rights reserved.