Class: Google::Cloud::RecaptchaEnterprise::V1::ScoreMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::ScoreMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Metrics related to scoring.
Defined Under Namespace
Classes: ActionMetricsEntry
Instance Attribute Summary collapse
-
#action_metrics ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}
Action-based metrics.
-
#overall_metrics ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
Aggregated score metrics for all traffic.
Instance Attribute Details
#action_metrics ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution}
Returns Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call.
1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1510 class ScoreMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution] class ActionMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#overall_metrics ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution
Returns Aggregated score metrics for all traffic.
1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1510 class ScoreMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::RecaptchaEnterprise::V1::ScoreDistribution] class ActionMetricsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |