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