Package prometheus
Interface Remote.ChunkedReadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Remote.ChunkedReadResponse,Remote.ChunkedReadResponse.Builder
- Enclosing class:
- Remote
public static interface Remote.ChunkedReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChunkedSeries(int index) repeated .prometheus.ChunkedSeries chunked_series = 1;intrepeated .prometheus.ChunkedSeries chunked_series = 1;repeated .prometheus.ChunkedSeries chunked_series = 1;getChunkedSeriesOrBuilder(int index) repeated .prometheus.ChunkedSeries chunked_series = 1;List<? extends Types.ChunkedSeriesOrBuilder>repeated .prometheus.ChunkedSeries chunked_series = 1;longquery_index represents an index of the query from ReadRequest.queries these chunks relates to.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
-
getChunkedSeriesList
List<Types.ChunkedSeries> getChunkedSeriesList()repeated .prometheus.ChunkedSeries chunked_series = 1; -
getChunkedSeries
repeated .prometheus.ChunkedSeries chunked_series = 1; -
getChunkedSeriesCount
int getChunkedSeriesCount()repeated .prometheus.ChunkedSeries chunked_series = 1; -
getChunkedSeriesOrBuilderList
List<? extends Types.ChunkedSeriesOrBuilder> getChunkedSeriesOrBuilderList()repeated .prometheus.ChunkedSeries chunked_series = 1; -
getChunkedSeriesOrBuilder
repeated .prometheus.ChunkedSeries chunked_series = 1; -
getQueryIndex
long getQueryIndex()query_index represents an index of the query from ReadRequest.queries these chunks relates to.
int64 query_index = 2;- Returns:
- The queryIndex.
-