public interface AssetServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AssetPage |
get(Selector selector)
Loads an AssetPage containing a list of
Asset objects matching the selector. |
AssetReturnValue |
mutate(List<AssetOperation> operations)
Applies the list of mutate operations.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AssetServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AssetServiceInterfacegetResponse") AssetPage get(Selector selector) throws ApiException_Exception
Asset objects matching the selector.selector - defines which subset of all available assets to return, the sort order, and
which fields to includeselector - com.google.ads.api.services.common.error.ApiException - if errors occurred while
retrieving the results.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AssetServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AssetServiceInterfacemutateResponse") AssetReturnValue mutate(List<AssetOperation> operations) throws ApiException_Exception
AssetService, only ADD and REMOVE operations
are currently allowed.operations - The operations to apply.operations - Assets where each entry in the list is the result of applying the
operation in the input list with the same index.ApiException_ExceptionCopyright © 2023. All rights reserved.