Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Class and Description |
---|---|
static class |
Zone.Builder
Builder for
Zone . |
Modifier and Type | Method and Description |
---|---|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setDescription(String description)
Sets a mandatory description for this zone.
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setDnsName(String dnsName)
Sets a mandatory DNS name of this zone, for instance "example.com.".
|
abstract ZoneInfo.Builder |
ZoneInfo.Builder.setName(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 © 2019 Google LLC. All rights reserved.