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.ClassificationReasonAssessment.ClassificationReason. forNumber(int value)Assessment.ClassificationReasonAssessment.Builder. getReasons(int index)Output only.Assessment.ClassificationReasonAssessment. getReasons(int index)Output only.Assessment.ClassificationReasonAssessmentOrBuilder. getReasons(int index)Output only.static Assessment.ClassificationReasonAssessment.ClassificationReason. valueOf(int value)Deprecated.static Assessment.ClassificationReasonAssessment.ClassificationReason. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Assessment.ClassificationReasonAssessment.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.BuilderAssessment.Builder. addReasons(Assessment.ClassificationReason value)Output only.Assessment.BuilderAssessment.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.BuilderAssessment.Builder. addAllReasons(Iterable<? extends Assessment.ClassificationReason> values)Output only.
-