Uses of Class
io.envoyproxy.envoy.type.matcher.ValueMatcher
Packages that use ValueMatcher
-
Uses of ValueMatcher in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return ValueMatcherModifier and TypeMethodDescriptionValueMatcher.Builder.build()ValueMatcher.Builder.buildPartial()static ValueMatcherValueMatcher.getDefaultInstance()ValueMatcher.Builder.getDefaultInstanceForType()ValueMatcher.getDefaultInstanceForType()ListMatcher.Builder.getOneOf()If specified, at least one of the values in the list must match the value specified.ListMatcher.getOneOf()If specified, at least one of the values in the list must match the value specified.ListMatcherOrBuilder.getOneOf()If specified, at least one of the values in the list must match the value specified.MetadataMatcher.Builder.getValue()The MetadataMatcher is matched if the value retrieved by path is matched to this value.MetadataMatcher.getValue()The MetadataMatcher is matched if the value retrieved by path is matched to this value.MetadataMatcherOrBuilder.getValue()The MetadataMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.getValue()The StructMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.getValue()The StructMatcher is matched if the value retrieved by path is matched to this value.StructMatcherOrBuilder.getValue()The StructMatcher is matched if the value retrieved by path is matched to this value.static ValueMatcherValueMatcher.parseDelimitedFrom(InputStream input) static ValueMatcherValueMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcherValueMatcher.parseFrom(byte[] data) static ValueMatcherValueMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcherValueMatcher.parseFrom(com.google.protobuf.ByteString data) static ValueMatcherValueMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcherValueMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static ValueMatcherValueMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcherValueMatcher.parseFrom(InputStream input) static ValueMatcherValueMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ValueMatcherValueMatcher.parseFrom(ByteBuffer data) static ValueMatcherValueMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher that return types with arguments of type ValueMatcherModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ValueMatcher>ValueMatcher.getParserForType()static com.google.protobuf.Parser<ValueMatcher>ValueMatcher.parser()Methods in io.envoyproxy.envoy.type.matcher with parameters of type ValueMatcherModifier and TypeMethodDescriptionValueMatcher.Builder.mergeFrom(ValueMatcher other) ListMatcher.Builder.mergeOneOf(ValueMatcher value) If specified, at least one of the values in the list must match the value specified.MetadataMatcher.Builder.mergeValue(ValueMatcher value) The MetadataMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.mergeValue(ValueMatcher value) The StructMatcher is matched if the value retrieved by path is matched to this value.static ValueMatcher.BuilderValueMatcher.newBuilder(ValueMatcher prototype) ListMatcher.Builder.setOneOf(ValueMatcher value) If specified, at least one of the values in the list must match the value specified.MetadataMatcher.Builder.setValue(ValueMatcher value) The MetadataMatcher is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.setValue(ValueMatcher value) The StructMatcher is matched if the value retrieved by path is matched to this value.