Uses of Class
com.google.cloud.dns.Zone
-
Packages that use Zone Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Zone in com.google.cloud.dns
Methods in com.google.cloud.dns that return Zone Modifier and Type Method Description Zone
Zone.Builder. build()
Zone
Dns. create(ZoneInfo zoneInfo, Dns.ZoneOption... options)
Creates a new zone.Zone
Dns. getZone(String zoneName, Dns.ZoneOption... options)
Returns the zone by the specified zone name.Zone
Zone. reload(Dns.ZoneOption... options)
Retrieves the latest information about the zone.Methods in com.google.cloud.dns that return types with arguments of type Zone Modifier and Type Method Description DnsBatchResult<Zone>
DnsBatch. createZone(ZoneInfo zone, Dns.ZoneOption... options)
Adds a request representing the "create zone" operation to this batch.DnsBatchResult<Zone>
DnsBatch. getZone(String zoneName, Dns.ZoneOption... options)
Adds a request representing the "get zone" operation to this batch.com.google.api.gax.paging.Page<Zone>
Dns. listZones(Dns.ZoneListOption... options)
Lists the zones inside the project.DnsBatchResult<com.google.api.gax.paging.Page<Zone>>
DnsBatch. listZones(Dns.ZoneListOption... options)
Adds a request representing the "list zones" operation to this batch.
-