Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpRedirectAction |
HttpRedirectAction.Builder.build() |
static HttpRedirectAction |
HttpRedirectAction.getDefaultInstance() |
HttpRedirectAction |
PathMatcher.getDefaultUrlRedirect()
When when none of the specified pathRules or routeRules match, the request is redirected to a
URL specified by defaultUrlRedirect.
|
HttpRedirectAction |
PathMatcher.Builder.getDefaultUrlRedirect()
When when none of the specified pathRules or routeRules match, the request is redirected to a
URL specified by defaultUrlRedirect.
|
HttpRedirectAction |
UrlMap.getDefaultUrlRedirect()
When none of the specified hostRules match, the request is redirected to a URL specified by
defaultUrlRedirect.
|
HttpRedirectAction |
UrlMap.Builder.getDefaultUrlRedirect()
When none of the specified hostRules match, the request is redirected to a URL specified by
defaultUrlRedirect.
|
HttpRedirectAction |
HttpRouteRule.getUrlRedirect()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectAction |
HttpRouteRule.Builder.getUrlRedirect()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectAction |
PathRule.getUrlRedirect()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectAction |
PathRule.Builder.getUrlRedirect()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
Modifier and Type | Method and Description |
---|---|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeFrom(HttpRedirectAction other) |
static HttpRedirectAction.Builder |
HttpRedirectAction.newBuilder(HttpRedirectAction prototype) |
PathMatcher.Builder |
PathMatcher.Builder.setDefaultUrlRedirect(HttpRedirectAction defaultUrlRedirect)
When when none of the specified pathRules or routeRules match, the request is redirected to a
URL specified by defaultUrlRedirect.
|
UrlMap.Builder |
UrlMap.Builder.setDefaultUrlRedirect(HttpRedirectAction defaultUrlRedirect)
When none of the specified hostRules match, the request is redirected to a URL specified by
defaultUrlRedirect.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.setUrlRedirect(HttpRedirectAction urlRedirect)
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.Builder.setUrlRedirect(HttpRedirectAction urlRedirect)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
Copyright © 2019 Google LLC. All rights reserved.