reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics (v0.21.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics.

Metrics related to challenges.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#failed_count

def failed_count() -> ::Integer
Returns
  • (::Integer) — Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.

#failed_count=

def failed_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.
Returns
  • (::Integer) — Count of submitted challenge solutions that were incorrect or otherwise deemed suspicious such that a subsequent challenge was triggered.

#nocaptcha_count

def nocaptcha_count() -> ::Integer
Returns
  • (::Integer) — Count of nocaptchas (successful verification without a challenge) issued.

#nocaptcha_count=

def nocaptcha_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of nocaptchas (successful verification without a challenge) issued.
Returns
  • (::Integer) — Count of nocaptchas (successful verification without a challenge) issued.

#pageload_count

def pageload_count() -> ::Integer
Returns
  • (::Integer) — Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.

#pageload_count=

def pageload_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.
Returns
  • (::Integer) — Count of reCAPTCHA checkboxes or badges rendered. This is mostly equivalent to a count of pageloads for pages that include reCAPTCHA.

#passed_count

def passed_count() -> ::Integer
Returns
  • (::Integer) — Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.

#passed_count=

def passed_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.
Returns
  • (::Integer) — Count of nocaptchas (successful verification without a challenge) plus submitted challenge solutions that were correct and resulted in verification.