Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ListMatcher.Builder
Packages that use ListMatcher.Builder
-
Uses of ListMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ListMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ListMatcher, ListMatcher.Builder, ListMatcherOrBuilder> ValueMatcher.Builder.listMatchBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ListMatcher.BuilderModifier and TypeMethodDescriptionListMatcher.Builder.clear()
ListMatcher.Builder.clearMatchPattern()
ListMatcher.Builder.clearOneOf()
If specified, at least one of the values in the list must match the value specified.ValueMatcher.Builder.getListMatchBuilder()
If specified, a match occurs if and only if the target value is a list value and is matched to this field.ListMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ListMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) ListMatcher.Builder.mergeFrom
(ListMatcher other) ListMatcher.Builder.mergeOneOf
(ValueMatcher value) If specified, at least one of the values in the list must match the value specified.static ListMatcher.Builder
ListMatcher.newBuilder()
static ListMatcher.Builder
ListMatcher.newBuilder
(ListMatcher prototype) ListMatcher.newBuilderForType()
protected ListMatcher.Builder
ListMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ListMatcher.Builder.setOneOf
(ValueMatcher value) If specified, at least one of the values in the list must match the value specified.ListMatcher.Builder.setOneOf
(ValueMatcher.Builder builderForValue) If specified, at least one of the values in the list must match the value specified.ListMatcher.toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type ListMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ListMatcher, ListMatcher.Builder, ListMatcherOrBuilder> ValueMatcher.Builder.internalGetListMatchFieldBuilder()
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 with parameters of type ListMatcher.BuilderModifier and TypeMethodDescriptionValueMatcher.Builder.setListMatch
(ListMatcher.Builder builderForValue) If specified, a match occurs if and only if the target value is a list value and is matched to this field.