Package | Description |
---|---|
com.google.cloud.dns |
A client for Cloud DNS - A highly available global DNS network.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Page<RecordSet> |
Zone.listRecordSets(Dns.RecordSetListOption... options)
Lists all
RecordSet s associated with this zone. |
DnsBatchResult<Page<RecordSet>> |
DnsBatch.listRecordSets(String zoneName,
Dns.RecordSetListOption... options)
Adds a request representing the "list record sets" operation in the zone specified by
zoneName to this batch. |
Page<RecordSet> |
Dns.listRecordSets(String zoneName,
Dns.RecordSetListOption... options)
Lists the record sets in the zone identified by name.
|
Copyright © 2019 Google LLC. All rights reserved.