RouteMatch.Builder |
RouteMatch.Builder.addAllDynamicMetadata(java.lang.Iterable<? extends MetadataMatcher> values) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.addAllHeaders(java.lang.Iterable<? extends HeaderMatcher> values) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.addAllQueryParameters(java.lang.Iterable<? extends QueryParameterMatcher> values) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.addDynamicMetadata(int index,
MetadataMatcher value) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.addDynamicMetadata(int index,
MetadataMatcher.Builder builderForValue) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.addDynamicMetadata(MetadataMatcher value) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.addDynamicMetadata(MetadataMatcher.Builder builderForValue) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.addHeaders(int index,
HeaderMatcher value) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.addHeaders(int index,
HeaderMatcher.Builder builderForValue) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.addHeaders(HeaderMatcher value) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.addHeaders(HeaderMatcher.Builder builderForValue) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.addQueryParameters(int index,
QueryParameterMatcher value) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.addQueryParameters(int index,
QueryParameterMatcher.Builder builderForValue) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.addQueryParameters(QueryParameterMatcher value) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.addQueryParameters(QueryParameterMatcher.Builder builderForValue) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.clear() |
|
RouteMatch.Builder |
RouteMatch.Builder.clearCaseSensitive() |
Indicates that prefix/path matching should be case sensitive.
|
RouteMatch.Builder |
RouteMatch.Builder.clearConnectMatcher() |
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
|
RouteMatch.Builder |
RouteMatch.Builder.clearDynamicMetadata() |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.clearGrpc() |
If specified, only gRPC requests will be matched.
|
RouteMatch.Builder |
RouteMatch.Builder.clearHeaders() |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.clearPath() |
If specified, the route is an exact path rule meaning that the path must
exactly match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.clearPathMatchPolicy() |
[#extension-category: envoy.path.match]
|
RouteMatch.Builder |
RouteMatch.Builder.clearPathSeparatedPrefix() |
If specified, the route is a path-separated prefix rule meaning that the
``:path`` header (without the query string) must either exactly match the
``path_separated_prefix`` or have it as a prefix, followed by ``/``
For example, ``/api/dev`` would match
``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?param=true``
but would not match ``/api/developer``
Expect the value to not contain ``?`` or ``#`` and not to end in ``/``
|
RouteMatch.Builder |
RouteMatch.Builder.clearPathSpecifier() |
|
RouteMatch.Builder |
RouteMatch.Builder.clearPrefix() |
If specified, the route is a prefix rule meaning that the prefix must
match the beginning of the ``:path`` header.
|
RouteMatch.Builder |
RouteMatch.Builder.clearQueryParameters() |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.clearRuntimeFraction() |
Indicates that the route should additionally match on a runtime key.
|
RouteMatch.Builder |
RouteMatch.Builder.clearSafeRegex() |
If specified, the route is a regular expression rule meaning that the
regex must match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.clearTlsContext() |
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.Builder |
Route.Builder.getMatchBuilder() |
Route matching parameters.
|
RouteMatch.Builder |
RouteMatch.Builder.mergeCaseSensitive(com.google.protobuf.BoolValue value) |
Indicates that prefix/path matching should be case sensitive.
|
RouteMatch.Builder |
RouteMatch.Builder.mergeConnectMatcher(RouteMatch.ConnectMatcher value) |
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
|
RouteMatch.Builder |
RouteMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RouteMatch.Builder |
RouteMatch.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RouteMatch.Builder |
RouteMatch.Builder.mergeFrom(RouteMatch other) |
|
RouteMatch.Builder |
RouteMatch.Builder.mergeGrpc(RouteMatch.GrpcRouteMatchOptions value) |
If specified, only gRPC requests will be matched.
|
RouteMatch.Builder |
RouteMatch.Builder.mergePathMatchPolicy(TypedExtensionConfig value) |
[#extension-category: envoy.path.match]
|
RouteMatch.Builder |
RouteMatch.Builder.mergeRuntimeFraction(RuntimeFractionalPercent value) |
Indicates that the route should additionally match on a runtime key.
|
RouteMatch.Builder |
RouteMatch.Builder.mergeSafeRegex(RegexMatcher value) |
If specified, the route is a regular expression rule meaning that the
regex must match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.mergeTlsContext(RouteMatch.TlsContextMatchOptions value) |
If specified, the client tls context will be matched against the defined
match options.
|
static RouteMatch.Builder |
RouteMatch.newBuilder() |
|
static RouteMatch.Builder |
RouteMatch.newBuilder(RouteMatch prototype) |
|
RouteMatch.Builder |
RouteMatch.newBuilderForType() |
|
protected RouteMatch.Builder |
RouteMatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RouteMatch.Builder |
RouteMatch.Builder.removeDynamicMetadata(int index) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.removeHeaders(int index) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.removeQueryParameters(int index) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.setCaseSensitive(com.google.protobuf.BoolValue value) |
Indicates that prefix/path matching should be case sensitive.
|
RouteMatch.Builder |
RouteMatch.Builder.setCaseSensitive(com.google.protobuf.BoolValue.Builder builderForValue) |
Indicates that prefix/path matching should be case sensitive.
|
RouteMatch.Builder |
RouteMatch.Builder.setConnectMatcher(RouteMatch.ConnectMatcher value) |
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
|
RouteMatch.Builder |
RouteMatch.Builder.setConnectMatcher(RouteMatch.ConnectMatcher.Builder builderForValue) |
If this is used as the matcher, the matcher will only match CONNECT or CONNECT-UDP requests.
|
RouteMatch.Builder |
RouteMatch.Builder.setDynamicMetadata(int index,
MetadataMatcher value) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.setDynamicMetadata(int index,
MetadataMatcher.Builder builderForValue) |
Specifies a set of dynamic metadata matchers on which the route should match.
|
RouteMatch.Builder |
RouteMatch.Builder.setGrpc(RouteMatch.GrpcRouteMatchOptions value) |
If specified, only gRPC requests will be matched.
|
RouteMatch.Builder |
RouteMatch.Builder.setGrpc(RouteMatch.GrpcRouteMatchOptions.Builder builderForValue) |
If specified, only gRPC requests will be matched.
|
RouteMatch.Builder |
RouteMatch.Builder.setHeaders(int index,
HeaderMatcher value) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.setHeaders(int index,
HeaderMatcher.Builder builderForValue) |
Specifies a set of headers that the route should match on.
|
RouteMatch.Builder |
RouteMatch.Builder.setPath(java.lang.String value) |
If specified, the route is an exact path rule meaning that the path must
exactly match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.setPathBytes(com.google.protobuf.ByteString value) |
If specified, the route is an exact path rule meaning that the path must
exactly match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.setPathMatchPolicy(TypedExtensionConfig value) |
[#extension-category: envoy.path.match]
|
RouteMatch.Builder |
RouteMatch.Builder.setPathMatchPolicy(TypedExtensionConfig.Builder builderForValue) |
[#extension-category: envoy.path.match]
|
RouteMatch.Builder |
RouteMatch.Builder.setPathSeparatedPrefix(java.lang.String value) |
If specified, the route is a path-separated prefix rule meaning that the
``:path`` header (without the query string) must either exactly match the
``path_separated_prefix`` or have it as a prefix, followed by ``/``
For example, ``/api/dev`` would match
``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?param=true``
but would not match ``/api/developer``
Expect the value to not contain ``?`` or ``#`` and not to end in ``/``
|
RouteMatch.Builder |
RouteMatch.Builder.setPathSeparatedPrefixBytes(com.google.protobuf.ByteString value) |
If specified, the route is a path-separated prefix rule meaning that the
``:path`` header (without the query string) must either exactly match the
``path_separated_prefix`` or have it as a prefix, followed by ``/``
For example, ``/api/dev`` would match
``/api/dev``, ``/api/dev/``, ``/api/dev/v1``, and ``/api/dev?param=true``
but would not match ``/api/developer``
Expect the value to not contain ``?`` or ``#`` and not to end in ``/``
|
RouteMatch.Builder |
RouteMatch.Builder.setPrefix(java.lang.String value) |
If specified, the route is a prefix rule meaning that the prefix must
match the beginning of the ``:path`` header.
|
RouteMatch.Builder |
RouteMatch.Builder.setPrefixBytes(com.google.protobuf.ByteString value) |
If specified, the route is a prefix rule meaning that the prefix must
match the beginning of the ``:path`` header.
|
RouteMatch.Builder |
RouteMatch.Builder.setQueryParameters(int index,
QueryParameterMatcher value) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.setQueryParameters(int index,
QueryParameterMatcher.Builder builderForValue) |
Specifies a set of URL query parameters on which the route should
match.
|
RouteMatch.Builder |
RouteMatch.Builder.setRuntimeFraction(RuntimeFractionalPercent value) |
Indicates that the route should additionally match on a runtime key.
|
RouteMatch.Builder |
RouteMatch.Builder.setRuntimeFraction(RuntimeFractionalPercent.Builder builderForValue) |
Indicates that the route should additionally match on a runtime key.
|
RouteMatch.Builder |
RouteMatch.Builder.setSafeRegex(RegexMatcher value) |
If specified, the route is a regular expression rule meaning that the
regex must match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.setSafeRegex(RegexMatcher.Builder builderForValue) |
If specified, the route is a regular expression rule meaning that the
regex must match the ``:path`` header once the query string is removed.
|
RouteMatch.Builder |
RouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions value) |
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.Builder |
RouteMatch.Builder.setTlsContext(RouteMatch.TlsContextMatchOptions.Builder builderForValue) |
If specified, the client tls context will be matched against the defined
match options.
|
RouteMatch.Builder |
RouteMatch.toBuilder() |
|