| Modifier and Type | Method and Description |
|---|---|
HttpRouteAction |
HttpRouteAction.Builder.build() |
HttpRouteAction |
HttpRouteAction.Builder.buildPartial() |
static HttpRouteAction |
HttpRouteAction.getDefaultInstance() |
HttpRouteAction |
HttpRouteAction.getDefaultInstanceForType() |
HttpRouteAction |
HttpRouteAction.Builder.getDefaultInstanceForType() |
HttpRouteAction |
UrlMap.getDefaultRouteAction()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteAction |
UrlMap.Builder.getDefaultRouteAction()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteAction |
PathMatcherOrBuilder.getDefaultRouteAction()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteAction |
UrlMapOrBuilder.getDefaultRouteAction()
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteAction |
PathMatcher.getDefaultRouteAction()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteAction |
PathMatcher.Builder.getDefaultRouteAction()
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteAction |
HttpRouteRule.getRouteAction()
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.
|
HttpRouteAction |
HttpRouteRule.Builder.getRouteAction()
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.
|
HttpRouteAction |
PathRuleOrBuilder.getRouteAction()
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.
|
HttpRouteAction |
PathRule.getRouteAction()
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.
|
HttpRouteAction |
PathRule.Builder.getRouteAction()
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.
|
HttpRouteAction |
HttpRouteRuleOrBuilder.getRouteAction()
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.
|
static HttpRouteAction |
HttpRouteAction.parseDelimitedFrom(InputStream input) |
static HttpRouteAction |
HttpRouteAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteAction |
HttpRouteAction.parseFrom(byte[] data) |
static HttpRouteAction |
HttpRouteAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteAction |
HttpRouteAction.parseFrom(ByteBuffer data) |
static HttpRouteAction |
HttpRouteAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteAction |
HttpRouteAction.parseFrom(com.google.protobuf.ByteString data) |
static HttpRouteAction |
HttpRouteAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteAction |
HttpRouteAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpRouteAction |
HttpRouteAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteAction |
HttpRouteAction.parseFrom(InputStream input) |
static HttpRouteAction |
HttpRouteAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpRouteAction> |
HttpRouteAction.getParserForType() |
static com.google.protobuf.Parser<HttpRouteAction> |
HttpRouteAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.mergeDefaultRouteAction(HttpRouteAction value)
defaultRouteAction takes effect when none of the hostRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeDefaultRouteAction(HttpRouteAction value)
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteAction.Builder |
HttpRouteAction.Builder.mergeFrom(HttpRouteAction other) |
HttpRouteRule.Builder |
HttpRouteRule.Builder.mergeRouteAction(HttpRouteAction value)
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.
|
PathRule.Builder |
PathRule.Builder.mergeRouteAction(HttpRouteAction value)
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.
|
static HttpRouteAction.Builder |
HttpRouteAction.newBuilder(HttpRouteAction prototype) |
UrlMap.Builder |
UrlMap.Builder.setDefaultRouteAction(HttpRouteAction value)
defaultRouteAction takes effect when none of the hostRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultRouteAction(HttpRouteAction value)
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.setRouteAction(HttpRouteAction value)
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.
|
PathRule.Builder |
PathRule.Builder.setRouteAction(HttpRouteAction value)
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.
|
Copyright © 2023 Google LLC. All rights reserved.