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.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.
|
Modifier and Type | Method and Description |
---|---|
DnsBatchResult<Page<Zone>> |
DnsBatch.listZones(Dns.ZoneListOption... options)
Adds a request representing the "list zones" operation to this batch.
|
Page<Zone> |
Dns.listZones(Dns.ZoneListOption... options)
Lists the zones inside the project.
|
Copyright © 2019 Google LLC. All rights reserved.