Package prometheus
Interface PrometheusRemote.QueryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrometheusRemote.Query,PrometheusRemote.Query.Builder
- Enclosing class:
- PrometheusRemote
public static interface PrometheusRemote.QueryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEndTimestampMs()int64 end_timestamp_ms = 2;PrometheusTypes.ReadHintsgetHints().prometheus.ReadHints hints = 4;PrometheusTypes.ReadHintsOrBuildergetHintsOrBuilder().prometheus.ReadHints hints = 4;PrometheusTypes.LabelMatchergetMatchers(int index)repeated .prometheus.LabelMatcher matchers = 3;intgetMatchersCount()repeated .prometheus.LabelMatcher matchers = 3;List<PrometheusTypes.LabelMatcher>getMatchersList()repeated .prometheus.LabelMatcher matchers = 3;PrometheusTypes.LabelMatcherOrBuildergetMatchersOrBuilder(int index)repeated .prometheus.LabelMatcher matchers = 3;List<? extends PrometheusTypes.LabelMatcherOrBuilder>getMatchersOrBuilderList()repeated .prometheus.LabelMatcher matchers = 3;longgetStartTimestampMs()int64 start_timestamp_ms = 1;booleanhasHints().prometheus.ReadHints hints = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStartTimestampMs
long getStartTimestampMs()
int64 start_timestamp_ms = 1;
-
getEndTimestampMs
long getEndTimestampMs()
int64 end_timestamp_ms = 2;
-
getMatchersList
List<PrometheusTypes.LabelMatcher> getMatchersList()
repeated .prometheus.LabelMatcher matchers = 3;
-
getMatchers
PrometheusTypes.LabelMatcher getMatchers(int index)
repeated .prometheus.LabelMatcher matchers = 3;
-
getMatchersCount
int getMatchersCount()
repeated .prometheus.LabelMatcher matchers = 3;
-
getMatchersOrBuilderList
List<? extends PrometheusTypes.LabelMatcherOrBuilder> getMatchersOrBuilderList()
repeated .prometheus.LabelMatcher matchers = 3;
-
getMatchersOrBuilder
PrometheusTypes.LabelMatcherOrBuilder getMatchersOrBuilder(int index)
repeated .prometheus.LabelMatcher matchers = 3;
-
hasHints
boolean hasHints()
.prometheus.ReadHints hints = 4;
-
getHints
PrometheusTypes.ReadHints getHints()
.prometheus.ReadHints hints = 4;
-
getHintsOrBuilder
PrometheusTypes.ReadHintsOrBuilder getHintsOrBuilder()
.prometheus.ReadHints hints = 4;
-
-