Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpRouteAction |
HttpRouteAction.Builder.build() |
static HttpRouteAction |
HttpRouteAction.getDefaultInstance() |
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 |
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 |
HttpRouteRule.getRouteAction()
In response to a matching matchRule, the load balancer performs advanced routing actions like
URL rewrites, header transformations, etc.
|
HttpRouteAction |
HttpRouteRule.Builder.getRouteAction()
In response to a matching matchRule, the load balancer performs advanced routing actions like
URL rewrites, header transformations, etc.
|
HttpRouteAction |
PathRule.getRouteAction()
In response to a matching path, the load balancer performs advanced routing actions like URL
rewrites, header transformations, etc.
|
HttpRouteAction |
PathRule.Builder.getRouteAction()
In response to a matching path, the load balancer performs advanced routing actions like URL
rewrites, header transformations, etc.
|
Modifier and Type | Method and Description |
---|---|
HttpRouteAction.Builder |
HttpRouteAction.Builder.mergeFrom(HttpRouteAction other) |
static HttpRouteAction.Builder |
HttpRouteAction.newBuilder(HttpRouteAction prototype) |
PathMatcher.Builder |
PathMatcher.Builder.setDefaultRouteAction(HttpRouteAction defaultRouteAction)
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
UrlMap.Builder |
UrlMap.Builder.setDefaultRouteAction(HttpRouteAction defaultRouteAction)
defaultRouteAction takes effect when none of the hostRules match.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.setRouteAction(HttpRouteAction routeAction)
In response to a matching matchRule, the load balancer performs advanced routing actions like
URL rewrites, header transformations, etc.
|
PathRule.Builder |
PathRule.Builder.setRouteAction(HttpRouteAction routeAction)
In response to a matching path, the load balancer performs advanced routing actions like URL
rewrites, header transformations, etc.
|
Copyright © 2019 Google LLC. All rights reserved.