Package com.github.xds.type.matcher.v3
Interface Int64RangeMatcherOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Int64RangeMatcher,Int64RangeMatcher.Builder
public interface Int64RangeMatcherOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Int64RangeMatcher.RangeMatchergetRangeMatchers(int index)Match a number by a list of number ranges.intgetRangeMatchersCount()Match a number by a list of number ranges.List<Int64RangeMatcher.RangeMatcher>getRangeMatchersList()Match a number by a list of number ranges.Int64RangeMatcher.RangeMatcherOrBuildergetRangeMatchersOrBuilder(int index)Match a number by a list of number ranges.List<? extends Int64RangeMatcher.RangeMatcherOrBuilder>getRangeMatchersOrBuilderList()Match a number by a list of number ranges.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRangeMatchersList
List<Int64RangeMatcher.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.Int64RangeMatcher.RangeMatcher range_matchers = 1;
-
getRangeMatchers
Int64RangeMatcher.RangeMatcher getRangeMatchers(int index)
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.Int64RangeMatcher.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.Int64RangeMatcher.RangeMatcher range_matchers = 1;
-
getRangeMatchersOrBuilderList
List<? extends Int64RangeMatcher.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.Int64RangeMatcher.RangeMatcher range_matchers = 1;
-
getRangeMatchersOrBuilder
Int64RangeMatcher.RangeMatcherOrBuilder getRangeMatchersOrBuilder(int index)
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.Int64RangeMatcher.RangeMatcher range_matchers = 1;
-
-