Package prometheus
Interface PrometheusTypes.ChunkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.Chunk,PrometheusTypes.Chunk.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.ChunkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetData()bytes data = 4;longgetMaxTimeMs()int64 max_time_ms = 2;longgetMinTimeMs()int64 min_time_ms = 1;PrometheusTypes.Chunk.EncodinggetType().prometheus.Chunk.Encoding type = 3;intgetTypeValue().prometheus.Chunk.Encoding type = 3;-
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;
-
getType
PrometheusTypes.Chunk.Encoding getType()
.prometheus.Chunk.Encoding type = 3;
-
getData
com.google.protobuf.ByteString getData()
bytes data = 4;
-
-