Prometheus.Query.Builder |
Prometheus.Query.Builder.addAllMatchers(Iterable<? extends Prometheus.LabelMatcher> values)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.addMatchers(int index,
Prometheus.LabelMatcher.Builder builderForValue)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.addMatchers(int index,
Prometheus.LabelMatcher value)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.addMatchers(Prometheus.LabelMatcher.Builder builderForValue)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.addMatchers(Prometheus.LabelMatcher value)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.ReadRequest.Builder.addQueriesBuilder()
repeated .prometheus.Query queries = 1;
|
Prometheus.Query.Builder |
Prometheus.ReadRequest.Builder.addQueriesBuilder(int index)
repeated .prometheus.Query queries = 1;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.clear() |
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearEndTimestampMs()
int64 end_timestamp_ms = 2;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearHints()
.prometheus.ReadHints hints = 4;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearMatchers()
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.clearStartTimestampMs()
int64 start_timestamp_ms = 1;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.clone() |
Prometheus.Query.Builder |
Prometheus.ReadRequest.Builder.getQueriesBuilder(int index)
repeated .prometheus.Query queries = 1;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.mergeFrom(com.google.protobuf.Message other) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.mergeFrom(Prometheus.Query other) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.mergeHints(Prometheus.ReadHints value)
.prometheus.ReadHints hints = 4;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Prometheus.Query.Builder |
Prometheus.Query.newBuilder() |
static Prometheus.Query.Builder |
Prometheus.Query.newBuilder(Prometheus.Query prototype) |
Prometheus.Query.Builder |
Prometheus.Query.newBuilderForType() |
protected Prometheus.Query.Builder |
Prometheus.Query.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.removeMatchers(int index)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setEndTimestampMs(long value)
int64 end_timestamp_ms = 2;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.setHints(Prometheus.ReadHints.Builder builderForValue)
.prometheus.ReadHints hints = 4;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setHints(Prometheus.ReadHints value)
.prometheus.ReadHints hints = 4;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setMatchers(int index,
Prometheus.LabelMatcher.Builder builderForValue)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setMatchers(int index,
Prometheus.LabelMatcher value)
repeated .prometheus.LabelMatcher matchers = 3;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Prometheus.Query.Builder |
Prometheus.Query.Builder.setStartTimestampMs(long value)
int64 start_timestamp_ms = 1;
|
Prometheus.Query.Builder |
Prometheus.Query.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Prometheus.Query.Builder |
Prometheus.Query.toBuilder() |