public interface CustomerExtensionSettingServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CustomerExtensionSettingPage |
get(Selector selector)
Returns a list of CustomerExtensionSettings that meet the selector criteria.
|
CustomerExtensionSettingReturnValue |
mutate(List<CustomerExtensionSettingOperation> operations)
Applies the list of mutate operations (add, remove, and set).
|
CustomerExtensionSettingPage |
query(String query)
Returns a list of CustomerExtensionSettings that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfacegetResponse") CustomerExtensionSettingPage get(Selector selector) throws ApiException_Exception
selector - Determines which CustomerExtensionSettings to return. If empty, all
CustomerExtensionSettings are returned.selector - ApiException - Indicates a problem with the request.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfacemutateResponse") CustomerExtensionSettingReturnValue mutate(List<CustomerExtensionSettingOperation> operations) throws ApiException_Exception
Beginning in v201509, add and set operations are treated identically. Performing an add operation when there is an existing ExtensionSetting will cause the operation to be treated like a set operation. Performing a set operation when there is no existing ExtensionSetting will cause the operation to be treated like an add operation.
operations - The operations to apply. The same CustomerExtensionSetting cannot be
specified in more than one operation.operations - CustomerExtensionSettings.ApiException - Indicates a problem with the request.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerExtensionSettingServiceInterfacequeryResponse") CustomerExtensionSettingPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - Indicates a problem with the request.ApiException_ExceptionCopyright © 2023. All rights reserved.