Package | Description |
---|---|
com.google.api.ads.adwords.jaxws.utils.v201601.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. |
class |
BatchJobUploader<OperandT,ApiErrorT,ResultT extends BatchJobMutateResultInterface<OperandT,ApiErrorT>,ResponseT extends BatchJobMutateResponseInterface<OperandT,ApiErrorT,ResultT>>
Utility for uploading operations to a BatchJob and downloading results from
a completed BatchJob.
|
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 © 2016. All Rights Reserved.