| Package | Description |
|---|---|
| com.google.api.services.dns | |
| com.google.api.services.dns.model |
| Modifier and Type | Method and Description |
|---|---|
Dns.ManagedZones.Create |
Dns.ManagedZones.create(java.lang.String project,
ManagedZone content)
Create a new ManagedZone.
|
| Constructor and Description |
|---|
Dns.ManagedZones.Create(java.lang.String project,
ManagedZone content)
Create a new ManagedZone.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedZone |
ManagedZone.clone() |
ManagedZone |
ManagedZone.set(java.lang.String fieldName,
java.lang.Object value) |
ManagedZone |
ManagedZone.setCreationTime(java.lang.String creationTime)
The time that this resource was created on the server.
|
ManagedZone |
ManagedZone.setDescription(java.lang.String description)
A mutable string of at most 1024 characters associated with this resource for the user's
convenience.
|
ManagedZone |
ManagedZone.setDnsName(java.lang.String dnsName)
The DNS name of this managed zone, for instance "example.com.".
|
ManagedZone |
ManagedZone.setId(java.math.BigInteger id)
Unique identifier for the resource; defined by the server (output only)
|
ManagedZone |
ManagedZone.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ManagedZone |
ManagedZone.setName(java.lang.String name)
User assigned name for this resource.
|
ManagedZone |
ManagedZone.setNameServers(java.util.List<java.lang.String> nameServers)
Delegate your managed_zone to these virtual name servers; defined by the server (output only)
|
ManagedZone |
ManagedZone.setNameServerSet(java.lang.String nameServerSet)
Optionally specifies the NameServerSet for this ManagedZone.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ManagedZone> |
ManagedZonesListResponse.getManagedZones()
The managed zone resources.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedZonesListResponse |
ManagedZonesListResponse.setManagedZones(java.util.List<ManagedZone> managedZones)
The managed zone resources.
|