public interface BiddingStrategyServiceInterface
| Modifier and Type | Method and Description |
|---|---|
BiddingStrategyPage |
get(Selector selector)
Returns a list of bidding strategies that match the selector.
|
BiddingStrategyReturnValue |
mutate(List<BiddingStrategyOperation> operations)
Applies the list of mutate operations.
|
BiddingStrategyPage |
query(String query)
Returns a list of bidding strategies 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.BiddingStrategyServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BiddingStrategyServiceInterfacegetResponse") BiddingStrategyPage get(Selector selector) throws ApiException_Exception
selector - com.google.ads.api.services.common.error.ApiException - if problems
occurred while retrieving results.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BiddingStrategyServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BiddingStrategyServiceInterfacemutateResponse") BiddingStrategyReturnValue mutate(List<BiddingStrategyOperation> operations) throws ApiException_Exception
operations - the operations to applyoperations - ApiExceptionApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BiddingStrategyServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BiddingStrategyServiceInterfacequeryResponse") BiddingStrategyPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - when there are one or more errors with the request.ApiException_ExceptionCopyright © 2023. All rights reserved.