MylibraryAnnotations
class MylibraryAnnotations extends Resource (View source)
The "annotations" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$annotations = $booksService->mylibrary_annotations;
Methods
delete(string $annotationId, array $optParams = [])
Deletes an annotation. (annotations.delete)
listMylibraryAnnotations(array $optParams = [])
Retrieves a list of annotations, possibly filtered.
summary(string|array $layerIds, string $volumeId, array $optParams = [])
Gets the summary of specified layers. (annotations.summary)
update(string $annotationId, Annotation $postBody, array $optParams = [])
Updates an existing annotation. (annotations.update)
Details
BooksEmpty
delete(string $annotationId, array $optParams = [])
Deletes an annotation. (annotations.delete)
Annotation
insert(Annotation $postBody, array $optParams = [])
Inserts a new annotation. (annotations.insert)
Annotations
listMylibraryAnnotations(array $optParams = [])
Retrieves a list of annotations, possibly filtered.
(annotations.listMylibraryAnnotations)
AnnotationsSummary
summary(string|array $layerIds, string $volumeId, array $optParams = [])
Gets the summary of specified layers. (annotations.summary)
Annotation
update(string $annotationId, Annotation $postBody, array $optParams = [])
Updates an existing annotation. (annotations.update)