Uses of Interface
io.envoyproxy.envoy.type.v3.DoubleRangeOrBuilder
-
Packages that use DoubleRangeOrBuilder Package Description io.envoyproxy.envoy.type.matcher.v3 io.envoyproxy.envoy.type.v3 -
-
Uses of DoubleRangeOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleRangeOrBuilder Modifier and Type Method Description DoubleRangeOrBuilderDoubleMatcher.Builder. getRangeOrBuilder()If specified, the input double value must be in the range specified here.DoubleRangeOrBuilderDoubleMatcher. getRangeOrBuilder()If specified, the input double value must be in the range specified here.DoubleRangeOrBuilderDoubleMatcherOrBuilder. getRangeOrBuilder()If specified, the input double value must be in the range specified here. -
Uses of DoubleRangeOrBuilder in io.envoyproxy.envoy.type.v3
Classes in io.envoyproxy.envoy.type.v3 that implement DoubleRangeOrBuilder Modifier and Type Class Description classDoubleRangeSpecifies the double start and end of the range using half-open interval semantics [start, end).static classDoubleRange.BuilderSpecifies the double start and end of the range using half-open interval semantics [start, end).
-