class BookshelvesVolumes extends Resource (View source)

The "volumes" collection of methods.

Typical usage is:

 $booksService = new Google\Service\Books(...);
 $volumes = $booksService->bookshelves_volumes;

Methods

listBookshelvesVolumes(string $userId, string $shelf, array $optParams = [])

Retrieves volumes in a specific bookshelf for the specified user.

Details

Volumes listBookshelvesVolumes(string $userId, string $shelf, array $optParams = [])

Retrieves volumes in a specific bookshelf for the specified user.

(volumes.listBookshelvesVolumes)

Parameters

string $userId

ID of user for whom to retrieve bookshelf volumes.

string $shelf

ID of bookshelf to retrieve volumes.

array $optParams

Optional parameters.

Return Value

Volumes

Exceptions

Exception