public static enum AccountVerificationInfo.Result extends Enum<AccountVerificationInfo.Result> implements com.google.protobuf.ProtocolMessageEnum
Result of the account verification as contained in the verdict token issued at the end of the verification flow.Protobuf enum
google.cloud.recaptchaenterprise.v1.AccountVerificationInfo.Result| Enum Constant and Description |
|---|
ERROR_CRITICAL_INTERNAL
The verification flow could not be completed due to a critical internal
error.
|
ERROR_CUSTOMER_QUOTA_EXHAUSTED
The client has exceeded their two factor request quota for this period of
time.
|
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED
The recipient has already been sent too many verification codes in a
short amount of time.
|
ERROR_RECIPIENT_NOT_ALLOWED
The recipient is not allowed for account verification.
|
ERROR_SITE_ONBOARDING_INCOMPLETE
The site is not properly onboarded to use the account verification
feature.
|
ERROR_USER_NOT_VERIFIED
The user failed the verification challenge.
|
ERROR_VERDICT_MISMATCH
The request parameters do not match with the token provided and cannot be
processed.
|
ERROR_VERIFICATION_BYPASSED
The request cannot be processed at the time because of an incident.
|
RESULT_UNSPECIFIED
No information about the latest account verification.
|
SUCCESS_USER_VERIFIED
The user was successfully verified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_CRITICAL_INTERNAL_VALUE
The verification flow could not be completed due to a critical internal
error.
|
static int |
ERROR_CUSTOMER_QUOTA_EXHAUSTED_VALUE
The client has exceeded their two factor request quota for this period of
time.
|
static int |
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED_VALUE
The recipient has already been sent too many verification codes in a
short amount of time.
|
static int |
ERROR_RECIPIENT_NOT_ALLOWED_VALUE
The recipient is not allowed for account verification.
|
static int |
ERROR_SITE_ONBOARDING_INCOMPLETE_VALUE
The site is not properly onboarded to use the account verification
feature.
|
static int |
ERROR_USER_NOT_VERIFIED_VALUE
The user failed the verification challenge.
|
static int |
ERROR_VERDICT_MISMATCH_VALUE
The request parameters do not match with the token provided and cannot be
processed.
|
static int |
ERROR_VERIFICATION_BYPASSED_VALUE
The request cannot be processed at the time because of an incident.
|
static int |
RESULT_UNSPECIFIED_VALUE
No information about the latest account verification.
|
static int |
SUCCESS_USER_VERIFIED_VALUE
The user was successfully verified.
|
| Modifier and Type | Method and Description |
|---|---|
static AccountVerificationInfo.Result |
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<AccountVerificationInfo.Result> |
internalGetValueMap() |
static AccountVerificationInfo.Result |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AccountVerificationInfo.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AccountVerificationInfo.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountVerificationInfo.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccountVerificationInfo.Result RESULT_UNSPECIFIED
No information about the latest account verification.
RESULT_UNSPECIFIED = 0;public static final AccountVerificationInfo.Result SUCCESS_USER_VERIFIED
The user was successfully verified. This means the account verification challenge was successfully completed.
SUCCESS_USER_VERIFIED = 1;public static final AccountVerificationInfo.Result ERROR_USER_NOT_VERIFIED
The user failed the verification challenge.
ERROR_USER_NOT_VERIFIED = 2;public static final AccountVerificationInfo.Result ERROR_SITE_ONBOARDING_INCOMPLETE
The site is not properly onboarded to use the account verification feature.
ERROR_SITE_ONBOARDING_INCOMPLETE = 3;public static final AccountVerificationInfo.Result ERROR_RECIPIENT_NOT_ALLOWED
The recipient is not allowed for account verification. This can occur during integration but should not occur in production.
ERROR_RECIPIENT_NOT_ALLOWED = 4;public static final AccountVerificationInfo.Result ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED
The recipient has already been sent too many verification codes in a short amount of time.
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED = 5;public static final AccountVerificationInfo.Result ERROR_CRITICAL_INTERNAL
The verification flow could not be completed due to a critical internal error.
ERROR_CRITICAL_INTERNAL = 6;public static final AccountVerificationInfo.Result ERROR_CUSTOMER_QUOTA_EXHAUSTED
The client has exceeded their two factor request quota for this period of time.
ERROR_CUSTOMER_QUOTA_EXHAUSTED = 7;public static final AccountVerificationInfo.Result ERROR_VERIFICATION_BYPASSED
The request cannot be processed at the time because of an incident. This bypass can be restricted to a problematic destination email domain, a customer, or could affect the entire service.
ERROR_VERIFICATION_BYPASSED = 8;public static final AccountVerificationInfo.Result ERROR_VERDICT_MISMATCH
The request parameters do not match with the token provided and cannot be processed.
ERROR_VERDICT_MISMATCH = 9;public static final AccountVerificationInfo.Result UNRECOGNIZED
public static final int RESULT_UNSPECIFIED_VALUE
No information about the latest account verification.
RESULT_UNSPECIFIED = 0;public static final int SUCCESS_USER_VERIFIED_VALUE
The user was successfully verified. This means the account verification challenge was successfully completed.
SUCCESS_USER_VERIFIED = 1;public static final int ERROR_USER_NOT_VERIFIED_VALUE
The user failed the verification challenge.
ERROR_USER_NOT_VERIFIED = 2;public static final int ERROR_SITE_ONBOARDING_INCOMPLETE_VALUE
The site is not properly onboarded to use the account verification feature.
ERROR_SITE_ONBOARDING_INCOMPLETE = 3;public static final int ERROR_RECIPIENT_NOT_ALLOWED_VALUE
The recipient is not allowed for account verification. This can occur during integration but should not occur in production.
ERROR_RECIPIENT_NOT_ALLOWED = 4;public static final int ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED_VALUE
The recipient has already been sent too many verification codes in a short amount of time.
ERROR_RECIPIENT_ABUSE_LIMIT_EXHAUSTED = 5;public static final int ERROR_CRITICAL_INTERNAL_VALUE
The verification flow could not be completed due to a critical internal error.
ERROR_CRITICAL_INTERNAL = 6;public static final int ERROR_CUSTOMER_QUOTA_EXHAUSTED_VALUE
The client has exceeded their two factor request quota for this period of time.
ERROR_CUSTOMER_QUOTA_EXHAUSTED = 7;public static final int ERROR_VERIFICATION_BYPASSED_VALUE
The request cannot be processed at the time because of an incident. This bypass can be restricted to a problematic destination email domain, a customer, or could affect the entire service.
ERROR_VERIFICATION_BYPASSED = 8;public static final int ERROR_VERDICT_MISMATCH_VALUE
The request parameters do not match with the token provided and cannot be processed.
ERROR_VERDICT_MISMATCH = 9;public static AccountVerificationInfo.Result[] values()
for (AccountVerificationInfo.Result c : AccountVerificationInfo.Result.values()) System.out.println(c);
public static AccountVerificationInfo.Result 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 AccountVerificationInfo.Result valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AccountVerificationInfo.Result forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AccountVerificationInfo.Result> 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 AccountVerificationInfo.Result valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.