| Modifier and Type | Class and Description |
|---|---|
class |
HttpRouteAction |
static class |
HttpRouteAction.Builder |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteActionOrBuilder |
UrlMap.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteActionOrBuilder |
UrlMap.Builder.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteActionOrBuilder |
PathMatcherOrBuilder.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteActionOrBuilder |
UrlMapOrBuilder.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteActionOrBuilder |
PathMatcher.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteActionOrBuilder |
PathMatcher.Builder.getDefaultRouteActionOrBuilder()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteActionOrBuilder |
HttpRouteRule.getRouteActionOrBuilder()
In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
HttpRouteActionOrBuilder |
HttpRouteRule.Builder.getRouteActionOrBuilder()
In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
HttpRouteActionOrBuilder |
PathRuleOrBuilder.getRouteActionOrBuilder()
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
HttpRouteActionOrBuilder |
PathRule.getRouteActionOrBuilder()
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
HttpRouteActionOrBuilder |
PathRule.Builder.getRouteActionOrBuilder()
In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
HttpRouteActionOrBuilder |
HttpRouteRuleOrBuilder.getRouteActionOrBuilder()
In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend.
|
Copyright © 2023 Google LLC. All rights reserved.