Google Cloud reCAPTCHA Enterprise v1 API - Class Metrics (2.12.0)

public sealed class Metrics : IMessage<Metrics>, IEquatable<Metrics>, IDeepCloneable<Metrics>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class Metrics.

Metrics for a single Key.

Inheritance

object > Metrics

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

Metrics()

public Metrics()

Metrics(Metrics)

public Metrics(Metrics other)
Parameter
NameDescription
otherMetrics

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
TypeDescription
RepeatedFieldChallengeMetrics

MetricsName

public MetricsName MetricsName { get; set; }

MetricsName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedFieldScoreMetrics

StartTime

public Timestamp StartTime { get; set; }

Inclusive start time aligned to a day (UTC).

Property Value
TypeDescription
Timestamp