public interface ContentMetadataKeyHierarchyServiceInterface
ContentMetadataKeyHierarchy
objects.
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<ContentMetadataKeyHierarchy> |
createContentMetadataKeyHierarchies(List<ContentMetadataKeyHierarchy> contentMetadataKeyHierarchies)
Creates new
ContentMetadataKeyHierarchy objects. |
ContentMetadataKeyHierarchyPage |
getContentMetadataKeyHierarchiesByStatement(Statement filterStatement)
Gets a
ContentMetadataKeyHierarchyPage of ContentMetadataKeyHierarchy
objects that satisfy the given Statement.query. |
UpdateResult |
performContentMetadataKeyHierarchyAction(ContentMetadataKeyHierarchyAction contentMetadataKeyHierarchyAction,
Statement filterStatement)
Performs actions on
ContentMetadataKeyHierarchy objects that match the given Statement.query. |
List<ContentMetadataKeyHierarchy> |
updateContentMetadataKeyHierarchies(List<ContentMetadataKeyHierarchy> contentMetadataKeyHierarchies)
Updates the specified
ContentMetadataKeyHierarchy objects. |
@RequestWrapper(localName="createContentMetadataKeyHierarchies", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfacecreateContentMetadataKeyHierarchies") @ResponseWrapper(localName="createContentMetadataKeyHierarchiesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfacecreateContentMetadataKeyHierarchiesResponse") List<ContentMetadataKeyHierarchy> createContentMetadataKeyHierarchies(List<ContentMetadataKeyHierarchy> contentMetadataKeyHierarchies) throws ApiException_Exception
ContentMetadataKeyHierarchy objects.
The following fields are required:
contentMetadataKeyHierarchies - the hierarchies to createcontentMetadataKeyHierarchies - ApiException_Exception@RequestWrapper(localName="getContentMetadataKeyHierarchiesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfacegetContentMetadataKeyHierarchiesByStatement") @ResponseWrapper(localName="getContentMetadataKeyHierarchiesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfacegetContentMetadataKeyHierarchiesByStatementResponse") ContentMetadataKeyHierarchyPage getContentMetadataKeyHierarchiesByStatement(Statement filterStatement) throws ApiException_Exception
ContentMetadataKeyHierarchyPage of ContentMetadataKeyHierarchy
objects that satisfy the given Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
id |
ContentMetadataKeyHierarchy.id |
name |
ContentMetadataKeyHierarchy.name |
status |
ContentMetadataKeyHierarchy.status |
filterStatement - a Publisher Query Language statement used to filter a set of
content metadata key hierarchiesfilterStatement - ApiException - if the ID of the active network does not exist or there is a
backend errorApiException_Exception@RequestWrapper(localName="performContentMetadataKeyHierarchyAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfaceperformContentMetadataKeyHierarchyAction") @ResponseWrapper(localName="performContentMetadataKeyHierarchyActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfaceperformContentMetadataKeyHierarchyActionResponse") UpdateResult performContentMetadataKeyHierarchyAction(ContentMetadataKeyHierarchyAction contentMetadataKeyHierarchyAction, Statement filterStatement) throws ApiException_Exception
ContentMetadataKeyHierarchy objects that match the given Statement.query.contentMetadataKeyHierarchyAction - the action to performfilterStatement - a Publisher Query Language statement used to filter a set of hierarchiesfilterStatement - contentMetadataKeyHierarchyAction - ApiException_Exception@RequestWrapper(localName="updateContentMetadataKeyHierarchies", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfaceupdateContentMetadataKeyHierarchies") @ResponseWrapper(localName="updateContentMetadataKeyHierarchiesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ContentMetadataKeyHierarchyServiceInterfaceupdateContentMetadataKeyHierarchiesResponse") List<ContentMetadataKeyHierarchy> updateContentMetadataKeyHierarchies(List<ContentMetadataKeyHierarchy> contentMetadataKeyHierarchies) throws ApiException_Exception
ContentMetadataKeyHierarchy objects.contentMetadataKeyHierarchies - the hierarchies to updatecontentMetadataKeyHierarchies - ApiException - if there is an error updating the one of the hierarchiesApiException_ExceptionCopyright © 2018. All Rights Reserved.