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)

Parameters

string $volumeId

The volume to retrieve annotations for.

string $layerId

The ID for the layer to get the annotations.

string $annotationId

The ID of the volume annotation to retrieve.

array $optParams

Optional parameters.

Return Value

Volumeannotation

Exceptions

Exception

Volumeannotations listLayersVolumeAnnotations(string $volumeId, string $layerId, string $contentVersion, array $optParams = [])

Gets the volume annotations for a volume and layer.

(volumeAnnotations.listLayersVolumeAnnotations)

Parameters

string $volumeId

The volume to retrieve annotations for.

string $layerId

The ID for the layer to get the annotations.

string $contentVersion

The content version for the requested volume.

array $optParams

Optional parameters.

Return Value

Volumeannotations

Exceptions

Exception