Uses of Class
com.google.cloud.dns.Dns.ZoneListOption
-
Packages that use Dns.ZoneListOption Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ZoneListOption in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ZoneListOption Modifier and Type Method Description static Dns.ZoneListOption
Dns.ZoneListOption. dnsName(String dnsName)
Restricts the list to only zone with this fully qualified domain name.static Dns.ZoneListOption
Dns.ZoneListOption. fields(Dns.ZoneField... fields)
Returns an option to specify the zones's fields to be returned by the RPC call.static Dns.ZoneListOption
Dns.ZoneListOption. pageSize(int pageSize)
The maximum number of zones to return per RPC.static Dns.ZoneListOption
Dns.ZoneListOption. pageToken(String pageToken)
Returns an option to specify a page token.Methods in com.google.cloud.dns with parameters of type Dns.ZoneListOption Modifier and Type Method Description 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.
-