Package inference
Interface GrpcService.StatisticDurationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.StatisticDuration,GrpcService.StatisticDuration.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.StatisticDurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getCount
long getCount()@@ .. cpp:var:: uint64 count @@ @@ Cumulative number of times this metric occurred. @@
uint64 count = 1;- Returns:
- The count.
-
getNs
long getNs()@@ .. cpp:var:: uint64 total_time_ns @@ @@ Total collected duration of this metric in nanoseconds. @@
uint64 ns = 2;- Returns:
- The ns.
-