Package prometheus
Interface Types.ChunkedSeriesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Types.ChunkedSeries,Types.ChunkedSeries.Builder
- Enclosing class:
- Types
public static interface Types.ChunkedSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChunks(int index) Chunks will be in start time order and may overlap.intChunks will be in start time order and may overlap.Chunks will be in start time order and may overlap.getChunksOrBuilder(int index) Chunks will be in start time order and may overlap.List<? extends Types.ChunkOrBuilder>Chunks will be in start time order and may overlap.getLabels(int index) Labels should be sorted.intLabels should be sorted.Labels should be sorted.getLabelsOrBuilder(int index) Labels should be sorted.List<? extends Types.LabelOrBuilder>Labels should be sorted.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
-
getLabelsList
List<Types.Label> getLabelsList()Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false]; -
getLabels
Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false]; -
getLabelsCount
int getLabelsCount()Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false]; -
getLabelsOrBuilderList
List<? extends Types.LabelOrBuilder> getLabelsOrBuilderList()Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false]; -
getLabelsOrBuilder
Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false]; -
getChunksList
List<Types.Chunk> getChunksList()Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false]; -
getChunks
Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false]; -
getChunksCount
int getChunksCount()Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false]; -
getChunksOrBuilderList
List<? extends Types.ChunkOrBuilder> getChunksOrBuilderList()Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false]; -
getChunksOrBuilder
Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false];
-