public interface SharedSetServiceInterface
SharedSet entities themselves
and the association between sets and campaigns.
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 |
|---|---|
SharedSetPage |
get(Selector selector)
Returns a list of SharedSets based on the given selector.
|
SharedSetReturnValue |
mutate(List<SharedSetOperation> operations)
Applies the list of mutate operations.
|
SharedSetPage |
query(String query)
Returns the list of SharedSet entities 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.SharedSetServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedSetServiceInterfacegetResponse") SharedSetPage 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.SharedSetServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedSetServiceInterfacemutateResponse") SharedSetReturnValue mutate(List<SharedSetOperation> 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.SharedSetServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedSetServiceInterfacequeryResponse") SharedSetPage 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.