Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
UrlMap.Builder |
UrlMap.Builder.addAllHostRules(List<HostRule> hostRules)
The list of HostRules to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addAllPathMatchers(List<PathMatcher> pathMatchers)
The list of named PathMatchers to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addAllTests(List<UrlMapTest> tests)
The list of expected URL mapping tests.
|
UrlMap.Builder |
UrlMap.Builder.addHostRules(HostRule hostRules)
The list of HostRules to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addPathMatchers(PathMatcher pathMatchers)
The list of named PathMatchers to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addTests(UrlMapTest tests)
The list of expected URL mapping tests.
|
UrlMap.Builder |
UrlMap.Builder.clone() |
UrlMap.Builder |
UrlMap.Builder.mergeFrom(UrlMap other) |
static UrlMap.Builder |
UrlMap.newBuilder() |
static UrlMap.Builder |
UrlMap.newBuilder(UrlMap prototype) |
UrlMap.Builder |
UrlMap.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
UrlMap.Builder |
UrlMap.Builder.setDefaultRouteAction(HttpRouteAction defaultRouteAction)
defaultRouteAction takes effect when none of the hostRules match.
|
UrlMap.Builder |
UrlMap.Builder.setDefaultService(String defaultService)
The full or partial URL of the defaultService resource to which traffic is directed if none
of the hostRules match.
|
UrlMap.Builder |
UrlMap.Builder.setDefaultUrlRedirect(HttpRedirectAction defaultUrlRedirect)
When none of the specified hostRules match, the request is redirected to a URL specified by
defaultUrlRedirect.
|
UrlMap.Builder |
UrlMap.Builder.setDescription(String description)
An optional description of this resource.
|
UrlMap.Builder |
UrlMap.Builder.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
UrlMap.Builder |
UrlMap.Builder.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
UrlMap.Builder |
UrlMap.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
UrlMap.Builder |
UrlMap.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
UrlMap.Builder |
UrlMap.Builder.setName(String name)
Name of the resource.
|
UrlMap.Builder |
UrlMap.Builder.setRegion(String region)
[Output Only] URL of the region where the regional URL map resides.
|
UrlMap.Builder |
UrlMap.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
UrlMap.Builder |
UrlMap.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.