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)

Parameters

array $optParams

Optional parameters.

Exceptions

Exception

PlaylistImage insert(PlaylistImage $postBody, array $optParams = [])

Inserts a new resource into this collection. (playlistImages.insert)

Parameters

PlaylistImage $postBody
array $optParams

Optional parameters.

Return Value

PlaylistImage

Exceptions

Exception

PlaylistImageListResponse listPlaylistImages(array $optParams = [])

Retrieves a list of resources, possibly filtered.

(playlistImages.listPlaylistImages)

Parameters

array $optParams

Optional parameters.

Return Value

PlaylistImageListResponse

Exceptions

Exception

PlaylistImage update(PlaylistImage $postBody, array $optParams = [])

Updates an existing resource. (playlistImages.update)

Parameters

PlaylistImage $postBody
array $optParams

Optional parameters.

Return Value

PlaylistImage

Exceptions

Exception