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

com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version

package com.google.api.ads.dfp.jaxws.v201511;

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/v201511") @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/v201511") @RequestWrapper(localName = "createLiveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfacecreateLiveStreamEvents") @ResponseWrapper(localName = "createLiveStreamEventsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfacecreateLiveStreamEventsResponse") public List createLiveStreamEvents( @WebParam(name = "liveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") 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.v201511.LiveStreamEventPage * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") @RequestWrapper(localName = "getLiveStreamEventsByStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfacegetLiveStreamEventsByStatement") @ResponseWrapper(localName = "getLiveStreamEventsByStatementResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfacegetLiveStreamEventsByStatementResponse") public LiveStreamEventPage getLiveStreamEventsByStatement( @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") 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.v201511.UpdateResult * @throws ApiException_Exception */ @WebMethod @WebResult(name = "rval", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") @RequestWrapper(localName = "performLiveStreamEventAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfaceperformLiveStreamEventAction") @ResponseWrapper(localName = "performLiveStreamEventActionResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfaceperformLiveStreamEventActionResponse") public UpdateResult performLiveStreamEventAction( @WebParam(name = "liveStreamEventAction", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") LiveStreamEventAction liveStreamEventAction, @WebParam(name = "filterStatement", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") 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/v201511") @RequestWrapper(localName = "updateLiveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfaceupdateLiveStreamEvents") @ResponseWrapper(localName = "updateLiveStreamEventsResponse", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511", className = "com.google.api.ads.dfp.jaxws.v201511.LiveStreamEventServiceInterfaceupdateLiveStreamEventsResponse") public List updateLiveStreamEvents( @WebParam(name = "liveStreamEvents", targetNamespace = "https://www.google.com/apis/ads/publisher/v201511") List liveStreamEvents) throws ApiException_Exception ; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy