Package mdg.engine.proto
Interface Reports.FieldStatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.FieldStat,Reports.FieldStat.Builder
- Enclosing class:
- Reports
public static interface Reports.FieldStatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetCount()uint64 count = 5;longuint64 errors_count = 4;longgetLatencyCount(int index) Duration histogram; see docs/histograms.mdintDuration histogram; see docs/histograms.mdDuration histogram; see docs/histograms.mdgetName()deprecated; only set when stored in TypeStat.fieldcom.google.protobuf.ByteStringdeprecated; only set when stored in TypeStat.fieldlonguint64 requests_with_errors_count = 6;required; eg "String!" for User.email:String!com.google.protobuf.ByteStringrequired; eg "String!" for User.email:String!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
-
getName
String getName()deprecated; only set when stored in TypeStat.field
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()deprecated; only set when stored in TypeStat.field
string name = 2;- Returns:
- The bytes for name.
-
getReturnType
String getReturnType()required; eg "String!" for User.email:String!
string return_type = 3;- Returns:
- The returnType.
-
getReturnTypeBytes
com.google.protobuf.ByteString getReturnTypeBytes()required; eg "String!" for User.email:String!
string return_type = 3;- Returns:
- The bytes for returnType.
-
getErrorsCount
long getErrorsCount()uint64 errors_count = 4;- Returns:
- The errorsCount.
-
getCount
long getCount()uint64 count = 5;- Returns:
- The count.
-
getRequestsWithErrorsCount
long getRequestsWithErrorsCount()uint64 requests_with_errors_count = 6;- Returns:
- The requestsWithErrorsCount.
-
getLatencyCountList
Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;- Returns:
- A list containing the latencyCount.
-
getLatencyCountCount
int getLatencyCountCount()Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;- Returns:
- The count of latencyCount.
-
getLatencyCount
long getLatencyCount(int index) Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;- Parameters:
index- The index of the element to return.- Returns:
- The latencyCount at the given index.
-