public interface BudgetServiceInterface
| Modifier and Type | Method and Description |
|---|---|
BudgetPage |
get(Selector selector)
Returns a list of budgets that match the selector.
|
BudgetReturnValue |
mutate(List<BudgetOperation> operations)
Applies the list of mutate operations.
|
BudgetPage |
query(String query)
Returns the list of budgets 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.BudgetServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BudgetServiceInterfacegetResponse") BudgetPage 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.BudgetServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BudgetServiceInterfacemutateResponse") BudgetReturnValue mutate(List<BudgetOperation> operations) throws ApiException_Exception
operations - The operations to apply.operations - operations.ApiExceptionApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BudgetServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.BudgetServiceInterfacequeryResponse") BudgetPage query(String query) throws ApiException_Exception
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.