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
Subclasses with type arguments of type ListMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3Modifier and TypeClassDescriptionstatic final classSpecifies the way to match a list value.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.BuilderListMatcher.newBuilder()static ListMatcher.BuilderListMatcher.newBuilder(ListMatcher prototype) ListMatcher.newBuilderForType()protected ListMatcher.BuilderListMatcher.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 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.