Uses of Class
io.envoyproxy.envoy.type.matcher.ValueMatcher.Builder
Packages that use ValueMatcher.Builder
-
Uses of ValueMatcher.Builder in io.envoyproxy.envoy.type.matcher
Methods in io.envoyproxy.envoy.type.matcher that return ValueMatcher.BuilderModifier and TypeMethodDescriptionValueMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.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.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.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.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 with parameters of type ValueMatcher.BuilderModifier and TypeMethodDescriptionListMatcher.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.