public class BatchJobUploader extends Object
| Constructor and Description |
|---|
BatchJobUploader(AdWordsSession session)
Constructor that stores the session for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
BatchJobUploadResponse |
uploadIncrementalBatchJobOperations(BatchJobMutateRequestInterface request,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus)
Incrementally uploads a batch job's operations and returns the response.
|
public BatchJobUploader(AdWordsSession session)
session - the AdWords session to use for authentication.public BatchJobUploadResponse uploadIncrementalBatchJobOperations(BatchJobMutateRequestInterface request, boolean isLastRequest, BatchJobUploadStatus batchJobUploadStatus) throws BatchJobException
request - the request to uploadisLastRequest - if the request is the last request in the sequence of uploads for the jobbatchJobUploadStatus - the current upload status of the jobBatchJobExceptionCopyright © 2017. All Rights Reserved.