public interface LabelServiceInterface
| Modifier and Type | Method and Description |
|---|---|
LabelPage |
get(Selector serviceSelector)
Returns a list of
Labels. |
LabelReturnValue |
mutate(List<LabelOperation> operations)
Applies the list of mutate operations.
|
LabelPage |
query(String query)
Returns the list of
Labels 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.LabelServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LabelServiceInterfacegetResponse") LabelPage get(Selector serviceSelector) throws ApiException_Exception
Labels.serviceSelector - The selector specifying the Labels to return.serviceSelector - Labels which meet the criteria specified by the
selector.ApiException - when there is at least one error with the requestApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LabelServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LabelServiceInterfacemutateResponse") LabelReturnValue mutate(List<LabelOperation> operations) throws ApiException_Exception
operations - The operations to apply. The same Label cannot be specified in
more than one operation.operations - Labels.ApiException - when there is at least one error with the requestApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LabelServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.LabelServiceInterfacequeryResponse") LabelPage query(String query) throws ApiException_Exception
Labels 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.