Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.OrMatcherOrBuilder
-
Packages that use OrMatcherOrBuilder Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of OrMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement OrMatcherOrBuilder Modifier and Type Class Description class
OrMatcher
Specifies a list of alternatives for the match.static class
OrMatcher.Builder
Specifies a list of alternatives for the match.Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type OrMatcherOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<OrMatcher,OrMatcher.Builder,OrMatcherOrBuilder>
ValueMatcher.Builder. orMatchBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return OrMatcherOrBuilder Modifier and Type Method Description OrMatcherOrBuilder
ValueMatcher.Builder. getOrMatchOrBuilder()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcherOrBuilder
ValueMatcher. getOrMatchOrBuilder()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.OrMatcherOrBuilder
ValueMatcherOrBuilder. getOrMatchOrBuilder()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type OrMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<OrMatcher,OrMatcher.Builder,OrMatcherOrBuilder>
ValueMatcher.Builder. getOrMatchFieldBuilder()
If specified, a match occurs if and only if any of the alternatives in the match accept the value.
-