| Package | Description |
|---|---|
| envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clear() |
Value.ValueMatcher.Builder |
Value.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.
|
Value.ValueMatcher.Builder |
Value.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Value.ValueMatcher.Builder |
Value.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clearMatchPattern() |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clearNullMatch()
If specified, a match occurs if and only if the target value is a NullValue.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Value.ValueMatcher.Builder |
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.
|
Value.ValueMatcher.Builder |
Value.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.clone() |
Value.ValueMatcher.Builder |
Value.ListMatcher.Builder.getOneOfBuilder()
If specified, at least one of the values in the list must match the value specified.
|
Value.ValueMatcher.Builder |
Metadata.MetadataMatcher.Builder.getValueBuilder()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeDoubleMatch(Number.DoubleMatcher value)
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeFrom(com.google.protobuf.Message other) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeFrom(Value.ValueMatcher other) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeListMatch(Value.ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeNullMatch(Value.ValueMatcher.NullMatch value)
If specified, a match occurs if and only if the target value is a NullValue.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeStringMatch(String.StringMatcher value)
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Value.ValueMatcher.Builder |
Value.ValueMatcher.newBuilder() |
static Value.ValueMatcher.Builder |
Value.ValueMatcher.newBuilder(Value.ValueMatcher prototype) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.newBuilderForType() |
protected Value.ValueMatcher.Builder |
Value.ValueMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Value.ValueMatcher.Builder |
Value.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setDoubleMatch(Number.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setDoubleMatch(Number.DoubleMatcher value)
If specified, a match occurs if and only if the target value is a double value and is
matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setListMatch(Value.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setListMatch(Value.ListMatcher value)
If specified, a match occurs if and only if the target value is a list value and
is matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setNullMatch(Value.ValueMatcher.NullMatch.Builder builderForValue)
If specified, a match occurs if and only if the target value is a NullValue.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setNullMatch(Value.ValueMatcher.NullMatch value)
If specified, a match occurs if and only if the target value is a NullValue.
|
Value.ValueMatcher.Builder |
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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setStringMatch(String.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.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setStringMatch(String.StringMatcher value)
If specified, a match occurs if and only if the target value is a string value and is
matched to this field.
|
Value.ValueMatcher.Builder |
Value.ValueMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Value.ValueMatcher.Builder |
Value.ValueMatcher.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Value.ListMatcher.Builder |
Value.ListMatcher.Builder.setOneOf(Value.ValueMatcher.Builder builderForValue)
If specified, at least one of the values in the list must match the value specified.
|
Metadata.MetadataMatcher.Builder |
Metadata.MetadataMatcher.Builder.setValue(Value.ValueMatcher.Builder builderForValue)
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
Copyright © 2018 The Envoy Project. All rights reserved.