Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ValueMatcher.Builder
Packages that use ValueMatcher.Builder
Package
Description
-
Uses of ValueMatcher.Builder in io.envoyproxy.envoy.extensions.matching.input_matchers.metadata.v3
Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.metadata.v3 that return ValueMatcher.BuilderModifier and TypeMethodDescriptionMetadata.Builder.getValueBuilder()The Metadata is matched if the value retrieved by metadata matching input is matched to this value.Methods in io.envoyproxy.envoy.extensions.matching.input_matchers.metadata.v3 with parameters of type ValueMatcher.BuilderModifier and TypeMethodDescriptionMetadata.Builder.setValue(ValueMatcher.Builder builderForValue) The Metadata is matched if the value retrieved by metadata matching input is matched to this value. -
Uses of ValueMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ValueMatcher.BuilderModifier and TypeMethodDescriptionValueMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) OrMatcher.Builder.addValueMatchersBuilder()repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }OrMatcher.Builder.addValueMatchersBuilder(int index) repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }ValueMatcher.Builder.clear()ValueMatcher.Builder.clearBoolMatch()If specified, a match occurs if and only if the target value is a bool value and is equal to this field.ValueMatcher.Builder.clearDoubleMatch()If specified, a match occurs if and only if the target value is a double value and is matched to this field.ValueMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ValueMatcher.Builder.clearListMatch()If specified, a match occurs if and only if the target value is a list value and is matched to this field.ValueMatcher.Builder.clearMatchPattern()ValueMatcher.Builder.clearNullMatch()If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ValueMatcher.Builder.clearOrMatch()If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcher.Builder.clearPresentMatch()If specified, value match will be performed based on whether the path is referring to a valid primitive value in the metadata.ValueMatcher.Builder.clearStringMatch()If specified, a match occurs if and only if the target value is a string value and is matched to this field.ValueMatcher.Builder.clone()ListMatcher.Builder.getOneOfBuilder()If specified, at least one of the values in the list must match the value specified.MetadataMatcher.Builder.getValueBuilder()The ``MetadataMatcher`` is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.getValueBuilder()The StructMatcher is matched if the value retrieved by path is matched to this value.OrMatcher.Builder.getValueMatchersBuilder(int index) repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }ValueMatcher.Builder.mergeDoubleMatch(DoubleMatcher value) If specified, a match occurs if and only if the target value is a double value and is matched to this field.ValueMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ValueMatcher.Builder.mergeFrom(com.google.protobuf.Message other) ValueMatcher.Builder.mergeFrom(ValueMatcher 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.ValueMatcher.Builder.mergeNullMatch(ValueMatcher.NullMatch value) If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.Builder.mergeOrMatch(OrMatcher value) If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcher.Builder.mergeStringMatch(StringMatcher value) If specified, a match occurs if and only if the target value is a string value and is matched to this field.final ValueMatcher.BuilderValueMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ValueMatcher.BuilderValueMatcher.newBuilder()static ValueMatcher.BuilderValueMatcher.newBuilder(ValueMatcher prototype) ValueMatcher.newBuilderForType()protected ValueMatcher.BuilderValueMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ValueMatcher.Builder.setBoolMatch(boolean value) If specified, a match occurs if and only if the target value is a bool value and is equal to this field.ValueMatcher.Builder.setDoubleMatch(DoubleMatcher value) If specified, a match occurs if and only if the target value is a double value and is matched to this field.ValueMatcher.Builder.setDoubleMatch(DoubleMatcher.Builder builderForValue) If specified, a match occurs if and only if the target value is a double value and is matched to this field.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.ValueMatcher.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.ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch value) If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch.Builder builderForValue) If specified, a match occurs if and only if the target value is a NullValue.ValueMatcher.Builder.setOrMatch(OrMatcher value) If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcher.Builder.setOrMatch(OrMatcher.Builder builderForValue) If specified, a match occurs if and only if any of the alternatives in the match accept the value.ValueMatcher.Builder.setPresentMatch(boolean value) If specified, value match will be performed based on whether the path is referring to a valid primitive value in the metadata.ValueMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ValueMatcher.Builder.setStringMatch(StringMatcher value) If specified, a match occurs if and only if the target value is a string value and is matched to this field.ValueMatcher.Builder.setStringMatch(StringMatcher.Builder builderForValue) If specified, a match occurs if and only if the target value is a string value and is matched to this field.final ValueMatcher.BuilderValueMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ValueMatcher.toBuilder()Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type ValueMatcher.BuilderModifier and TypeMethodDescriptionOrMatcher.Builder.getValueMatchersBuilderList()repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type ValueMatcher.BuilderModifier and TypeMethodDescriptionOrMatcher.Builder.addValueMatchers(int index, ValueMatcher.Builder builderForValue) repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }OrMatcher.Builder.addValueMatchers(ValueMatcher.Builder builderForValue) repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }ListMatcher.Builder.setOneOf(ValueMatcher.Builder builderForValue) If specified, at least one of the values in the list must match the value specified.MetadataMatcher.Builder.setValue(ValueMatcher.Builder builderForValue) The ``MetadataMatcher`` is matched if the value retrieved by path is matched to this value.StructMatcher.Builder.setValue(ValueMatcher.Builder builderForValue) The StructMatcher is matched if the value retrieved by path is matched to this value.OrMatcher.Builder.setValueMatchers(int index, ValueMatcher.Builder builderForValue) repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ... }