Uses of Class
com.google.recaptchaenterprise.v1beta1.Assessment.ClassificationReason
-
Packages that use Assessment.ClassificationReason Package Description com.google.recaptchaenterprise.v1beta1 -
-
Uses of Assessment.ClassificationReason in com.google.recaptchaenterprise.v1beta1
Methods in com.google.recaptchaenterprise.v1beta1 that return Assessment.ClassificationReason Modifier and Type Method Description static Assessment.ClassificationReason
Assessment.ClassificationReason. forNumber(int value)
Assessment.ClassificationReason
Assessment.Builder. getReasons(int index)
Output only.Assessment.ClassificationReason
Assessment. getReasons(int index)
Output only.Assessment.ClassificationReason
AssessmentOrBuilder. getReasons(int index)
Output only.static Assessment.ClassificationReason
Assessment.ClassificationReason. valueOf(int value)
Deprecated.static Assessment.ClassificationReason
Assessment.ClassificationReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Assessment.ClassificationReason
Assessment.ClassificationReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static Assessment.ClassificationReason[]
Assessment.ClassificationReason. 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 Assessment.ClassificationReason Modifier and Type Method Description List<Assessment.ClassificationReason>
Assessment.Builder. getReasonsList()
Output only.List<Assessment.ClassificationReason>
Assessment. getReasonsList()
Output only.List<Assessment.ClassificationReason>
AssessmentOrBuilder. getReasonsList()
Output only.static com.google.protobuf.Internal.EnumLiteMap<Assessment.ClassificationReason>
Assessment.ClassificationReason. internalGetValueMap()
Methods in com.google.recaptchaenterprise.v1beta1 with parameters of type Assessment.ClassificationReason Modifier and Type Method Description Assessment.Builder
Assessment.Builder. addReasons(Assessment.ClassificationReason value)
Output only.Assessment.Builder
Assessment.Builder. setReasons(int index, Assessment.ClassificationReason value)
Output only.Method parameters in com.google.recaptchaenterprise.v1beta1 with type arguments of type Assessment.ClassificationReason Modifier and Type Method Description Assessment.Builder
Assessment.Builder. addAllReasons(Iterable<? extends Assessment.ClassificationReason> values)
Output only.
-