
com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-appengine Show documentation
Show all versions of dfp-appengine Show documentation
DFP specific AppEngine components.
package com.google.api.ads.dfp.jaxws.v201505;
import java.util.List;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.ws.RequestWrapper;
import javax.xml.ws.ResponseWrapper;
/**
*
* Provides methods for creating, updating and retrieving {@link LiveStreamEvent}
* objects.
*
* This feature is not yet openly available for DFP Video publishers.
* Publishers will need to apply for access for this feature through their
* account managers.
*
*
*
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.2.9-b130926.1035
* Generated source version: 2.1
*
*/
@WebService(name = "LiveStreamEventServiceInterface", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
@XmlSeeAlso({
ObjectFactory.class
})
public interface LiveStreamEventServiceInterface {
/**
*
* 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
*
*
* @param liveStreamEvents
* @return
* returns java.util.List
* @throws ApiException_Exception
*/
@WebMethod
@WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
@RequestWrapper(localName = "createLiveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfacecreateLiveStreamEvents")
@ResponseWrapper(localName = "createLiveStreamEventsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfacecreateLiveStreamEventsResponse")
public List createLiveStreamEvents(
@WebParam(name = "liveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
List liveStreamEvents)
throws ApiException_Exception
;
/**
*
* 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
*
*
* @param filterStatement
* @return
* returns com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventPage
* @throws ApiException_Exception
*/
@WebMethod
@WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
@RequestWrapper(localName = "getLiveStreamEventsByStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfacegetLiveStreamEventsByStatement")
@ResponseWrapper(localName = "getLiveStreamEventsByStatementResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfacegetLiveStreamEventsByStatementResponse")
public LiveStreamEventPage getLiveStreamEventsByStatement(
@WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
Statement filterStatement)
throws ApiException_Exception
;
/**
*
* 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
*
*
* @param liveStreamEventAction
* @param filterStatement
* @return
* returns com.google.api.ads.dfp.jaxws.v201505.UpdateResult
* @throws ApiException_Exception
*/
@WebMethod
@WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
@RequestWrapper(localName = "performLiveStreamEventAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfaceperformLiveStreamEventAction")
@ResponseWrapper(localName = "performLiveStreamEventActionResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfaceperformLiveStreamEventActionResponse")
public UpdateResult performLiveStreamEventAction(
@WebParam(name = "liveStreamEventAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
LiveStreamEventAction liveStreamEventAction,
@WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
Statement filterStatement)
throws ApiException_Exception
;
/**
*
* 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
*
*
* @param liveStreamEvents
* @return
* returns java.util.List
* @throws ApiException_Exception
*/
@WebMethod
@WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
@RequestWrapper(localName = "updateLiveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfaceupdateLiveStreamEvents")
@ResponseWrapper(localName = "updateLiveStreamEventsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505", className = "com.google.api.ads.dfp.jaxws.v201505.LiveStreamEventServiceInterfaceupdateLiveStreamEventsResponse")
public List updateLiveStreamEvents(
@WebParam(name = "liveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201505")
List liveStreamEvents)
throws ApiException_Exception
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy