ValueMatcher.Builder |
OrMatcher.Builder.addValueMatchersBuilder() |
repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ...
|
ValueMatcher.Builder |
OrMatcher.Builder.addValueMatchersBuilder(int index) |
repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ...
|
ValueMatcher.Builder |
ValueMatcher.Builder.clear() |
|
ValueMatcher.Builder |
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 |
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 |
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 |
ValueMatcher.Builder.clearMatchPattern() |
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearNullMatch() |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.clearOrMatch() |
If specified, a match occurs if and only if any of the alternatives in the match accept the value.
|
ValueMatcher.Builder |
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 |
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 |
ListMatcher.Builder.getOneOfBuilder() |
If specified, at least one of the values in the list must match the value specified.
|
ValueMatcher.Builder |
MetadataMatcher.Builder.getValueBuilder() |
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher.Builder |
StructMatcher.Builder.getValueBuilder() |
The StructMatcher is matched if the value retrieved by path is matched to this value.
|
ValueMatcher.Builder |
OrMatcher.Builder.getValueMatchersBuilder(int index) |
repeated .envoy.type.matcher.v3.ValueMatcher value_matchers = 1 [(.validate.rules) = { ...
|
ValueMatcher.Builder |
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 |
ValueMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ValueMatcher.Builder |
ValueMatcher.Builder.mergeFrom(ValueMatcher other) |
|
ValueMatcher.Builder |
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 |
ValueMatcher.Builder.mergeNullMatch(ValueMatcher.NullMatch value) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
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 |
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.Builder |
ValueMatcher.newBuilderForType() |
|
protected ValueMatcher.Builder |
ValueMatcher.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
ValueMatcher.Builder |
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 |
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 |
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 |
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 |
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 |
ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch value) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
ValueMatcher.Builder.setNullMatch(ValueMatcher.NullMatch.Builder builderForValue) |
If specified, a match occurs if and only if the target value is a NullValue.
|
ValueMatcher.Builder |
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 |
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 |
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 |
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 |
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.Builder |
ValueMatcher.toBuilder() |
|