Uses of Class
com.google.recaptchaenterprise.v1beta1.TokenProperties.InvalidReason
-
Packages that use TokenProperties.InvalidReason Package Description com.google.recaptchaenterprise.v1beta1 -
-
Uses of TokenProperties.InvalidReason in com.google.recaptchaenterprise.v1beta1
Methods in com.google.recaptchaenterprise.v1beta1 that return TokenProperties.InvalidReason Modifier and Type Method Description static TokenProperties.InvalidReason
TokenProperties.InvalidReason. forNumber(int value)
TokenProperties.InvalidReason
TokenProperties.Builder. getInvalidReason()
Reason associated with the response when valid = false.TokenProperties.InvalidReason
TokenProperties. getInvalidReason()
Reason associated with the response when valid = false.TokenProperties.InvalidReason
TokenPropertiesOrBuilder. getInvalidReason()
Reason associated with the response when valid = false.static TokenProperties.InvalidReason
TokenProperties.InvalidReason. valueOf(int value)
Deprecated.static TokenProperties.InvalidReason
TokenProperties.InvalidReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static TokenProperties.InvalidReason
TokenProperties.InvalidReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenProperties.InvalidReason[]
TokenProperties.InvalidReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.recaptchaenterprise.v1beta1 that return types with arguments of type TokenProperties.InvalidReason Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<TokenProperties.InvalidReason>
TokenProperties.InvalidReason. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1beta1 with parameters of type TokenProperties.InvalidReason Modifier and Type Method Description TokenProperties.Builder
TokenProperties.Builder. setInvalidReason(TokenProperties.InvalidReason value)
Reason associated with the response when valid = false.
-