Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.ByteArrayContent |
AxisBatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.axis.v201705.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.axis.v201705.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.axis.v201708.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.axis.v201708.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.axis.v201710.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.axis.v201710.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.axis.v201802.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.axis.v201802.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.ByteArrayContent |
JaxWsBatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.jaxws.v201705.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.jaxws.v201705.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.jaxws.v201708.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.jaxws.v201708.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.jaxws.v201710.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.jaxws.v201710.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
Modifier and Type | Method and Description |
---|---|
BatchJobMutateResponse |
BatchJobHelper.downloadBatchJobMutateResponse(String downloadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadBatchJobOperations(Iterable<com.google.api.ads.adwords.jaxws.v201802.cm.Operation> operations,
String uploadUrl) |
BatchJobUploadResponse |
BatchJobHelper.uploadIncrementalBatchJobOperations(Iterable<? extends com.google.api.ads.adwords.jaxws.v201802.cm.Operation> operations,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus) |
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.
|
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 © 2018. All Rights Reserved.