Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
PathMatcher.Builder |
PathMatcher.Builder.addAllPathRules(List<PathRule> pathRules)
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addAllRouteRules(List<HttpRouteRule> routeRules)
The list of ordered HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addPathRules(PathRule pathRules)
The list of path rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(HttpRouteRule routeRules)
The list of ordered HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.clone() |
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(PathMatcher other) |
static PathMatcher.Builder |
PathMatcher.newBuilder() |
static PathMatcher.Builder |
PathMatcher.newBuilder(PathMatcher prototype) |
PathMatcher.Builder |
PathMatcher.Builder.setDefaultRouteAction(HttpRouteAction defaultRouteAction)
defaultRouteAction takes effect when none of the pathRules or routeRules match.
|
PathMatcher.Builder |
PathMatcher.Builder.setDefaultService(String defaultService)
The full or partial URL to the BackendService resource.
|
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.
|
PathMatcher.Builder |
PathMatcher.Builder.setDescription(String description)
An optional description of this resource.
|
PathMatcher.Builder |
PathMatcher.Builder.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
PathMatcher.Builder |
PathMatcher.Builder.setName(String name)
The name to which this PathMatcher is referred by the HostRule.
|
PathMatcher.Builder |
PathMatcher.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.