Package prometheus
Interface PrometheusTypes.ChunkedSeriesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusTypes.ChunkedSeries,PrometheusTypes.ChunkedSeries.Builder
- Enclosing class:
- PrometheusTypes
public static interface PrometheusTypes.ChunkedSeriesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrometheusTypes.ChunkgetChunks(int index)Chunks will be in start time order and may overlap.intgetChunksCount()Chunks will be in start time order and may overlap.List<PrometheusTypes.Chunk>getChunksList()Chunks will be in start time order and may overlap.PrometheusTypes.ChunkOrBuildergetChunksOrBuilder(int index)Chunks will be in start time order and may overlap.List<? extends PrometheusTypes.ChunkOrBuilder>getChunksOrBuilderList()Chunks will be in start time order and may overlap.PrometheusTypes.LabelgetLabels(int index)Labels should be sorted.intgetLabelsCount()Labels should be sorted.List<PrometheusTypes.Label>getLabelsList()Labels should be sorted.PrometheusTypes.LabelOrBuildergetLabelsOrBuilder(int index)Labels should be sorted.List<? extends PrometheusTypes.LabelOrBuilder>getLabelsOrBuilderList()Labels should be sorted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsList
List<PrometheusTypes.Label> getLabelsList()
Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabels
PrometheusTypes.Label getLabels(int index)
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 PrometheusTypes.LabelOrBuilder> getLabelsOrBuilderList()
Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getLabelsOrBuilder
PrometheusTypes.LabelOrBuilder getLabelsOrBuilder(int index)
Labels should be sorted.
repeated .prometheus.Label labels = 1 [(.gogoproto.nullable) = false];
-
getChunksList
List<PrometheusTypes.Chunk> getChunksList()
Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false];
-
getChunks
PrometheusTypes.Chunk getChunks(int index)
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 PrometheusTypes.ChunkOrBuilder> getChunksOrBuilderList()
Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false];
-
getChunksOrBuilder
PrometheusTypes.ChunkOrBuilder getChunksOrBuilder(int index)
Chunks will be in start time order and may overlap.
repeated .prometheus.Chunk chunks = 2 [(.gogoproto.nullable) = false];
-
-