Uses of Class
com.google.cloud.dns.Dns.ChangeRequestListOption
-
Packages that use Dns.ChangeRequestListOption Package Description com.google.cloud.dns A client for Cloud DNS - A highly available global DNS network. -
-
Uses of Dns.ChangeRequestListOption in com.google.cloud.dns
Methods in com.google.cloud.dns that return Dns.ChangeRequestListOption Modifier and Type Method Description static Dns.ChangeRequestListOption
Dns.ChangeRequestListOption. fields(Dns.ChangeRequestField... fields)
Returns an option to specify which fields ofChangeRequest
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.Methods in com.google.cloud.dns with parameters of type Dns.ChangeRequestListOption Modifier and Type Method Description 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.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 byzoneName
to this batch.com.google.api.gax.paging.Page<ChangeRequest>
Zone. listChangeRequests(Dns.ChangeRequestListOption... options)
Retrieves all change requests for this zone.
-