Uses of Class
com.google.cloud.dns.Dns.ZoneOption
-
Packages that use Dns.ZoneOption Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ZoneOption in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ZoneOption Modifier and Type Method Description static Dns.ZoneOption
Dns.ZoneOption. fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.Methods in com.google.cloud.dns with parameters of type Dns.ZoneOption Modifier and Type Method Description Zone
Dns. create(ZoneInfo zoneInfo, Dns.ZoneOption... options)
Creates a new zone.DnsBatchResult<Zone>
DnsBatch. createZone(ZoneInfo zone, Dns.ZoneOption... options)
Adds a request representing the "create zone" operation to this batch.Zone
Dns. getZone(String zoneName, Dns.ZoneOption... options)
Returns the zone by the specified zone name.DnsBatchResult<Zone>
DnsBatch. getZone(String zoneName, Dns.ZoneOption... options)
Adds a request representing the "get zone" operation to this batch.Zone
Zone. reload(Dns.ZoneOption... options)
Retrieves the latest information about the zone.
-