Interface UnnamedEndpointLoadMetricStatsOrBuilder

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

public interface UnnamedEndpointLoadMetricStatsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Number of calls that finished and included this metric.
    double
    Sum of metric values across all calls that finished with this metric for load_reporting_interval.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getNumRequestsFinishedWithMetric

      long getNumRequestsFinishedWithMetric()
       Number of calls that finished and included this metric.
       
      uint64 num_requests_finished_with_metric = 1;
      Returns:
      The numRequestsFinishedWithMetric.
    • getTotalMetricValue

      double getTotalMetricValue()
       Sum of metric values across all calls that finished with this metric for
       load_reporting_interval.
       
      double total_metric_value = 2;
      Returns:
      The totalMetricValue.