Package prometheus

Interface Types.ChunkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Types.Chunk, Types.Chunk.Builder
Enclosing class:
Types

public static interface Types.ChunkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes data = 4;
    long
    int64 max_time_ms = 2;
    long
    int64 min_time_ms = 1;
    .prometheus.Chunk.Encoding type = 3;
    int
    .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 Details

    • getMinTimeMs

      long getMinTimeMs()
      int64 min_time_ms = 1;
      Returns:
      The minTimeMs.
    • getMaxTimeMs

      long getMaxTimeMs()
      int64 max_time_ms = 2;
      Returns:
      The maxTimeMs.
    • getTypeValue

      int getTypeValue()
      .prometheus.Chunk.Encoding type = 3;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .prometheus.Chunk.Encoding type = 3;
      Returns:
      The type.
    • getData

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