public interface TrialAsyncErrorServiceInterface
| Modifier and Type | Method and Description |
|---|---|
TrialAsyncErrorPage |
get(Selector selector)
Returns a TrialAsyncErrorPage that contains a list of TrialAsyncErrors matching the selector.
|
TrialAsyncErrorPage |
query(String query)
Returns a TrialAsyncErrorPage that contains a list of TrialAsyncError matching the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.TrialAsyncErrorServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.TrialAsyncErrorServiceInterfacegetResponse") TrialAsyncErrorPage 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.TrialAsyncErrorServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.TrialAsyncErrorServiceInterfacequeryResponse") TrialAsyncErrorPage 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.