public interface RiskAnalysisOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RiskAnalysis.ClassificationReason |
getReasons(int index)
Reasons contributing to the risk analysis verdict.
|
int |
getReasonsCount()
Reasons contributing to the risk analysis verdict.
|
List<RiskAnalysis.ClassificationReason> |
getReasonsList()
Reasons contributing to the risk analysis verdict.
|
int |
getReasonsValue(int index)
Reasons contributing to the risk analysis verdict.
|
List<Integer> |
getReasonsValueList()
Reasons contributing to the risk analysis verdict.
|
float |
getScore()
Legitimate event score from 0.0 to 1.0.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getScore()
Legitimate event score from 0.0 to 1.0. (1.0 means very likely legitimate traffic while 0.0 means very likely non-legitimate traffic).
float score = 1;List<RiskAnalysis.ClassificationReason> getReasonsList()
Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
int getReasonsCount()
Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
RiskAnalysis.ClassificationReason getReasons(int index)
Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
index - The index of the element to return.List<Integer> getReasonsValueList()
Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
int getReasonsValue(int index)
Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2;
index - The index of the value to return.Copyright © 2021 Google LLC. All rights reserved.