| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.route | |
| io.envoyproxy.envoy.type.matcher |
| Modifier and Type | Method and Description |
|---|---|
RegexMatchAndSubstitute.Builder |
RouteAction.Builder.getRegexRewriteBuilder()
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
| Modifier and Type | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.setRegexRewrite(RegexMatchAndSubstitute.Builder builderForValue)
Indicates that during forwarding, portions of the path that match the
pattern should be rewritten, even allowing the substitution of capture
groups from the pattern into the new path as specified by the rewrite
substitution string.
|
| Modifier and Type | Method and Description |
|---|---|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clear() |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clearPattern()
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clearSubstitution()
The string that should be substituted into matching portions of the
subject string during a substitution operation to produce a new string.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.clone() |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergeFrom(com.google.protobuf.Message other) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergeFrom(RegexMatchAndSubstitute other) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergePattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.newBuilder() |
static RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.newBuilder(RegexMatchAndSubstitute prototype) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.newBuilderForType() |
protected RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setPattern(RegexMatcher.Builder builderForValue)
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setPattern(RegexMatcher value)
The regular expression used to find portions of a string (hereafter called
the "subject string") that should be replaced.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setSubstitution(String value)
The string that should be substituted into matching portions of the
subject string during a substitution operation to produce a new string.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setSubstitutionBytes(com.google.protobuf.ByteString value)
The string that should be substituted into matching portions of the
subject string during a substitution operation to produce a new string.
|
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RegexMatchAndSubstitute.Builder |
RegexMatchAndSubstitute.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.