Class: Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Metrics related to challenges.

Instance Attribute Summary collapse

Instance Attribute Details

#failed_count::Integer

Returns 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.



1541
1542
1543
1544
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1541

class ChallengeMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#nocaptcha_count::Integer

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

Returns:

  • (::Integer)

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



1541
1542
1543
1544
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1541

class ChallengeMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pageload_count::Integer

Returns 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.



1541
1542
1543
1544
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1541

class ChallengeMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#passed_count::Integer

Returns 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.



1541
1542
1543
1544
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1541

class ChallengeMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end