| Modifier and Type | Class and Description |
|---|---|
class |
HttpRedirectAction
Specifies settings for an HTTP redirect.
|
static class |
HttpRedirectAction.Builder
Specifies settings for an HTTP redirect.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRedirectActionOrBuilder |
UrlMap.getDefaultUrlRedirectOrBuilder()
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
UrlMap.Builder.getDefaultUrlRedirectOrBuilder()
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
PathMatcherOrBuilder.getDefaultUrlRedirectOrBuilder()
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
UrlMapOrBuilder.getDefaultUrlRedirectOrBuilder()
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
PathMatcher.getDefaultUrlRedirectOrBuilder()
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
PathMatcher.Builder.getDefaultUrlRedirectOrBuilder()
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectActionOrBuilder |
HttpRouteRule.getUrlRedirectOrBuilder()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectActionOrBuilder |
HttpRouteRule.Builder.getUrlRedirectOrBuilder()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectActionOrBuilder |
PathRuleOrBuilder.getUrlRedirectOrBuilder()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectActionOrBuilder |
PathRule.getUrlRedirectOrBuilder()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectActionOrBuilder |
PathRule.Builder.getUrlRedirectOrBuilder()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectActionOrBuilder |
HttpRouteRuleOrBuilder.getUrlRedirectOrBuilder()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
Copyright © 2023 Google LLC. All rights reserved.