public interface CampaignSharedSetServiceInterface
SharedSet entities
and Campaign entities.
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 |
|---|---|
CampaignSharedSetPage |
get(Selector selector)
Returns a list of CampaignSharedSets based on the given selector.
|
CampaignSharedSetReturnValue |
mutate(List<CampaignSharedSetOperation> operations)
Applies the list of mutate operations.
|
CampaignSharedSetPage |
query(String query)
Returns the list of CampaignSharedSets 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.CampaignSharedSetServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignSharedSetServiceInterfacegetResponse") CampaignSharedSetPage get(Selector selector) throws ApiException_Exception
selector - the selector specifying the queryselector - ApiExceptionApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignSharedSetServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignSharedSetServiceInterfacemutateResponse") CampaignSharedSetReturnValue mutate(List<CampaignSharedSetOperation> operations) throws ApiException_Exception
operations - the operations to applyoperations - ApiExceptionApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignSharedSetServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignSharedSetServiceInterfacequeryResponse") CampaignSharedSetPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query stringquery - ApiException - when the query is invalid or there are errors processing the request.ApiException_ExceptionCopyright © 2023. All rights reserved.