Metrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metrics for a single Key.
Attributes |
|
---|---|
Name | Description |
name |
str
Output only. Identifier. The name of the metrics, in the format projects/{project}/keys/{key}/metrics .
|
start_time |
google.protobuf.timestamp_pb2.Timestamp
Inclusive start time aligned to a day (UTC). |
score_metrics |
MutableSequence[google.cloud.recaptchaenterprise_v1.types.ScoreMetrics]
Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data. |
challenge_metrics |
MutableSequence[google.cloud.recaptchaenterprise_v1.types.ChallengeMetrics]
Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data. |