Interface ScoreMetricsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ScoreMetrics, ScoreMetrics.Builder

    public interface ScoreMetricsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasOverallMetrics

        boolean hasOverallMetrics()
         Aggregated score metrics for all traffic.
         
        .google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
        Returns:
        Whether the overallMetrics field is set.
      • getOverallMetrics

        ScoreDistribution getOverallMetrics()
         Aggregated score metrics for all traffic.
         
        .google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
        Returns:
        The overallMetrics.
      • getOverallMetricsOrBuilder

        ScoreDistributionOrBuilder getOverallMetricsOrBuilder()
         Aggregated score metrics for all traffic.
         
        .google.cloud.recaptchaenterprise.v1.ScoreDistribution overall_metrics = 1;
      • getActionMetricsCount

        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.
         
        map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
      • containsActionMetrics

        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.
         
        map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
      • getActionMetricsMap

        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.
         
        map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
      • getActionMetricsOrDefault

        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.
         
        map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;
      • getActionMetricsOrThrow

        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.
         
        map<string, .google.cloud.recaptchaenterprise.v1.ScoreDistribution> action_metrics = 2;