Metrics(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metrics for a single Key. .. attribute:: name
Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics".
:type: str
Attributes |
|
---|---|
Name | Description |
start_time |
google.protobuf.timestamp_pb2.Timestamp
Inclusive start time aligned to a day (UTC). |
score_metrics |
Sequence[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 |
Sequence[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. |