Uses of Class
prometheus.PrometheusRemote.ReadRequest.ResponseType
-
Packages that use PrometheusRemote.ReadRequest.ResponseType Package Description prometheus -
-
Uses of PrometheusRemote.ReadRequest.ResponseType in prometheus
Methods in prometheus that return PrometheusRemote.ReadRequest.ResponseType Modifier and Type Method Description static PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest.ResponseType. forNumber(int value)PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest.Builder. getAcceptedResponseTypes(int index)accepted_response_types allows negotiating the content type of the response.PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest. getAcceptedResponseTypes(int index)accepted_response_types allows negotiating the content type of the response.PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequestOrBuilder. getAcceptedResponseTypes(int index)accepted_response_types allows negotiating the content type of the response.static PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest.ResponseType. valueOf(int value)Deprecated.static PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest.ResponseType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PrometheusRemote.ReadRequest.ResponseTypePrometheusRemote.ReadRequest.ResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static PrometheusRemote.ReadRequest.ResponseType[]PrometheusRemote.ReadRequest.ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in prometheus that return types with arguments of type PrometheusRemote.ReadRequest.ResponseType Modifier and Type Method Description List<PrometheusRemote.ReadRequest.ResponseType>PrometheusRemote.ReadRequest.Builder. getAcceptedResponseTypesList()accepted_response_types allows negotiating the content type of the response.List<PrometheusRemote.ReadRequest.ResponseType>PrometheusRemote.ReadRequest. getAcceptedResponseTypesList()accepted_response_types allows negotiating the content type of the response.List<PrometheusRemote.ReadRequest.ResponseType>PrometheusRemote.ReadRequestOrBuilder. getAcceptedResponseTypesList()accepted_response_types allows negotiating the content type of the response.static com.google.protobuf.Internal.EnumLiteMap<PrometheusRemote.ReadRequest.ResponseType>PrometheusRemote.ReadRequest.ResponseType. internalGetValueMap()Methods in prometheus with parameters of type PrometheusRemote.ReadRequest.ResponseType Modifier and Type Method Description PrometheusRemote.ReadRequest.BuilderPrometheusRemote.ReadRequest.Builder. addAcceptedResponseTypes(PrometheusRemote.ReadRequest.ResponseType value)accepted_response_types allows negotiating the content type of the response.PrometheusRemote.ReadRequest.BuilderPrometheusRemote.ReadRequest.Builder. setAcceptedResponseTypes(int index, PrometheusRemote.ReadRequest.ResponseType value)accepted_response_types allows negotiating the content type of the response.Method parameters in prometheus with type arguments of type PrometheusRemote.ReadRequest.ResponseType Modifier and Type Method Description PrometheusRemote.ReadRequest.BuilderPrometheusRemote.ReadRequest.Builder. addAllAcceptedResponseTypes(Iterable<? extends PrometheusRemote.ReadRequest.ResponseType> values)accepted_response_types allows negotiating the content type of the response.
-