Uses of Class
prometheus.Remote.ReadRequest.Builder
Packages that use Remote.ReadRequest.Builder
-
Uses of Remote.ReadRequest.Builder in prometheus
Methods in prometheus that return Remote.ReadRequest.BuilderModifier and TypeMethodDescriptionRemote.ReadRequest.Builder.addAcceptedResponseTypes(Remote.ReadRequest.ResponseType value) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.addAcceptedResponseTypesValue(int value) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.addAllAcceptedResponseTypes(Iterable<? extends Remote.ReadRequest.ResponseType> values) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.addAllAcceptedResponseTypesValue(Iterable<Integer> values) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.addAllQueries(Iterable<? extends Remote.Query> values) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.addQueries(int index, Remote.Query value) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.addQueries(int index, Remote.Query.Builder builderForValue) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.addQueries(Remote.Query value) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.addQueries(Remote.Query.Builder builderForValue) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.clear()Remote.ReadRequest.Builder.clearAcceptedResponseTypes()accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.clearQueries()repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Remote.ReadRequest.Builder.mergeFrom(com.google.protobuf.Message other) Remote.ReadRequest.Builder.mergeFrom(Remote.ReadRequest other) static Remote.ReadRequest.BuilderRemote.ReadRequest.newBuilder()static Remote.ReadRequest.BuilderRemote.ReadRequest.newBuilder(Remote.ReadRequest prototype) Remote.ReadRequest.newBuilderForType()protected Remote.ReadRequest.BuilderRemote.ReadRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Remote.ReadRequest.Builder.removeQueries(int index) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.setAcceptedResponseTypes(int index, Remote.ReadRequest.ResponseType value) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.setAcceptedResponseTypesValue(int index, int value) accepted_response_types allows negotiating the content type of the response.Remote.ReadRequest.Builder.setQueries(int index, Remote.Query value) repeated .prometheus.Query queries = 1;Remote.ReadRequest.Builder.setQueries(int index, Remote.Query.Builder builderForValue) repeated .prometheus.Query queries = 1;Remote.ReadRequest.toBuilder()