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 classDoubleMatcherSpecifies the way to match a double value.static classDoubleMatcher.BuilderSpecifies 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 DoubleMatcherOrBuilderValueMatcher.Builder. getDoubleMatchOrBuilder()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilderValueMatcher. getDoubleMatchOrBuilder()If specified, a match occurs if and only if the target value is a double value and is matched to this field.DoubleMatcherOrBuilderValueMatcherOrBuilder. 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.
-