public sealed class Metrics : IMessage<Metrics>, IEquatable<Metrics>, IDeepCloneable<Metrics>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Metrics.
Metrics for a single Key.
Implements
IMessage<Metrics>, IEquatable<Metrics>, IDeepCloneable<Metrics>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
Metrics()
public Metrics()Metrics(Metrics)
public Metrics(Metrics other)| Parameter | |
|---|---|
| Name | Description |
other |
Metrics |
Properties
ChallengeMetrics
public RepeatedField<ChallengeMetrics> ChallengeMetrics { get; }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.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ChallengeMetrics> |
|
MetricsName
public MetricsName MetricsName { get; set; }MetricsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
MetricsName |
|
Name
public string Name { get; set; }Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ScoreMetrics
public RepeatedField<ScoreMetrics> ScoreMetrics { get; }Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ScoreMetrics> |
|
StartTime
public Timestamp StartTime { get; set; }Inclusive start time aligned to a day (UTC).
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|