
com.google.api.ads.dfp.axis.v201508.SharedAdUnitServiceInterface Maven / Gradle / Ivy
Show all versions of dfp-axis Show documentation
/**
* SharedAdUnitServiceInterface.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.v201508;
public interface SharedAdUnitServiceInterface extends java.rmi.Remote {
/**
* This method is deprecated and returns null.
* Instead, use {@link InventoryUnitService#getAdUnitsByStatement}
* filtering on
* {@code isSharedByDistributor = true}.
*/
public com.google.api.ads.dfp.axis.v201508.SharedAdUnitPage getSharedAdUnitsByStatement(com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
/**
* This method is deprecated and is a no-op.
*
*
Performs actions on shared ad unit objects that match the
* given
* {@link Statement#query}.
*
*
* @param sharedAdUnitAction the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of shared ad units
*
* @return the result of the update action, which contains the number
* of shared ad units
* on which the action was performed.
*/
public com.google.api.ads.dfp.axis.v201508.UpdateResult performSharedAdUnitAction(com.google.api.ads.dfp.axis.v201508.SharedAdUnitAction sharedAdUnitAction, com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
}