
com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchyServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* ContentMetadataKeyHierarchyServiceInterface.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201505;
public interface ContentMetadataKeyHierarchyServiceInterface extends java.rmi.Remote {
/**
* Creates new {@link ContentMetadataKeyHierarchy} objects.
*
* The following fields are required:
*
* - {@link ContentMetadataKeyHierarchy#id}
* - {@link ContentMetadataKeyHierarchy#name}
* - {@link ContentMetadataKeyHierarchy#hierarchyLevels}
*
*
*
* @param contentMetadataKeyHierarchies the hierarchies to create
*
* @return the created hierarchies with their IDs filled in
*/
public com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchy[] createContentMetadataKeyHierarchies(com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchy[] contentMetadataKeyHierarchies) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
/**
* Gets a {@link ContentMetadataKeyHierarchyPage} of {@link ContentMetadataKeyHierarchy}
* objects that satisfy the given {@link Statement#query}. The following
* fields are supported
* for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link ContentMetadataKeyHierarchy#id}
*
*
* {@code name}
* {@link ContentMetadataKeyHierarchy#name}
*
*
* {@code status}
* {@link ContentMetadataKeyHierarchy#status}
*
*
*
*
* @param filterStatement a Publisher Query Language statement used to
* filter a set of
* content metadata key hierarchies
*
* @return the content metadata key hierarchies that match the given
* filter
*
* @throws ApiException if the ID of the active network does not exist
* or there is a
* backend error
*/
public com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchyPage getContentMetadataKeyHierarchiesByStatement(com.google.api.ads.dfp.axis.v201505.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
/**
* Performs actions on {@link ContentMetadataKeyHierarchy} objects
* that match the given
* {@link Statement#query}.
*
*
* @param contentMetadataKeyHierarchyAction the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of hierarchies
*
* @return the result of the action performed
*/
public com.google.api.ads.dfp.axis.v201505.UpdateResult performContentMetadataKeyHierarchyAction(com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchyAction contentMetadataKeyHierarchyAction, com.google.api.ads.dfp.axis.v201505.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
/**
* Updates the specified {@link ContentMetadataKeyHierarchy} objects.
*
*
* @param contentMetadataKeyHierarchies the hierarchies to update
*
* @return the updated hierarchies
*
* @throws ApiException if there is an error updating the one of the
* hierarchies
*/
public com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchy[] updateContentMetadataKeyHierarchies(com.google.api.ads.dfp.axis.v201505.ContentMetadataKeyHierarchy[] contentMetadataKeyHierarchies) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy