public class OfflineDataUploadServiceInterfacemutate extends Object
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).
| Modifier and Type | Field and Description |
|---|---|
protected List<OfflineDataUploadOperation> |
operations |
| Constructor and Description |
|---|
OfflineDataUploadServiceInterfacemutate() |
| Modifier and Type | Method and Description |
|---|---|
List<OfflineDataUploadOperation> |
getOperations()
Gets the value of the operations property.
|
protected List<OfflineDataUploadOperation> operations
public OfflineDataUploadServiceInterfacemutate()
public List<OfflineDataUploadOperation> getOperations()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
OfflineDataUploadOperation
Copyright © 2023. All rights reserved.