Uses of Interface
prometheus.PrometheusTypes.LabelMatcherOrBuilder
-
Packages that use PrometheusTypes.LabelMatcherOrBuilder Package Description prometheus -
-
Uses of PrometheusTypes.LabelMatcherOrBuilder in prometheus
Classes in prometheus that implement PrometheusTypes.LabelMatcherOrBuilder Modifier and Type Class Description static classPrometheusTypes.LabelMatcherMatcher specifies a rule, which can match or set of labels or not.static classPrometheusTypes.LabelMatcher.BuilderMatcher specifies a rule, which can match or set of labels or not.Methods in prometheus that return PrometheusTypes.LabelMatcherOrBuilder Modifier and Type Method Description PrometheusTypes.LabelMatcherOrBuilderPrometheusRemote.Query.Builder. getMatchersOrBuilder(int index)repeated .prometheus.LabelMatcher matchers = 3;PrometheusTypes.LabelMatcherOrBuilderPrometheusRemote.Query. getMatchersOrBuilder(int index)repeated .prometheus.LabelMatcher matchers = 3;PrometheusTypes.LabelMatcherOrBuilderPrometheusRemote.QueryOrBuilder. getMatchersOrBuilder(int index)repeated .prometheus.LabelMatcher matchers = 3;Methods in prometheus that return types with arguments of type PrometheusTypes.LabelMatcherOrBuilder Modifier and Type Method Description List<? extends PrometheusTypes.LabelMatcherOrBuilder>PrometheusRemote.Query.Builder. getMatchersOrBuilderList()repeated .prometheus.LabelMatcher matchers = 3;List<? extends PrometheusTypes.LabelMatcherOrBuilder>PrometheusRemote.Query. getMatchersOrBuilderList()repeated .prometheus.LabelMatcher matchers = 3;List<? extends PrometheusTypes.LabelMatcherOrBuilder>PrometheusRemote.QueryOrBuilder. getMatchersOrBuilderList()repeated .prometheus.LabelMatcher matchers = 3;
-