class Layers extends Resource (View source)

The "layers" collection of methods.

Typical usage is:

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

Methods

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

Gets the layer summary for a volume. (layers.get)

listLayers(string $volumeId, array $optParams = [])

List the layer summaries for a volume. (layers.listLayers)

Details

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

Gets the layer summary for a volume. (layers.get)

Parameters

string $volumeId

The volume to retrieve layers for.

string $summaryId

The ID for the layer to get the summary for.

array $optParams

Optional parameters.

Return Value

Layersummary

Exceptions

Exception

Layersummaries listLayers(string $volumeId, array $optParams = [])

List the layer summaries for a volume. (layers.listLayers)

Parameters

string $volumeId

The volume to retrieve layers for.

array $optParams

Optional parameters.

Return Value

Layersummaries

Exceptions

Exception