PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addAcceptedResponseTypes(PrometheusRemote.ReadRequest.ResponseType value) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addAcceptedResponseTypesValue(int value) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addAllAcceptedResponseTypes(Iterable<? extends PrometheusRemote.ReadRequest.ResponseType> values) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addAllAcceptedResponseTypesValue(Iterable<Integer> values) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addAllQueries(Iterable<? extends PrometheusRemote.Query> values) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addQueries(int index,
PrometheusRemote.Query value) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addQueries(int index,
PrometheusRemote.Query.Builder builderForValue) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addQueries(PrometheusRemote.Query value) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addQueries(PrometheusRemote.Query.Builder builderForValue) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clear() |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clearAcceptedResponseTypes() |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clearQueries() |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.clone() |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.mergeFrom(PrometheusRemote.ReadRequest other) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.newBuilder() |
|
static PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.newBuilder(PrometheusRemote.ReadRequest prototype) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.newBuilderForType() |
|
protected PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.removeQueries(int index) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setAcceptedResponseTypes(int index,
PrometheusRemote.ReadRequest.ResponseType value) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setAcceptedResponseTypesValue(int index,
int value) |
accepted_response_types allows negotiating the content type of the response.
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setQueries(int index,
PrometheusRemote.Query value) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setQueries(int index,
PrometheusRemote.Query.Builder builderForValue) |
repeated .prometheus.Query queries = 1;
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
PrometheusRemote.ReadRequest.Builder |
PrometheusRemote.ReadRequest.toBuilder() |
|