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.ResultAccountVerificationInfo.Result. forNumber(int value)AccountVerificationInfo.ResultAccountVerificationInfo.Builder. getLatestVerificationResult()Output only.AccountVerificationInfo.ResultAccountVerificationInfo. getLatestVerificationResult()Output only.AccountVerificationInfo.ResultAccountVerificationInfoOrBuilder. getLatestVerificationResult()Output only.static AccountVerificationInfo.ResultAccountVerificationInfo.Result. valueOf(int value)Deprecated.static AccountVerificationInfo.ResultAccountVerificationInfo.Result. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AccountVerificationInfo.ResultAccountVerificationInfo.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.BuilderAccountVerificationInfo.Builder. setLatestVerificationResult(AccountVerificationInfo.Result value)Output only.
-