Uses of Interface
prometheus.PrometheusRemote.QueryResultOrBuilder
-
Packages that use PrometheusRemote.QueryResultOrBuilder Package Description prometheus -
-
Uses of PrometheusRemote.QueryResultOrBuilder in prometheus
Classes in prometheus that implement PrometheusRemote.QueryResultOrBuilder Modifier and Type Class Description static classPrometheusRemote.QueryResultProtobuf typeprometheus.QueryResultstatic classPrometheusRemote.QueryResult.BuilderProtobuf typeprometheus.QueryResultMethods in prometheus that return PrometheusRemote.QueryResultOrBuilder Modifier and Type Method Description PrometheusRemote.QueryResultOrBuilderPrometheusRemote.ReadResponse.Builder. getResultsOrBuilder(int index)In same order as the request's queries.PrometheusRemote.QueryResultOrBuilderPrometheusRemote.ReadResponse. getResultsOrBuilder(int index)In same order as the request's queries.PrometheusRemote.QueryResultOrBuilderPrometheusRemote.ReadResponseOrBuilder. getResultsOrBuilder(int index)In same order as the request's queries.Methods in prometheus that return types with arguments of type PrometheusRemote.QueryResultOrBuilder Modifier and Type Method Description List<? extends PrometheusRemote.QueryResultOrBuilder>PrometheusRemote.ReadResponse.Builder. getResultsOrBuilderList()In same order as the request's queries.List<? extends PrometheusRemote.QueryResultOrBuilder>PrometheusRemote.ReadResponse. getResultsOrBuilderList()In same order as the request's queries.List<? extends PrometheusRemote.QueryResultOrBuilder>PrometheusRemote.ReadResponseOrBuilder. getResultsOrBuilderList()In same order as the request's queries.
-