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

com.google.api.ads.dfp.axis.v201602.LiveStreamEventServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * LiveStreamEventServiceInterface.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.v201602;

public interface LiveStreamEventServiceInterface extends java.rmi.Remote {

    /**
     * Creates new {@link LiveStreamEvent} objects.
     *         
     *         The following fields are required:
     *         
    *
  • {@link LiveStreamEvent#name}
  • *
  • {@link LiveStreamEvent#startDateTime}
  • *
  • {@link LiveStreamEvent#endDateTime}
  • *
  • {@link LiveStreamEvent#contentUrls}
  • *
  • {@link LiveStreamEvent#adTags}
  • *
* * * @param liveStreamEvents the live stream events to create * * @return the created live stream events with their IDs filled in */ public com.google.api.ads.dfp.axis.v201602.LiveStreamEvent[] createLiveStreamEvents(com.google.api.ads.dfp.axis.v201602.LiveStreamEvent[] liveStreamEvents) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Gets a {@link LiveStreamEventPage} of {@link LiveStreamEvent} * objects that * satisfy the given {@link Statement#query}. The following fields * are * supported for filtering: * * * * * * * * * *
PQL Property Object Property
{@code id}{@link LiveStreamEvent#id}
* * * @param filterStatement a Publisher Query Language statement to filter * a * list of live stream events * * @return the live stream events that match the filter */ public com.google.api.ads.dfp.axis.v201602.LiveStreamEventPage getLiveStreamEventsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Performs actions on {@link LiveStreamEvent} objects that match * the given * {@link Statement#query}. * * * @param liveStreamEventAction the action to perform * * @param filterStatement a Publisher Query Language statement used to * filter * a set of live stream events * * @return the result of the action performed */ public com.google.api.ads.dfp.axis.v201602.UpdateResult performLiveStreamEventAction(com.google.api.ads.dfp.axis.v201602.LiveStreamEventAction liveStreamEventAction, com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; /** * Updates the specified {@link LiveStreamEvent} objects. * * * @param liveStreamEvents the live stream events to update * * @return the updated live stream events * * @throws ApiException if there is an error updating the live stream * events */ public com.google.api.ads.dfp.axis.v201602.LiveStreamEvent[] updateLiveStreamEvents(com.google.api.ads.dfp.axis.v201602.LiveStreamEvent[] liveStreamEvents) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy