| Modifier and Type | Method and Description |
|---|---|
HttpRedirectAction |
HttpRedirectAction.Builder.build() |
HttpRedirectAction |
HttpRedirectAction.Builder.buildPartial() |
static HttpRedirectAction |
HttpRedirectAction.getDefaultInstance() |
HttpRedirectAction |
HttpRedirectAction.getDefaultInstanceForType() |
HttpRedirectAction |
HttpRedirectAction.Builder.getDefaultInstanceForType() |
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 |
PathMatcherOrBuilder.getDefaultUrlRedirect()
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction |
UrlMapOrBuilder.getDefaultUrlRedirect()
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction |
PathMatcher.getDefaultUrlRedirect()
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction |
PathMatcher.Builder.getDefaultUrlRedirect()
When none of the specified pathRules or routeRules 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 |
PathRuleOrBuilder.getUrlRedirect()
When a path pattern 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.
|
HttpRedirectAction |
HttpRouteRuleOrBuilder.getUrlRedirect()
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
static HttpRedirectAction |
HttpRedirectAction.parseDelimitedFrom(InputStream input) |
static HttpRedirectAction |
HttpRedirectAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(byte[] data) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(ByteBuffer data) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(com.google.protobuf.ByteString data) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(InputStream input) |
static HttpRedirectAction |
HttpRedirectAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpRedirectAction> |
HttpRedirectAction.getParserForType() |
static com.google.protobuf.Parser<HttpRedirectAction> |
HttpRedirectAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.mergeDefaultUrlRedirect(HttpRedirectAction value)
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeDefaultUrlRedirect(HttpRedirectAction value)
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeFrom(HttpRedirectAction other) |
HttpRouteRule.Builder |
HttpRouteRule.Builder.mergeUrlRedirect(HttpRedirectAction value)
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.Builder.mergeUrlRedirect(HttpRedirectAction value)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
static HttpRedirectAction.Builder |
HttpRedirectAction.newBuilder(HttpRedirectAction prototype) |
UrlMap.Builder |
UrlMap.Builder.setDefaultUrlRedirect(HttpRedirectAction value)
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultUrlRedirect(HttpRedirectAction value)
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.setUrlRedirect(HttpRedirectAction value)
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
PathRule.Builder |
PathRule.Builder.setUrlRedirect(HttpRedirectAction value)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
Copyright © 2023 Google LLC. All rights reserved.