Layers
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)
Layersummaries
listLayers(string $volumeId, array $optParams = [])
List the layer summaries for a volume. (layers.listLayers)