| Package | Description |
|---|---|
| com.google.api.ads.adwords.lib.utils |
| Modifier and Type | Method and Description |
|---|---|
ResponseT |
BatchJobHelperInterface.downloadBatchJobMutateResponse(String downloadUrl)
Downloads and returns the results from the attempted operations for a completed batch job.
|
ResponseT |
BatchJobHelperInterface.downloadBatchJobMutateResponse(String downloadUrl,
int startIndex,
int numberResults)
Downloads and returns a chunk of results from the attempted operations for a completed batch
job.
|
com.google.api.client.http.ByteArrayContent |
BatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest)
Returns the batch job upload operations as
ByteArrayContent. |
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.
|
Copyright © 2019. All rights reserved.