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

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

Metrics related to scoring.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#action_metrics

def action_metrics() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}) — Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.

#action_metrics=

def action_metrics=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}) — Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}) — Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.

#overall_metrics

def overall_metrics() -> ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
Returns

#overall_metrics=

def overall_metrics=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
Parameter
Returns