Package prometheus
Interface Remote.ReadResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Remote.ReadResponse,Remote.ReadResponse.Builder
- Enclosing class:
- Remote
public static interface Remote.ReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResults(int index) In same order as the request's queries.intIn same order as the request's queries.In same order as the request's queries.getResultsOrBuilder(int index) In same order as the request's queries.List<? extends Remote.QueryResultOrBuilder>In same order as the request's queries.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
-
getResultsList
List<Remote.QueryResult> getResultsList()In same order as the request's queries.
repeated .prometheus.QueryResult results = 1; -
getResults
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 Remote.QueryResultOrBuilder> getResultsOrBuilderList()In same order as the request's queries.
repeated .prometheus.QueryResult results = 1; -
getResultsOrBuilder
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;
-