public interface SharedCriterionServiceInterface
| Modifier and Type | Method and Description |
|---|---|
SharedCriterionPage |
get(Selector selector)
Returns a list of SharedCriterion that meets the selector criteria.
|
SharedCriterionReturnValue |
mutate(List<SharedCriterionOperation> operations)
Adds, removes criteria in a shared set.
|
SharedCriterionPage |
query(String query)
Returns the list of SharedCriterion 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.SharedCriterionServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedCriterionServiceInterfacegetResponse") SharedCriterionPage get(Selector selector) throws ApiException_Exception
selector - filters the criteria returnedselector - ApiExceptionApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedCriterionServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedCriterionServiceInterfacemutateResponse") SharedCriterionReturnValue mutate(List<SharedCriterionOperation> operations) throws ApiException_Exception
operations - A list of unique operationsoperations - operations array.ApiExceptionApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedCriterionServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.SharedCriterionServiceInterfacequeryResponse") SharedCriterionPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiExceptionApiException_ExceptionCopyright © 2023. All rights reserved.