| 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.ChangeRequestListOption | 
Dns.ChangeRequestListOption.fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields of 
ChangeRequest should be returned by the
 service. | 
static Dns.ChangeRequestListOption | 
Dns.ChangeRequestListOption.pageSize(int pageSize)
The maximum number of change requests to return per RPC. 
 | 
static Dns.ChangeRequestListOption | 
Dns.ChangeRequestListOption.pageToken(String pageToken)
Returns an option to specify a page token. 
 | 
static Dns.ChangeRequestListOption | 
Dns.ChangeRequestListOption.sortOrder(Dns.SortingOrder order)
Returns an option to specify whether the the change requests should be listed in ascending
 (most-recent last) or descending (most-recent first) order with respect to when the change
 request was accepted by the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.paging.Page<ChangeRequest> | 
Zone.listChangeRequests(Dns.ChangeRequestListOption... options)
Retrieves all change requests for this zone. 
 | 
DnsBatchResult<com.google.api.gax.paging.Page<ChangeRequest>> | 
DnsBatch.listChangeRequests(String zoneName,
                  Dns.ChangeRequestListOption... options)
Adds a request representing the "list change requests" operation in the zone specified by
  
zoneName to this batch. | 
com.google.api.gax.paging.Page<ChangeRequest> | 
Dns.listChangeRequests(String zoneName,
                  Dns.ChangeRequestListOption... options)
Lists the change requests for the zone identified by name that were submitted to the service. 
 | 
Copyright © 2019 Google LLC. All rights reserved.