Exception DnsBatchResult<T> (2.16.0)

public class DnsBatchResult<T> extends BatchResult<T,DnsException>

This class holds a single result of a batch call to the Cloud DNS.

Type Parameter

NameDescription
T

Methods

error(DnsException error)

protected void error(DnsException error)
Parameter
NameDescription
errorDnsException
Overrides
com.google.cloud.BatchResult.error(E)

success(T result)

protected void success(T result)
Parameter
NameDescription
resultT
Overrides
com.google.cloud.BatchResult.success(T)