| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.common.matcher.v4alpha | |
| io.envoyproxy.envoy.extensions.common.matching.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
Matcher.Builder |
Matcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Matcher.Builder |
Matcher.Builder.clear() |
Matcher.Builder |
Matcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Matcher.Builder |
Matcher.Builder.clearMatcherList()
A linear list of matchers to evaluate.
|
Matcher.Builder |
Matcher.Builder.clearMatcherTree()
A match tree to evaluate.
|
Matcher.Builder |
Matcher.Builder.clearMatcherType() |
Matcher.Builder |
Matcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Matcher.Builder |
Matcher.Builder.clearOnNoMatch()
Optional OnMatch to use if the matcher failed.
|
Matcher.Builder |
Matcher.Builder.clone() |
Matcher.Builder |
Matcher.OnMatch.Builder.getMatcherBuilder()
Nested matcher to evaluate.
|
Matcher.Builder |
Matcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Matcher.Builder |
Matcher.Builder.mergeFrom(Matcher other) |
Matcher.Builder |
Matcher.Builder.mergeFrom(com.google.protobuf.Message other) |
Matcher.Builder |
Matcher.Builder.mergeMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.
|
Matcher.Builder |
Matcher.Builder.mergeMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.
|
Matcher.Builder |
Matcher.Builder.mergeOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if the matcher failed.
|
Matcher.Builder |
Matcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Matcher.Builder |
Matcher.newBuilder() |
static Matcher.Builder |
Matcher.newBuilder(Matcher prototype) |
Matcher.Builder |
Matcher.newBuilderForType() |
protected Matcher.Builder |
Matcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Matcher.Builder |
Matcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Matcher.Builder |
Matcher.Builder.setMatcherList(Matcher.MatcherList.Builder builderForValue)
A linear list of matchers to evaluate.
|
Matcher.Builder |
Matcher.Builder.setMatcherList(Matcher.MatcherList value)
A linear list of matchers to evaluate.
|
Matcher.Builder |
Matcher.Builder.setMatcherTree(Matcher.MatcherTree.Builder builderForValue)
A match tree to evaluate.
|
Matcher.Builder |
Matcher.Builder.setMatcherTree(Matcher.MatcherTree value)
A match tree to evaluate.
|
Matcher.Builder |
Matcher.Builder.setOnNoMatch(Matcher.OnMatch.Builder builderForValue)
Optional OnMatch to use if the matcher failed.
|
Matcher.Builder |
Matcher.Builder.setOnNoMatch(Matcher.OnMatch value)
Optional OnMatch to use if the matcher failed.
|
Matcher.Builder |
Matcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Matcher.Builder |
Matcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Matcher.Builder |
Matcher.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Matcher.OnMatch.Builder |
Matcher.OnMatch.Builder.setMatcher(Matcher.Builder builderForValue)
Nested matcher to evaluate.
|
| Modifier and Type | Method and Description |
|---|---|
Matcher.Builder |
ExtensionWithMatcher.Builder.getMatcherBuilder()
The associated matcher.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionWithMatcher.Builder |
ExtensionWithMatcher.Builder.setMatcher(Matcher.Builder builderForValue)
The associated matcher.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.