Enum AccountDefenderAssessment.AccountDefenderLabel
- java.lang.Object
-
- java.lang.Enum<AccountDefenderAssessment.AccountDefenderLabel>
-
- com.google.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<AccountDefenderAssessment.AccountDefenderLabel>
- Enclosing class:
- AccountDefenderAssessment
public static enum AccountDefenderAssessment.AccountDefenderLabel extends Enum<AccountDefenderAssessment.AccountDefenderLabel> implements com.google.protobuf.ProtocolMessageEnum
Labels returned by account defender for this request.
Protobuf enumgoogle.cloud.recaptchaenterprise.v1.AccountDefenderAssessment.AccountDefenderLabel
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNT_DEFENDER_LABEL_UNSPECIFIED
Default unspecified type.PROFILE_MATCH
The request matches a known good profile for the user.RELATED_ACCOUNTS_NUMBER_HIGH
The account in the request has a high number of related accounts.SUSPICIOUS_ACCOUNT_CREATION
The request matched a profile that previously had suspicious account creation behavior.SUSPICIOUS_LOGIN_ACTIVITY
The request is potentially a suspicious login event and must be further verified either through multi-factor authentication or another system.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE
Default unspecified type.static int
PROFILE_MATCH_VALUE
The request matches a known good profile for the user.static int
RELATED_ACCOUNTS_NUMBER_HIGH_VALUE
The account in the request has a high number of related accounts.static int
SUSPICIOUS_ACCOUNT_CREATION_VALUE
The request matched a profile that previously had suspicious account creation behavior.static int
SUSPICIOUS_LOGIN_ACTIVITY_VALUE
The request is potentially a suspicious login event and must be further verified either through multi-factor authentication or another system.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AccountDefenderAssessment.AccountDefenderLabel
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<AccountDefenderAssessment.AccountDefenderLabel>
internalGetValueMap()
static AccountDefenderAssessment.AccountDefenderLabel
valueOf(int value)
Deprecated.static AccountDefenderAssessment.AccountDefenderLabel
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AccountDefenderAssessment.AccountDefenderLabel
valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountDefenderAssessment.AccountDefenderLabel[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED
public static final AccountDefenderAssessment.AccountDefenderLabel ACCOUNT_DEFENDER_LABEL_UNSPECIFIED
Default unspecified type.
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;
-
PROFILE_MATCH
public static final AccountDefenderAssessment.AccountDefenderLabel PROFILE_MATCH
The request matches a known good profile for the user.
PROFILE_MATCH = 1;
-
SUSPICIOUS_LOGIN_ACTIVITY
public static final AccountDefenderAssessment.AccountDefenderLabel SUSPICIOUS_LOGIN_ACTIVITY
The request is potentially a suspicious login event and must be further verified either through multi-factor authentication or another system.
SUSPICIOUS_LOGIN_ACTIVITY = 2;
-
SUSPICIOUS_ACCOUNT_CREATION
public static final AccountDefenderAssessment.AccountDefenderLabel SUSPICIOUS_ACCOUNT_CREATION
The request matched a profile that previously had suspicious account creation behavior. This can mean that this is a fake account.
SUSPICIOUS_ACCOUNT_CREATION = 3;
-
RELATED_ACCOUNTS_NUMBER_HIGH
public static final AccountDefenderAssessment.AccountDefenderLabel RELATED_ACCOUNTS_NUMBER_HIGH
The account in the request has a high number of related accounts. It does not necessarily imply that the account is bad but can require further investigation.
RELATED_ACCOUNTS_NUMBER_HIGH = 4;
-
UNRECOGNIZED
public static final AccountDefenderAssessment.AccountDefenderLabel UNRECOGNIZED
-
-
Field Detail
-
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE
public static final int ACCOUNT_DEFENDER_LABEL_UNSPECIFIED_VALUE
Default unspecified type.
ACCOUNT_DEFENDER_LABEL_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
PROFILE_MATCH_VALUE
public static final int PROFILE_MATCH_VALUE
The request matches a known good profile for the user.
PROFILE_MATCH = 1;
- See Also:
- Constant Field Values
-
SUSPICIOUS_LOGIN_ACTIVITY_VALUE
public static final int SUSPICIOUS_LOGIN_ACTIVITY_VALUE
The request is potentially a suspicious login event and must be further verified either through multi-factor authentication or another system.
SUSPICIOUS_LOGIN_ACTIVITY = 2;
- See Also:
- Constant Field Values
-
SUSPICIOUS_ACCOUNT_CREATION_VALUE
public static final int SUSPICIOUS_ACCOUNT_CREATION_VALUE
The request matched a profile that previously had suspicious account creation behavior. This can mean that this is a fake account.
SUSPICIOUS_ACCOUNT_CREATION = 3;
- See Also:
- Constant Field Values
-
RELATED_ACCOUNTS_NUMBER_HIGH_VALUE
public static final int RELATED_ACCOUNTS_NUMBER_HIGH_VALUE
The account in the request has a high number of related accounts. It does not necessarily imply that the account is bad but can require further investigation.
RELATED_ACCOUNTS_NUMBER_HIGH = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AccountDefenderAssessment.AccountDefenderLabel[] 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 (AccountDefenderAssessment.AccountDefenderLabel c : AccountDefenderAssessment.AccountDefenderLabel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AccountDefenderAssessment.AccountDefenderLabel 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 AccountDefenderAssessment.AccountDefenderLabel 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 AccountDefenderAssessment.AccountDefenderLabel 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<AccountDefenderAssessment.AccountDefenderLabel> 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 AccountDefenderAssessment.AccountDefenderLabel 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
-
-