Navigation :
range.proto
Package: xds.type.matcher.v3
Types:
Int64RangeMatcher
Specifies a set of ranges for matching an int64 number and the associated
match actions.
"rangeMatchers": []xds.type.matcher.v3.Int64RangeMatcher.RangeMatcher
RangeMatcher
Specifies a list of number ranges and a match action.
"ranges": []xds.type.v3.Int64Range
"onMatch": .xds.type.matcher.v3.Matcher.OnMatch
Int32RangeMatcher
Specifies a set of ranges for matching an int32 number and the associated
match actions.
"rangeMatchers": []xds.type.matcher.v3.Int32RangeMatcher.RangeMatcher
RangeMatcher
Specifies a list of number ranges and a match action.
"ranges": []xds.type.v3.Int32Range
"onMatch": .xds.type.matcher.v3.Matcher.OnMatch
DoubleRangeMatcher
Specifies a set of ranges for matching a double number and the associated
match actions.
"rangeMatchers": []xds.type.matcher.v3.DoubleRangeMatcher.RangeMatcher
RangeMatcher
Specifies a list of number ranges and a match action.
"ranges": []xds.type.v3.DoubleRange
"onMatch": .xds.type.matcher.v3.Matcher.OnMatch