Package prometheus
Interface PrometheusRemote.ReadRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusRemote.ReadRequest,PrometheusRemote.ReadRequest.Builder
- Enclosing class:
- PrometheusRemote
public static interface PrometheusRemote.ReadRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrometheusRemote.ReadRequest.ResponseTypegetAcceptedResponseTypes(int index)accepted_response_types allows negotiating the content type of the response.intgetAcceptedResponseTypesCount()accepted_response_types allows negotiating the content type of the response.List<PrometheusRemote.ReadRequest.ResponseType>getAcceptedResponseTypesList()accepted_response_types allows negotiating the content type of the response.intgetAcceptedResponseTypesValue(int index)accepted_response_types allows negotiating the content type of the response.List<Integer>getAcceptedResponseTypesValueList()accepted_response_types allows negotiating the content type of the response.PrometheusRemote.QuerygetQueries(int index)repeated .prometheus.Query queries = 1;intgetQueriesCount()repeated .prometheus.Query queries = 1;List<PrometheusRemote.Query>getQueriesList()repeated .prometheus.Query queries = 1;PrometheusRemote.QueryOrBuildergetQueriesOrBuilder(int index)repeated .prometheus.Query queries = 1;List<? extends PrometheusRemote.QueryOrBuilder>getQueriesOrBuilderList()repeated .prometheus.Query queries = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueriesList
List<PrometheusRemote.Query> getQueriesList()
repeated .prometheus.Query queries = 1;
-
getQueries
PrometheusRemote.Query getQueries(int index)
repeated .prometheus.Query queries = 1;
-
getQueriesCount
int getQueriesCount()
repeated .prometheus.Query queries = 1;
-
getQueriesOrBuilderList
List<? extends PrometheusRemote.QueryOrBuilder> getQueriesOrBuilderList()
repeated .prometheus.Query queries = 1;
-
getQueriesOrBuilder
PrometheusRemote.QueryOrBuilder getQueriesOrBuilder(int index)
repeated .prometheus.Query queries = 1;
-
getAcceptedResponseTypesList
List<PrometheusRemote.ReadRequest.ResponseType> getAcceptedResponseTypesList()
accepted_response_types allows negotiating the content type of the response. Response types are taken from the list in the FIFO order. If no response type in `accepted_response_types` is implemented by server, error is returned. For request that do not contain `accepted_response_types` field the SAMPLES response type will be used.
repeated .prometheus.ReadRequest.ResponseType accepted_response_types = 2;
-
getAcceptedResponseTypesCount
int getAcceptedResponseTypesCount()
accepted_response_types allows negotiating the content type of the response. Response types are taken from the list in the FIFO order. If no response type in `accepted_response_types` is implemented by server, error is returned. For request that do not contain `accepted_response_types` field the SAMPLES response type will be used.
repeated .prometheus.ReadRequest.ResponseType accepted_response_types = 2;
-
getAcceptedResponseTypes
PrometheusRemote.ReadRequest.ResponseType getAcceptedResponseTypes(int index)
accepted_response_types allows negotiating the content type of the response. Response types are taken from the list in the FIFO order. If no response type in `accepted_response_types` is implemented by server, error is returned. For request that do not contain `accepted_response_types` field the SAMPLES response type will be used.
repeated .prometheus.ReadRequest.ResponseType accepted_response_types = 2;
-
getAcceptedResponseTypesValueList
List<Integer> getAcceptedResponseTypesValueList()
accepted_response_types allows negotiating the content type of the response. Response types are taken from the list in the FIFO order. If no response type in `accepted_response_types` is implemented by server, error is returned. For request that do not contain `accepted_response_types` field the SAMPLES response type will be used.
repeated .prometheus.ReadRequest.ResponseType accepted_response_types = 2;
-
getAcceptedResponseTypesValue
int getAcceptedResponseTypesValue(int index)
accepted_response_types allows negotiating the content type of the response. Response types are taken from the list in the FIFO order. If no response type in `accepted_response_types` is implemented by server, error is returned. For request that do not contain `accepted_response_types` field the SAMPLES response type will be used.
repeated .prometheus.ReadRequest.ResponseType accepted_response_types = 2;
-
-