Volumes
class Volumes extends Resource (View source)
The "volumes" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$volumes = $booksService->volumes;
Methods
get(string $volumeId, array $optParams = [])
Gets volume information for a single volume. (volumes.get)
listVolumes(string $q, array $optParams = [])
Performs a book search. (volumes.listVolumes)