Package | Description |
---|---|
com.google.api.ads.adwords.jaxws.utils.v201710.batchjob | |
com.google.api.ads.adwords.lib.utils | |
com.google.api.ads.adwords.lib.utils.logging |
Modifier and Type | Class and Description |
---|---|
class |
MutateResult
The result for a single operation submitted to a batch job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchJobHelperInterface<OperationT,OperandT,ErrorT,ResultT extends BatchJobMutateResultInterface<OperandT,ErrorT>,ResponseT extends BatchJobMutateResponseInterface<OperandT,ErrorT,ResultT>>
Utility for uploading operations and downloading results for a
BatchJob . |
interface |
BatchJobMutateResponseInterface<O,E,R extends BatchJobMutateResultInterface<O,E>>
A response containing the results of a batch job's attempted operations,
downloaded from the job's
downloadUrl after job completion. |
Modifier and Type | Method and Description |
---|---|
R[] |
BatchJobMutateResponseInterface.getMutateResults() |
Modifier and Type | Method and Description |
---|---|
<O,E,R extends BatchJobMutateResultInterface<O,E>> |
BatchJobLogger.logDownload(String downloadUrl,
BatchJobMutateResponseInterface<O,E,R> response,
Throwable throwable)
Logs a batch job results download.
|
Copyright © 2018. All Rights Reserved.