Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HostRule.Builder |
HostRule.Builder.addAllHosts(List<String> hosts)
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.addHosts(String hosts)
The list of host patterns to match.
|
HostRule.Builder |
HostRule.Builder.clone() |
HostRule.Builder |
HostRule.Builder.mergeFrom(HostRule other) |
static HostRule.Builder |
HostRule.newBuilder() |
static HostRule.Builder |
HostRule.newBuilder(HostRule prototype) |
HostRule.Builder |
HostRule.Builder.setDescription(String description)
An optional description of this resource.
|
HostRule.Builder |
HostRule.Builder.setPathMatcher(String pathMatcher)
The name of the PathMatcher to use to match the path portion of the URL if the hostRule
matches the URL's host portion.
|
HostRule.Builder |
HostRule.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.