Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.DoubleMatcherOrBuilder
-
Packages that use DoubleMatcherOrBuilder Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of DoubleMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement DoubleMatcherOrBuilder Modifier and Type Class Description class
DoubleMatcher
Specifies the way to match a double value.static class
DoubleMatcher.Builder
Specifies the way to match a double value.Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type DoubleMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<DoubleMatcher,DoubleMatcher.Builder,DoubleMatcherOrBuilder>
ValueMatcher.Builder. doubleMatchBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return DoubleMatcherOrBuilder Modifier and Type Method Description DoubleMatcherOrBuilder
ValueMatcher.Builder. getDoubleMatchOrBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilder
ValueMatcher. getDoubleMatchOrBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilder
ValueMatcherOrBuilder. getDoubleMatchOrBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type DoubleMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<DoubleMatcher,DoubleMatcher.Builder,DoubleMatcherOrBuilder>
ValueMatcher.Builder. getDoubleMatchFieldBuilder()
If specified, a match occurs if and only if the target value is a double value and is matched to this field.
-