void |
RpcBatch.addApplyChangeRequest(String zoneName,
com.google.api.services.dns.model.Change change,
RpcBatch.Callback<com.google.api.services.dns.model.Change> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "apply change request" to the batch with the provided callback and
options .
|
void |
RpcBatch.addCreateZone(com.google.api.services.dns.model.ManagedZone zone,
RpcBatch.Callback<com.google.api.services.dns.model.ManagedZone> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "create zone" to the batch with the provided callback and
options .
|
void |
RpcBatch.addDeleteZone(String zoneName,
RpcBatch.Callback<Void> callback) |
Adds a call to "delete zone" to the batch with the provided callback .
|
void |
RpcBatch.addGetChangeRequest(String zoneName,
String changeRequestId,
RpcBatch.Callback<com.google.api.services.dns.model.Change> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "get change request" to the batch with the provided callback and
options .
|
void |
RpcBatch.addGetProject(RpcBatch.Callback<com.google.api.services.dns.model.Project> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "get project" to the batch with the provided callback and
options .
|
void |
RpcBatch.addGetZone(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ManagedZone> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "get zone" to the batch with the provided callback and options .
|
void |
RpcBatch.addListChangeRequests(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ChangesListResponse> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "list change requests" to the batch with the provided callback and
options .
|
void |
RpcBatch.addListRecordSets(String zoneName,
RpcBatch.Callback<com.google.api.services.dns.model.ResourceRecordSetsListResponse> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "list record sets" to the batch with the provided callback and
options .
|
void |
RpcBatch.addListZones(RpcBatch.Callback<com.google.api.services.dns.model.ManagedZonesListResponse> callback,
Map<DnsRpc.Option,?> options) |
Adds a call to "list zones" to the batch with the provided callback and
options .
|