public interface LocationCriterionServiceInterface
LocationCriterion constants that match a specified name or list of
criterion id(s) as specified in the input selector.
Please note that filtering by date range is not supported. 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 |
|---|---|
List<LocationCriterion> |
get(Selector selector)
Returns a list of
LocationCriterion's that match the specified selector. |
List<LocationCriterion> |
query(String query)
Returns the list of
LocationCriterions 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.LocationCriterionServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LocationCriterionServiceInterfacegetResponse") List<LocationCriterion> get(Selector selector) throws ApiException_Exception
LocationCriterion's that match the specified selector.selector - filters the LocationCriterion to be returned.selector - ApiException - when there is at least one error 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.LocationCriterionServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LocationCriterionServiceInterfacequeryResponse") List<LocationCriterion> query(String query) throws ApiException_Exception
LocationCriterions that match the query.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.