Package com.github.xds.type.matcher.v3
Interface DoubleRangeMatcherOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DoubleRangeMatcher,DoubleRangeMatcher.Builder
public interface DoubleRangeMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetRangeMatchers(int index) Match a number by a list of number ranges.intMatch a number by a list of number ranges.Match a number by a list of number ranges.getRangeMatchersOrBuilder(int index) Match a number by a list of number ranges.List<? extends DoubleRangeMatcher.RangeMatcherOrBuilder>Match a number by a list of number ranges.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRangeMatchersList
List<DoubleRangeMatcher.RangeMatcher> getRangeMatchersList()Match a number by a list of number ranges. If multiple ranges contain the input number, then the first action in this list is taken.
repeated .xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher range_matchers = 1; -
getRangeMatchers
Match a number by a list of number ranges. If multiple ranges contain the input number, then the first action in this list is taken.
repeated .xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher range_matchers = 1; -
getRangeMatchersCount
int getRangeMatchersCount()Match a number by a list of number ranges. If multiple ranges contain the input number, then the first action in this list is taken.
repeated .xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher range_matchers = 1; -
getRangeMatchersOrBuilderList
List<? extends DoubleRangeMatcher.RangeMatcherOrBuilder> getRangeMatchersOrBuilderList()Match a number by a list of number ranges. If multiple ranges contain the input number, then the first action in this list is taken.
repeated .xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher range_matchers = 1; -
getRangeMatchersOrBuilder
Match a number by a list of number ranges. If multiple ranges contain the input number, then the first action in this list is taken.
repeated .xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher range_matchers = 1;
-