Uses of Class
com.github.xds.type.matcher.v3.Int32RangeMatcher.RangeMatcher.Builder
Packages that use Int32RangeMatcher.RangeMatcher.Builder
-
Uses of Int32RangeMatcher.RangeMatcher.Builder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return Int32RangeMatcher.RangeMatcher.BuilderModifier and TypeMethodDescriptionInt32RangeMatcher.RangeMatcher.Builder.addAllRanges(Iterable<? extends Int32Range> values) A non-empty set of int32 ranges.Int32RangeMatcher.Builder.addRangeMatchersBuilder()Match a number by a list of number ranges.Int32RangeMatcher.Builder.addRangeMatchersBuilder(int index) Match a number by a list of number ranges.Int32RangeMatcher.RangeMatcher.Builder.addRanges(int index, Int32Range value) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.addRanges(int index, Int32Range.Builder builderForValue) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.addRanges(Int32Range value) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.addRanges(Int32Range.Builder builderForValue) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Int32RangeMatcher.RangeMatcher.Builder.clear()Int32RangeMatcher.RangeMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Int32RangeMatcher.RangeMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Int32RangeMatcher.RangeMatcher.Builder.clearOnMatch()Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.Builder.clearRanges()A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.clone()Int32RangeMatcher.Builder.getRangeMatchersBuilder(int index) Match a number by a list of number ranges.Int32RangeMatcher.RangeMatcher.Builder.mergeFrom(Int32RangeMatcher.RangeMatcher other) Int32RangeMatcher.RangeMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Int32RangeMatcher.RangeMatcher.Builder.mergeFrom(com.google.protobuf.Message other) Int32RangeMatcher.RangeMatcher.Builder.mergeOnMatch(Matcher.OnMatch value) Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Int32RangeMatcher.RangeMatcher.newBuilder()Int32RangeMatcher.RangeMatcher.newBuilder(Int32RangeMatcher.RangeMatcher prototype) Int32RangeMatcher.RangeMatcher.newBuilderForType()protected Int32RangeMatcher.RangeMatcher.BuilderInt32RangeMatcher.RangeMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Int32RangeMatcher.RangeMatcher.Builder.removeRanges(int index) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Int32RangeMatcher.RangeMatcher.Builder.setOnMatch(Matcher.OnMatch value) Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.Builder.setOnMatch(Matcher.OnMatch.Builder builderForValue) Match action to apply when the input number is within one of the ranges.Int32RangeMatcher.RangeMatcher.Builder.setRanges(int index, Int32Range value) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.setRanges(int index, Int32Range.Builder builderForValue) A non-empty set of int32 ranges.Int32RangeMatcher.RangeMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Int32RangeMatcher.RangeMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Int32RangeMatcher.RangeMatcher.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Int32RangeMatcher.RangeMatcher.BuilderModifier and TypeMethodDescriptionInt32RangeMatcher.Builder.getRangeMatchersBuilderList()Match a number by a list of number ranges.Methods in com.github.xds.type.matcher.v3 with parameters of type Int32RangeMatcher.RangeMatcher.BuilderModifier and TypeMethodDescriptionInt32RangeMatcher.Builder.addRangeMatchers(int index, Int32RangeMatcher.RangeMatcher.Builder builderForValue) Match a number by a list of number ranges.Int32RangeMatcher.Builder.addRangeMatchers(Int32RangeMatcher.RangeMatcher.Builder builderForValue) Match a number by a list of number ranges.Int32RangeMatcher.Builder.setRangeMatchers(int index, Int32RangeMatcher.RangeMatcher.Builder builderForValue) Match a number by a list of number ranges.