PlaylistImages
class PlaylistImages extends Resource (View source)
The "playlistImages" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$playlistImages = $youtubeService->playlistImages;
Methods
delete(array $optParams = [])
Deletes a resource. (playlistImages.delete)
insert(PlaylistImage $postBody, array $optParams = [])
Inserts a new resource into this collection. (playlistImages.insert)
listPlaylistImages(array $optParams = [])
Retrieves a list of resources, possibly filtered.
update(PlaylistImage $postBody, array $optParams = [])
Updates an existing resource. (playlistImages.update)
Details
delete(array $optParams = [])
Deletes a resource. (playlistImages.delete)
PlaylistImage
insert(PlaylistImage $postBody, array $optParams = [])
Inserts a new resource into this collection. (playlistImages.insert)
PlaylistImageListResponse
listPlaylistImages(array $optParams = [])
Retrieves a list of resources, possibly filtered.
(playlistImages.listPlaylistImages)
PlaylistImage
update(PlaylistImage $postBody, array $optParams = [])
Updates an existing resource. (playlistImages.update)