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 TypeMethodDescriptionlongNumber of calls that finished and included this metric.doubleSum of metric values across all calls that finished with this metric for load_reporting_interval.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-