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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Types.Chunk.Encoding getType().prometheus.Chunk.Encoding type = 3;- Returns:
- The type.
-
getData
com.google.protobuf.ByteString getData()bytes data = 4;- Returns:
- The data.
-