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