| Package | Description |
|---|---|
| com.google.cloud.dns |
A client to the Google Cloud DNS.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Zone.Builder
Builder for
Zone. |
| Modifier and Type | Method and Description |
|---|---|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.description(String description)
Sets a mandatory description for this zone.
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.dnsName(String dnsName)
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.name(String name)
Sets a mandatory user-provided name for the zone.
|
ZoneInfo.Builder |
ZoneInfo.toBuilder()
Returns a builder for
ZoneInfo prepopulated with the metadata of this zone. |
Copyright © 2016 Google. All rights reserved.