public static interface Prometheus.ReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Prometheus.QueryResult |
getResults(int index)
In same order as the request's queries.
|
int |
getResultsCount()
In same order as the request's queries.
|
List<Prometheus.QueryResult> |
getResultsList()
In same order as the request's queries.
|
Prometheus.QueryResultOrBuilder |
getResultsOrBuilder(int index)
In same order as the request's queries.
|
List<? extends Prometheus.QueryResultOrBuilder> |
getResultsOrBuilderList()
In same order as the request's queries.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Prometheus.QueryResult> getResultsList()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;Prometheus.QueryResult getResults(int index)
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;int getResultsCount()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;List<? extends Prometheus.QueryResultOrBuilder> getResultsOrBuilderList()
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;Prometheus.QueryResultOrBuilder getResultsOrBuilder(int index)
In same order as the request's queries.
repeated .prometheus.QueryResult results = 1;Copyright © 2016–2021. All rights reserved.