public interface OfflineDataUploadServiceInterface
Note: This service is available only on a whitelist basis. This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1
| Modifier and Type | Method and Description |
|---|---|
OfflineDataUploadPage |
get(Selector serviceSelector)
Returns a list of OfflineDataUpload objects that match the criteria specified in the selector.
|
OfflineDataUploadReturnValue |
mutate(List<OfflineDataUploadOperation> operations)
Applies a list of mutate operations (i.e.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.OfflineDataUploadServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.OfflineDataUploadServiceInterfacegetResponse") OfflineDataUploadPage get(Selector serviceSelector) throws ApiException
Note: If an upload fails after processing, reason will be reported in OfflineDataUpload.failureReason.
serviceSelector - {@link - ApiException} if problems occurred while retrieving results.ApiException@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.OfflineDataUploadServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/rm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.rm.OfflineDataUploadServiceInterfacemutateResponse") OfflineDataUploadReturnValue mutate(List<OfflineDataUploadOperation> operations) throws ApiException
Add - uploads offline data for each entry in operations. Some operations can fail for upload
level errors like invalid UploadMetadata. Check OfflineDataUploadReturnValue
for partial failure list.
Set - updates the upload result for each upload. It is for internal use only.
Note: For AdWords API, one ADD request can have at most 2000 operations.
Note: Add operation might possibly succeed even with errors in OfflineData.
Data errors are reported in OfflineDataUpload#partialDataErrors
Note: Supports only the ADD operator. SET operator is internally used
only.(REMOVE is not supported).
operations - A list of offline data upload operations.operations - {@link - ApiException} if problems occur.ApiExceptionCopyright © 2023. All rights reserved.