public interface DraftAsyncErrorServiceInterface
| Modifier and Type | Method and Description |
|---|---|
DraftAsyncErrorPage |
get(Selector selector)
Returns a DraftAsyncErrorPage that contains a list of DraftAsyncErrors matching the selector.
|
DraftAsyncErrorPage |
query(String query)
Returns a DraftAsyncErrorPage that contains a list of DraftAsyncErrors matching the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftAsyncErrorServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftAsyncErrorServiceInterfacegetResponse") DraftAsyncErrorPage get(Selector selector) throws ApiException_Exception
selector - {#link - com.google.ads.api.services.common.error.ApiException} if problems occurred
while retrieving the results.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftAsyncErrorServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DraftAsyncErrorServiceInterfacequeryResponse") DraftAsyncErrorPage query(String query) throws ApiException_Exception
query - {#link - com.google.ads.api.services.common.error.ApiException} if problems occurred
while retrieving the results.ApiException_ExceptionCopyright © 2023. All rights reserved.