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)

Details

Volume get(string $volumeId, array $optParams = [])

Gets volume information for a single volume. (volumes.get)

Parameters

string $volumeId

ID of volume to retrieve.

array $optParams

Optional parameters.

Return Value

Volume

Exceptions

Exception

Volumes listVolumes(string $q, array $optParams = [])

Performs a book search. (volumes.listVolumes)

Parameters

string $q

Full-text search query string.

array $optParams

Optional parameters.

Return Value

Volumes

Exceptions

Exception