Uses of Class
com.google.cloud.dns.Dns.RecordSetListOption
-
Packages that use Dns.RecordSetListOption Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.RecordSetListOption in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.RecordSetListOption Modifier and Type Method Description static Dns.RecordSetListOption
Dns.RecordSetListOption. dnsName(String dnsName)
Restricts the list to only record sets with this fully qualified domain name.static Dns.RecordSetListOption
Dns.RecordSetListOption. fields(Dns.RecordSetField... fields)
Returns an option to specify the record set's fields to be returned by the RPC call.static Dns.RecordSetListOption
Dns.RecordSetListOption. pageSize(int pageSize)
The maximum number of record sets to return per RPC.static Dns.RecordSetListOption
Dns.RecordSetListOption. pageToken(String pageToken)
Returns an option to specify a page token.static Dns.RecordSetListOption
Dns.RecordSetListOption. type(RecordSet.Type type)
Restricts the list to return only record sets of this type.Methods in com.google.cloud.dns with parameters of type Dns.RecordSetListOption Modifier and Type Method Description com.google.api.gax.paging.Page<RecordSet>
Dns. listRecordSets(String zoneName, Dns.RecordSetListOption... options)
Lists the record sets in the zone identified by name.DnsBatchResult<com.google.api.gax.paging.Page<RecordSet>>
DnsBatch. listRecordSets(String zoneName, Dns.RecordSetListOption... options)
Adds a request representing the "list record sets" operation in the zone specified byzoneName
to this batch.com.google.api.gax.paging.Page<RecordSet>
Zone. listRecordSets(Dns.RecordSetListOption... options)
Lists allRecordSet
s associated with this zone.
-