public interface RiskAnalysisOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RiskAnalysis.Challenge |
getChallenge()
Output only.
|
int |
getChallengeValue()
Output only.
|
String |
getExtendedVerdictReasons(int index)
Output only.
|
com.google.protobuf.ByteString |
getExtendedVerdictReasonsBytes(int index)
Output only.
|
int |
getExtendedVerdictReasonsCount()
Output only.
|
List<String> |
getExtendedVerdictReasonsList()
Output only.
|
RiskAnalysis.ClassificationReason |
getReasons(int index)
Output only.
|
int |
getReasonsCount()
Output only.
|
List<RiskAnalysis.ClassificationReason> |
getReasonsList()
Output only.
|
int |
getReasonsValue(int index)
Output only.
|
List<Integer> |
getReasonsValueList()
Output only.
|
float |
getScore()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getScore()
Output only. 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 [(.google.api.field_behavior) = OUTPUT_ONLY];List<RiskAnalysis.ClassificationReason> getReasonsList()
Output only. Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getReasonsCount()
Output only. Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
RiskAnalysis.ClassificationReason getReasons(int index)
Output only. Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.List<Integer> getReasonsValueList()
Output only. Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getReasonsValue(int index)
Output only. Reasons contributing to the risk analysis verdict.
repeated .google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason reasons = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.List<String> getExtendedVerdictReasonsList()
Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getExtendedVerdictReasonsCount()
Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getExtendedVerdictReasons(int index)
Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getExtendedVerdictReasonsBytes(int index)
Output only. Extended verdict reasons to be used for experimentation only. The set of possible reasons is subject to change.
repeated string extended_verdict_reasons = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.int getChallengeValue()
Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
.google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge challenge = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
RiskAnalysis.Challenge getChallenge()
Output only. Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
.google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge challenge = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.