| Package | Description |
|---|---|
| com.google.api.ads.adwords.lib.utils | |
| com.google.api.ads.adwords.lib.utils.logging |
| Modifier and Type | Method and Description |
|---|---|
BatchJobUploadResponse |
BatchJobHelperInterface.uploadBatchJobOperations(Iterable<OperationT> operations,
String uploadUrl)
Uploads the specified operations to the batch job.
|
BatchJobUploadResponse |
BatchJobUploader.uploadIncrementalBatchJobOperations(BatchJobMutateRequestInterface request,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus)
Incrementally uploads a batch job's operations and returns the response.
|
BatchJobUploadResponse |
BatchJobHelperInterface.uploadIncrementalBatchJobOperations(Iterable<? extends OperationT> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus)
Uploads the specified operations to the batch job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchJobLogger.logUpload(String uploadContents,
URI uploadUri,
BatchJobUploadResponse batchJobUploadResponse,
Throwable throwable)
Logs a batch job operations upload.
|
Copyright © 2019. All rights reserved.