All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201505.PublisherQueryLanguageServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * PublisherQueryLanguageServiceInterface.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 PublisherQueryLanguageServiceInterface extends java.rmi.Remote {

    /**
     * Retrieves rows of data that satisfy the given {@link Statement#query}
     * from
     *         the system.
     *         
     *         
     * @param selectStatement a Publisher Query Language statement used to
     * specify what data needs to returned
     *         
     *         
     * @return a result set of data that matches the given filter
     */
    public com.google.api.ads.dfp.axis.v201505.ResultSet select(com.google.api.ads.dfp.axis.v201505.Statement selectStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy