public interface ScoreMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsActionMetrics(String key)
Action-based metrics.
|
Map<String,ScoreDistribution> |
getActionMetrics()
Deprecated.
|
int |
getActionMetricsCount()
Action-based metrics.
|
Map<String,ScoreDistribution> |
getActionMetricsMap()
Action-based metrics.
|
ScoreDistribution |
getActionMetricsOrDefault(String key,
ScoreDistribution defaultValue)
Action-based metrics.
|
ScoreDistribution |
getActionMetricsOrThrow(String key)
Action-based metrics.
|
ScoreDistribution |
getOverallMetrics()
Aggregated score metrics for all traffic.
|
ScoreDistributionOrBuilder |
getOverallMetricsOrBuilder()
Aggregated score metrics for all traffic.
|
boolean |
hasOverallMetrics()
Aggregated score metrics for all traffic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOverallMetrics()
Aggregated score metrics for all traffic.
.google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
ScoreDistribution getOverallMetrics()
Aggregated score metrics for all traffic.
.google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
ScoreDistributionOrBuilder getOverallMetricsOrBuilder()
Aggregated score metrics for all traffic.
.google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
int getActionMetricsCount()
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.
map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
boolean containsActionMetrics(String key)
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.
map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
@Deprecated Map<String,ScoreDistribution> getActionMetrics()
getActionMetricsMap()
instead.Map<String,ScoreDistribution> getActionMetricsMap()
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.
map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
ScoreDistribution getActionMetricsOrDefault(String key, ScoreDistribution defaultValue)
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.
map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
ScoreDistribution getActionMetricsOrThrow(String key)
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.
map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
Copyright © 2022 Google LLC. All rights reserved.