public interface ChallengeMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getFailedCount()
Count of submitted challenge solutions that were incorrect or otherwise
deemed suspicious such that a subsequent challenge was triggered.
|
long |
getNocaptchaCount()
Count of nocaptchas (successful verification without a challenge) issued.
|
long |
getPageloadCount()
Count of reCAPTCHA checkboxes or badges rendered.
|
long |
getPassedCount()
Count of nocaptchas (successful verification without a challenge) plus
submitted challenge solutions that were correct and resulted in
verification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPageloadCount()
Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
int64 pageload_count = 1;long getNocaptchaCount()
Count of nocaptchas (successful verification without a challenge) issued.
int64 nocaptcha_count = 2;long getFailedCount()
Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
int64 failed_count = 3;long getPassedCount()
Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
int64 passed_count = 4;Copyright © 2025 Google LLC. All rights reserved.