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.ChangeRequestListOptionDns.ChangeRequestListOption. fields(Dns.ChangeRequestField... fields)Returns an option to specify which fields ofChangeRequestshould be returned by the service.static Dns.ChangeRequestListOptionDns.ChangeRequestListOption. pageSize(int pageSize)The maximum number of change requests to return per RPC.static Dns.ChangeRequestListOptionDns.ChangeRequestListOption. pageToken(String pageToken)Returns an option to specify a page token.static Dns.ChangeRequestListOptionDns.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 byzoneNameto this batch.com.google.api.gax.paging.Page<ChangeRequest>Zone. listChangeRequests(Dns.ChangeRequestListOption... options)Retrieves all change requests for this zone.
-