Uses of Class
prometheus.Types.LabelMatcher.Builder
Packages that use Types.LabelMatcher.Builder
-
Uses of Types.LabelMatcher.Builder in prometheus
Methods in prometheus that return Types.LabelMatcher.BuilderModifier and TypeMethodDescriptionRemote.Query.Builder.addMatchersBuilder()repeated .prometheus.LabelMatcher matchers = 3;Remote.Query.Builder.addMatchersBuilder(int index) repeated .prometheus.LabelMatcher matchers = 3;Types.LabelMatcher.Builder.clear()Types.LabelMatcher.Builder.clearName()string name = 2;Types.LabelMatcher.Builder.clearType().prometheus.LabelMatcher.Type type = 1;Types.LabelMatcher.Builder.clearValue()string value = 3;Remote.Query.Builder.getMatchersBuilder(int index) repeated .prometheus.LabelMatcher matchers = 3;Types.LabelMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Types.LabelMatcher.Builder.mergeFrom(com.google.protobuf.Message other) Types.LabelMatcher.Builder.mergeFrom(Types.LabelMatcher other) static Types.LabelMatcher.BuilderTypes.LabelMatcher.newBuilder()static Types.LabelMatcher.BuilderTypes.LabelMatcher.newBuilder(Types.LabelMatcher prototype) Types.LabelMatcher.newBuilderForType()protected Types.LabelMatcher.BuilderTypes.LabelMatcher.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) string name = 2;Types.LabelMatcher.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 2;Types.LabelMatcher.Builder.setType(Types.LabelMatcher.Type value) .prometheus.LabelMatcher.Type type = 1;Types.LabelMatcher.Builder.setTypeValue(int value) .prometheus.LabelMatcher.Type type = 1;string value = 3;Types.LabelMatcher.Builder.setValueBytes(com.google.protobuf.ByteString value) string value = 3;Types.LabelMatcher.toBuilder()Methods in prometheus that return types with arguments of type Types.LabelMatcher.BuilderModifier and TypeMethodDescriptionRemote.Query.Builder.getMatchersBuilderList()repeated .prometheus.LabelMatcher matchers = 3;Methods in prometheus with parameters of type Types.LabelMatcher.BuilderModifier and TypeMethodDescriptionRemote.Query.Builder.addMatchers(int index, Types.LabelMatcher.Builder builderForValue) repeated .prometheus.LabelMatcher matchers = 3;Remote.Query.Builder.addMatchers(Types.LabelMatcher.Builder builderForValue) repeated .prometheus.LabelMatcher matchers = 3;Remote.Query.Builder.setMatchers(int index, Types.LabelMatcher.Builder builderForValue) repeated .prometheus.LabelMatcher matchers = 3;