public static interface Reports.FieldStatOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
uint64 count = 5; |
long |
getErrorsCount()
uint64 errors_count = 4; |
long |
getLatencyCount(int index)
Duration histogram; see docs/histograms.md
|
int |
getLatencyCountCount()
Duration histogram; see docs/histograms.md
|
java.util.List<java.lang.Long> |
getLatencyCountList()
Duration histogram; see docs/histograms.md
|
java.lang.String |
getName()
deprecated; only set when stored in TypeStat.field
|
com.google.protobuf.ByteString |
getNameBytes()
deprecated; only set when stored in TypeStat.field
|
long |
getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 6; |
java.lang.String |
getReturnType()
required; eg "String!" for User.email:String!
|
com.google.protobuf.ByteString |
getReturnTypeBytes()
required; eg "String!" for User.email:String!
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
deprecated; only set when stored in TypeStat.field
string name = 2;com.google.protobuf.ByteString getNameBytes()
deprecated; only set when stored in TypeStat.field
string name = 2;java.lang.String getReturnType()
required; eg "String!" for User.email:String!
string return_type = 3;com.google.protobuf.ByteString getReturnTypeBytes()
required; eg "String!" for User.email:String!
string return_type = 3;long getErrorsCount()
uint64 errors_count = 4;long getCount()
uint64 count = 5;long getRequestsWithErrorsCount()
uint64 requests_with_errors_count = 6;java.util.List<java.lang.Long> getLatencyCountList()
Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;int getLatencyCountCount()
Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;long getLatencyCount(int index)
Duration histogram; see docs/histograms.md
repeated int64 latency_count = 8;index - The index of the element to return.