PHP Класс LiveStreamEventService, googleads-php-lib

Наследование: extends DfpSoapClient
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$classmap array Default class map for wsdl=>php
$endpoint string The endpoint of the service

Открытые методы

Метод Описание
__construct ( string $wsdl, array $options, $user ) Constructor using wsdl location and options array
createLiveStreamEvents ( $liveStreamEvents ) : the Creates new {@link LiveStreamEvent} objects.
getLiveStreamEventsByStatement ( $filterStatement ) : the Gets a {@link LiveStreamEventPage} of {@link LiveStreamEvent} objects that satisfy the given {@link Statement#query}. The following fields are supported for filtering:
performLiveStreamEventAction ( $liveStreamEventAction, $filterStatement ) : the Performs actions on {@link LiveStreamEvent} objects that match the given {@link Statement#query}.
updateLiveStreamEvents ( $liveStreamEvents ) : the Updates the specified {@link LiveStreamEvent} objects.

Описание методов

__construct() публичный Метод

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient

createLiveStreamEvents() публичный Метод

The following fields are required:
  • {@link LiveStreamEvent#name}
  • {@link LiveStreamEvent#startDateTime}
  • {@link LiveStreamEvent#endDateTime}
  • {@link LiveStreamEvent#contentUrls}
  • {@link LiveStreamEvent#adTags}
public createLiveStreamEvents ( $liveStreamEvents ) : the
Результат the created live stream events with their IDs filled in

getLiveStreamEventsByStatement() публичный Метод

PQL Property Object Property
{@code id} {@link LiveStreamEvent#id}
public getLiveStreamEventsByStatement ( $filterStatement ) : the
Результат the live stream events that match the filter

performLiveStreamEventAction() публичный Метод

Performs actions on {@link LiveStreamEvent} objects that match the given {@link Statement#query}.
public performLiveStreamEventAction ( $liveStreamEventAction, $filterStatement ) : the
Результат the result of the action performed

updateLiveStreamEvents() публичный Метод

Updates the specified {@link LiveStreamEvent} objects.
public updateLiveStreamEvents ( $liveStreamEvents ) : the
Результат the updated live stream events

Описание свойств

$classmap публичное статическое свойство

Default class map for wsdl=>php
public static array $classmap
Результат array

$endpoint публичное статическое свойство

The endpoint of the service
public static string $endpoint
Результат string