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 Type
    Method
    Description
    long
    uint64 count = 5;
    long
    uint64 errors_count = 4;
    long
    getLatencyCount(int index)
    Duration histogram; see docs/histograms.md
    int
    Duration histogram; see docs/histograms.md
    Duration histogram; see docs/histograms.md
    deprecated; only set when stored in TypeStat.field
    com.google.protobuf.ByteString
    deprecated; only set when stored in TypeStat.field
    long
    uint64 requests_with_errors_count = 6;
    required; eg "String!" for User.email:String!
    com.google.protobuf.ByteString
    required; eg "String!" for User.email:String!

    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

    • 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

      List<Long> 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.