Navigation :
number.proto
Package : envoy.type.matcher.v3
Top
number.proto
Table of Contents
DoubleMatcher
Field |
Type |
Label |
Description |
range |
envoy.type.v3.DoubleRange |
|
If specified, the input double value must be in the range specified here. Note: The range is using half-open interval semantics [start, end). |
exact |
double |
|
If specified, the input double value must be equal to the value specified here. |