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