Class: Google::Cloud::RecaptchaEnterprise::V1::Metrics
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::Metrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Metrics for a single Key.
Instance Attribute Summary collapse
-
#challenge_metrics ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics>
Metrics are continuous and in order by dates, and in the granularity of day.
-
#name ⇒ ::String
readonly
Output only.
-
#score_metrics ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::ScoreMetrics>
Metrics are continuous and in order by dates, and in the granularity of day.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Inclusive start time aligned to a day (UTC).
Instance Attribute Details
#challenge_metrics ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::ChallengeMetrics>
Returns Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1260 class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. The name of the metrics, in the format
projects/{project}/keys/{key}/metrics
.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1260 class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score_metrics ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::ScoreMetrics>
Returns Metrics are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1260 class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Inclusive start time aligned to a day (UTC).
1260 1261 1262 1263 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1260 class Metrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |