HttpRedirectAction.Builder |
HttpRedirectAction.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clear() |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearHostRedirect() |
The host that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearHttpsRedirect() |
If set to true, the URL scheme in the redirected request is set to HTTPS.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearPathRedirect() |
The path that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearPrefixRedirect() |
The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearRedirectResponseCode() |
The HTTP Status code to use for this RedirectAction.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clearStripQuery() |
If set to true, any accompanying query portion of the original URL is removed before redirecting the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.clone() |
|
HttpRedirectAction.Builder |
PathMatcher.Builder.getDefaultUrlRedirectBuilder() |
When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction.Builder |
UrlMap.Builder.getDefaultUrlRedirectBuilder() |
When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect.
|
HttpRedirectAction.Builder |
HttpRouteRule.Builder.getUrlRedirectBuilder() |
When this rule is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectAction.Builder |
PathRule.Builder.getUrlRedirectBuilder() |
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeFrom(HttpRedirectAction other) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static HttpRedirectAction.Builder |
HttpRedirectAction.newBuilder() |
|
static HttpRedirectAction.Builder |
HttpRedirectAction.newBuilder(HttpRedirectAction prototype) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.newBuilderForType() |
|
protected HttpRedirectAction.Builder |
HttpRedirectAction.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setHostRedirect(String value) |
The host that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setHostRedirectBytes(com.google.protobuf.ByteString value) |
The host that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setHttpsRedirect(boolean value) |
If set to true, the URL scheme in the redirected request is set to HTTPS.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setPathRedirect(String value) |
The path that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setPathRedirectBytes(com.google.protobuf.ByteString value) |
The path that is used in the redirect response instead of the one that was supplied in the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setPrefixRedirect(String value) |
The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setPrefixRedirectBytes(com.google.protobuf.ByteString value) |
The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setRedirectResponseCode(String value) |
The HTTP Status code to use for this RedirectAction.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setRedirectResponseCodeBytes(com.google.protobuf.ByteString value) |
The HTTP Status code to use for this RedirectAction.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setStripQuery(boolean value) |
If set to true, any accompanying query portion of the original URL is removed before redirecting the request.
|
HttpRedirectAction.Builder |
HttpRedirectAction.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
HttpRedirectAction.Builder |
HttpRedirectAction.toBuilder() |
|