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.
Namespace
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 are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldChallengeMetrics |
|
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. Identifier. 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 are continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldScoreMetrics |
|
StartTime
public Timestamp StartTime { get; set; }Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|