Package prometheus

Interface PrometheusTypes.ChunkOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      bytes data = 4;
      long getMaxTimeMs()
      int64 max_time_ms = 2;
      long getMinTimeMs()
      int64 min_time_ms = 1;
      PrometheusTypes.Chunk.Encoding getType()
      .prometheus.Chunk.Encoding type = 3;
      int getTypeValue()
      .prometheus.Chunk.Encoding type = 3;
      • 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

      • getMinTimeMs

        long getMinTimeMs()
        int64 min_time_ms = 1;
      • getMaxTimeMs

        long getMaxTimeMs()
        int64 max_time_ms = 2;
      • getTypeValue

        int getTypeValue()
        .prometheus.Chunk.Encoding type = 3;
      • getData

        com.google.protobuf.ByteString getData()
        bytes data = 4;