public interface FeedServiceInterface
| Modifier and Type | Method and Description |
|---|---|
FeedPage |
get(Selector selector)
Returns a list of Feeds that meet the selector criteria.
|
FeedReturnValue |
mutate(List<FeedOperation> operations)
Add, remove, and set Feeds.
|
FeedPage |
query(String query)
Returns the list of Feed 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.FeedServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedServiceInterfacegetResponse") FeedPage get(Selector selector) throws ApiException_Exception
selector - Determines which Feeds to return. If empty all
Feeds 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.FeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedServiceInterfacemutateResponse") FeedReturnValue mutate(List<FeedOperation> operations) throws ApiException_Exception
operations - The operations to apply.operations - 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.FeedServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.FeedServiceInterfacequeryResponse") FeedPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching Feed.ApiException_ExceptionCopyright © 2023. All rights reserved.