Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ListMatcher
Packages that use ListMatcher
-
Uses of ListMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as ListMatcherFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ListMatcherModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ListMatcher, ListMatcher.Builder, ListMatcherOrBuilder> ValueMatcher.Builder.listMatchBuilder_
private static final com.google.protobuf.Parser
<ListMatcher> ListMatcher.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ListMatcherModifier and TypeMethodDescriptionListMatcher.Builder.build()
ListMatcher.Builder.buildPartial()
static ListMatcher
ListMatcher.getDefaultInstance()
ListMatcher.Builder.getDefaultInstanceForType()
ListMatcher.getDefaultInstanceForType()
ValueMatcher.Builder.getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.ValueMatcher.getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.ValueMatcherOrBuilder.getListMatch()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.static ListMatcher
ListMatcher.parseDelimitedFrom
(InputStream input) static ListMatcher
ListMatcher.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListMatcher
ListMatcher.parseFrom
(byte[] data) static ListMatcher
ListMatcher.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListMatcher
ListMatcher.parseFrom
(com.google.protobuf.ByteString data) static ListMatcher
ListMatcher.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListMatcher
ListMatcher.parseFrom
(com.google.protobuf.CodedInputStream input) static ListMatcher
ListMatcher.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListMatcher
ListMatcher.parseFrom
(InputStream input) static ListMatcher
ListMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListMatcher
ListMatcher.parseFrom
(ByteBuffer data) static ListMatcher
ListMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type ListMatcherModifier and TypeMethodDescriptionprivate 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.com.google.protobuf.Parser
<ListMatcher> ListMatcher.getParserForType()
static com.google.protobuf.Parser
<ListMatcher> ListMatcher.parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ListMatcherModifier and TypeMethodDescriptionprivate void
ListMatcher.Builder.buildPartial0
(ListMatcher result) private void
ListMatcher.Builder.buildPartialOneofs
(ListMatcher result) ListMatcher.Builder.mergeFrom
(ListMatcher other) ValueMatcher.Builder.mergeListMatch
(ListMatcher value) If specified, a match occurs if and only if the target value is a list value and is matched to this field.static ListMatcher.Builder
ListMatcher.newBuilder
(ListMatcher prototype) ValueMatcher.Builder.setListMatch
(ListMatcher value) If specified, a match occurs if and only if the target value is a list value and is matched to this field.