Interface CategoryStats.SingleCategoryStatsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount()
      The number of occurrences of this value in the series.
      String getValue()
      The CATEGORY value.
      com.google.protobuf.ByteString getValueBytes()
      The CATEGORY value.
      • 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 Detail

      • getValue

        String getValue()
         The CATEGORY value.
         
        string value = 1;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
         The CATEGORY value.
         
        string value = 1;
        Returns:
        The bytes for value.
      • getCount

        long getCount()
         The number of occurrences of this value in the series.
         
        int64 count = 2;
        Returns:
        The count.