Uses of Class
com.google.recaptchaenterprise.v1.AccountVerificationInfo.Result
-
Packages that use AccountVerificationInfo.Result Package Description com.google.recaptchaenterprise.v1 -
-
Uses of AccountVerificationInfo.Result in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return AccountVerificationInfo.Result Modifier and Type Method Description static AccountVerificationInfo.Result
AccountVerificationInfo.Result. forNumber(int value)
AccountVerificationInfo.Result
AccountVerificationInfo.Builder. getLatestVerificationResult()
Output only.AccountVerificationInfo.Result
AccountVerificationInfo. getLatestVerificationResult()
Output only.AccountVerificationInfo.Result
AccountVerificationInfoOrBuilder. getLatestVerificationResult()
Output only.static AccountVerificationInfo.Result
AccountVerificationInfo.Result. valueOf(int value)
Deprecated.static AccountVerificationInfo.Result
AccountVerificationInfo.Result. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AccountVerificationInfo.Result
AccountVerificationInfo.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccountVerificationInfo.Result[]
AccountVerificationInfo.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type AccountVerificationInfo.Result Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AccountVerificationInfo.Result>
AccountVerificationInfo.Result. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1 with parameters of type AccountVerificationInfo.Result Modifier and Type Method Description AccountVerificationInfo.Builder
AccountVerificationInfo.Builder. setLatestVerificationResult(AccountVerificationInfo.Result value)
Output only.
-