Metrics related to challenges.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ChallengeMetrics
Methods |
public __construct( $data = NULL) Constructor.
|
public getFailedCount() Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered. Generated from protobuf field int64 failed_count = 3;
|
public getNocaptchaCount() Count of nocaptchas (successful verification without a challenge) issued. Generated from protobuf field int64 nocaptcha_count = 2;
|
public getPageloadCount() Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA. Generated from protobuf field int64 pageload_count = 1;
|
public getPassedCount() Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification. Generated from protobuf field int64 passed_count = 4;
|
public setFailedCount( $var) Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered. Generated from protobuf field int64 failed_count = 3;
|
public setNocaptchaCount( $var) Count of nocaptchas (successful verification without a challenge) issued. Generated from protobuf field int64 nocaptcha_count = 2;
|
public setPageloadCount( $var) Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA. Generated from protobuf field int64 pageload_count = 1;
|
public setPassedCount( $var) Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification. Generated from protobuf field int64 passed_count = 4;
|
Properties |
protected $failed_count = 0 Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered. Generated from protobuf field int64 failed_count = 3; |
protected $nocaptcha_count = 0 Count of nocaptchas (successful verification without a challenge) issued. Generated from protobuf field int64 nocaptcha_count = 2; |
protected $pageload_count = 0 Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA. Generated from protobuf field int64 pageload_count = 1; |
protected $passed_count = 0 Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification. Generated from protobuf field int64 passed_count = 4; |
Methods |