public sealed class ScoreMetrics : IMessage<ScoreMetrics>, IEquatable<ScoreMetrics>, IDeepCloneable<ScoreMetrics>, IBufferMessage, IMessage
Metrics related to scoring.
Implements
IMessage<ScoreMetrics>, IEquatable<ScoreMetrics>, IDeepCloneable<ScoreMetrics>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ScoreMetrics()
public ScoreMetrics()
ScoreMetrics(ScoreMetrics)
public ScoreMetrics(ScoreMetrics other)
Parameter | |
---|---|
Name | Description |
other | ScoreMetrics |
Properties
ActionMetrics
public MapField<string, ScoreDistribution> ActionMetrics { get; }
Action-based metrics. The map key is the action name which specified by the site owners at time of the "execute" client-side call. Populated only for SCORE keys.
Property Value | |
---|---|
Type | Description |
MapField<String, ScoreDistribution> |
OverallMetrics
public ScoreDistribution OverallMetrics { get; set; }
Aggregated score metrics for all traffic.
Property Value | |
---|---|
Type | Description |
ScoreDistribution |