Home
last modified time | relevance | path

Searched refs:Google_Annotation (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php475 * @return Google_Annotation
482 return new Google_Annotation($data);
490 * @param Google_Annotation $postBody
494 * @return Google_Annotation
496 public function insert(Google_Annotation $postBody, $optParams = array()) {
501 return new Google_Annotation($data);
537 * @param Google_Annotation $postBody
541 * @return Google_Annotation
543 public function update($annotationId, Google_Annotation $postBody, $optParams = array()) {
548 return new Google_Annotation($data);
[all …]