PartnersChannelsSites
class PartnersChannelsSites extends Resource (View source)
The "sites" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$sites = $displayvideoService->partners_channels_sites;
Methods
Bulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit)
Deletes a site from a channel. (sites.delete)
Lists sites in a channel. (sites.listPartnersChannelsSites)
Replaces all of the sites under a single channel. The operation will replace the sites under a channel with the sites provided in ReplaceSitesRequest.new_sites. This method regularly experiences high latency. We recommend increasing your default timeout to avoid errors. (sites.replace)
Details
BulkEditSitesResponse
bulkEdit(string $partnerId, string $channelId, BulkEditSitesRequest $postBody, array $optParams = [])
Bulk edits sites under a single channel. The operation will delete the sites provided in BulkEditSitesRequest.deleted_sites and then create the sites provided in BulkEditSitesRequest.created_sites. (sites.bulkEdit)
Site
create(string $partnerId, string $channelId, Site $postBody, array $optParams = [])
Creates a site in a channel. (sites.create)
DisplayvideoEmpty
delete(string $partnerId, string $channelId, string $urlOrAppId, array $optParams = [])
Deletes a site from a channel. (sites.delete)
ListSitesResponse
listPartnersChannelsSites(string $partnerId, string $channelId, array $optParams = [])
Lists sites in a channel. (sites.listPartnersChannelsSites)
ReplaceSitesResponse
replace(string $partnerId, string $channelId, ReplaceSitesRequest $postBody, array $optParams = [])
Replaces all of the sites under a single channel. The operation will replace the sites under a channel with the sites provided in ReplaceSitesRequest.new_sites. This method regularly experiences high latency. We recommend increasing your default timeout to avoid errors. (sites.replace)