LayersVolumeAnnotations
class LayersVolumeAnnotations extends Resource (View source)
The "volumeAnnotations" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$volumeAnnotations = $booksService->layers_volumeAnnotations;
Methods
get(string $volumeId, string $layerId, string $annotationId, array $optParams = [])
Gets the volume annotation. (volumeAnnotations.get)
listLayersVolumeAnnotations(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])
Gets the volume annotations for a volume and layer.
Details
Volumeannotation
get(string $volumeId, string $layerId, string $annotationId, array $optParams = [])
Gets the volume annotation. (volumeAnnotations.get)
Volumeannotations
listLayersVolumeAnnotations(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])
Gets the volume annotations for a volume and layer.
(volumeAnnotations.listLayersVolumeAnnotations)