Interface ChallengeMetricsOrBuilder (3.13.0)

public interface ChallengeMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFailedCount()

public abstract 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;

Returns
TypeDescription
long

The failedCount.

getNocaptchaCount()

public abstract long getNocaptchaCount()

Count of nocaptchas (successful verification without a challenge) issued.

int64 nocaptcha_count = 2;

Returns
TypeDescription
long

The nocaptchaCount.

getPageloadCount()

public abstract long 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;

Returns
TypeDescription
long

The pageloadCount.

getPassedCount()

public abstract 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;

Returns
TypeDescription
long

The passedCount.