Uses of Class
io.envoyproxy.envoy.type.matcher.v3.ValueMatcher.Builder
Packages that use ValueMatcher.Builder
-
Uses of ValueMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type ValueMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> ListMatcher.Builder.oneOfBuilder_
private com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> MetadataMatcher.Builder.valueBuilder_
private com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> StructMatcher.Builder.valueBuilder_
private com.google.protobuf.RepeatedFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> OrMatcher.Builder.valueMatchersBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return ValueMatcher.BuilderModifier and TypeMethodDescriptionOrMatcher.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.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.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.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.static ValueMatcher.Builder
ValueMatcher.newBuilder()
static ValueMatcher.Builder
ValueMatcher.newBuilder
(ValueMatcher prototype) ValueMatcher.newBuilderForType()
protected ValueMatcher.Builder
ValueMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.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.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.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) = { ...
private com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> ListMatcher.Builder.internalGetOneOfFieldBuilder()
If specified, at least one of the values in the list must match the value specified.private com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> MetadataMatcher.Builder.internalGetValueFieldBuilder()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.private com.google.protobuf.SingleFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> StructMatcher.Builder.internalGetValueFieldBuilder()
The StructMatcher is matched if the value retrieved by path is matched to this value.private com.google.protobuf.RepeatedFieldBuilder
<ValueMatcher, ValueMatcher.Builder, ValueMatcherOrBuilder> OrMatcher.Builder.internalGetValueMatchersFieldBuilder()
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) = { ...