Package prometheus
Interface PrometheusRemote.ReadResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusRemote.ReadResponse,PrometheusRemote.ReadResponse.Builder
- Enclosing class:
- PrometheusRemote
public static interface PrometheusRemote.ReadResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrometheusRemote.QueryResultgetResults(int index)In same order as the request's queries.intgetResultsCount()In same order as the request's queries.List<PrometheusRemote.QueryResult>getResultsList()In same order as the request's queries.PrometheusRemote.QueryResultOrBuildergetResultsOrBuilder(int index)In same order as the request's queries.List<? extends PrometheusRemote.QueryResultOrBuilder>getResultsOrBuilderList()In same order as the request's queries.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResultsList
List<PrometheusRemote.QueryResult> getResultsList()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-
getResults
PrometheusRemote.QueryResult getResults(int index)
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-
getResultsCount
int getResultsCount()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-
getResultsOrBuilderList
List<? extends PrometheusRemote.QueryResultOrBuilder> getResultsOrBuilderList()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-
getResultsOrBuilder
PrometheusRemote.QueryResultOrBuilder getResultsOrBuilder(int index)
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-
-