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.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.setDescription(String description)
An optional description of this resource.
|
UrlMap.Builder |
UrlMap.Builder.setFingerprint(String fingerprint)
Fingerprint of this resource.
|
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.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
UrlMap.Builder |
UrlMap.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.