Interface Int32RangeMatcherOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Int32RangeMatcher, Int32RangeMatcher.Builder

    public interface Int32RangeMatcherOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getRangeMatchersList

        List<Int32RangeMatcher.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.Int32RangeMatcher.RangeMatcher range_matchers = 1;
      • getRangeMatchers

        Int32RangeMatcher.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.Int32RangeMatcher.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.Int32RangeMatcher.RangeMatcher range_matchers = 1;
      • getRangeMatchersOrBuilderList

        List<? extends Int32RangeMatcher.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.Int32RangeMatcher.RangeMatcher range_matchers = 1;
      • getRangeMatchersOrBuilder

        Int32RangeMatcher.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.Int32RangeMatcher.RangeMatcher range_matchers = 1;