Thumbnails
class Thumbnails extends Resource (View source)
The "thumbnails" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$thumbnails = $youtubeService->thumbnails;
Methods
set(string $videoId, array $optParams = [])
As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here. (thumbnails.set)
Details
ThumbnailSetResponse
set(string $videoId, array $optParams = [])
As this is not an insert in a strict sense (it supports uploading/setting of a thumbnail for multiple videos, which doesn't result in creation of a single resource), I use a custom verb here. (thumbnails.set)