Lines Matching refs:data

40       $data = $this->__call('get', array($params));
42 return new Google_Bookshelf($data);
44 return $data;
59 $data = $this->__call('list', array($params));
61 return new Google_Bookshelves($data);
63 return $data;
94 $data = $this->__call('list', array($params));
96 return new Google_Volumes($data);
98 return $data;
127 $data = $this->__call('addBook', array($params));
129 return new Google_BooksCloudloadingResource($data);
131 return $data;
143 $data = $this->__call('deleteBook', array($params));
144 return $data;
156 $data = $this->__call('updateBook', array($params));
158 return new Google_BooksCloudloadingResource($data);
160 return $data;
189 $data = $this->__call('get', array($params));
191 return new Google_Layersummary($data);
193 return $data;
211 $data = $this->__call('list', array($params));
213 return new Google_Layersummaries($data);
215 return $data;
249 $data = $this->__call('get', array($params));
251 return new Google_Annotationdata($data);
253 return $data;
279 $data = $this->__call('list', array($params));
281 return new Google_Annotationsdata($data);
283 return $data;
312 $data = $this->__call('get', array($params));
314 return new Google_Volumeannotation($data);
316 return $data;
344 $data = $this->__call('list', array($params));
346 return new Google_Volumeannotations($data);
348 return $data;
377 $data = $this->__call('releaseDownloadAccess', array($params));
379 return new Google_DownloadAccesses($data);
381 return $data;
399 $data = $this->__call('requestAccess', array($params));
401 return new Google_RequestAccess($data);
403 return $data;
423 $data = $this->__call('syncVolumeLicenses', array($params));
425 return new Google_Volumes($data);
427 return $data;
465 $data = $this->__call('delete', array($params));
466 return $data;
480 $data = $this->__call('get', array($params));
482 return new Google_Annotation($data);
484 return $data;
499 $data = $this->__call('insert', array($params));
501 return new Google_Annotation($data);
503 return $data;
526 $data = $this->__call('list', array($params));
528 return new Google_Annotations($data);
530 return $data;
546 $data = $this->__call('update', array($params));
548 return new Google_Annotation($data);
550 return $data;
576 $data = $this->__call('addVolume', array($params));
577 return $data;
590 $data = $this->__call('clearVolumes', array($params));
591 return $data;
606 $data = $this->__call('get', array($params));
608 return new Google_Bookshelf($data);
610 return $data;
624 $data = $this->__call('list', array($params));
626 return new Google_Bookshelves($data);
628 return $data;
644 $data = $this->__call('moveVolume', array($params));
645 return $data;
659 $data = $this->__call('removeVolume', array($params));
660 return $data;
692 $data = $this->__call('list', array($params));
694 return new Google_Volumes($data);
696 return $data;
723 $data = $this->__call('get', array($params));
725 return new Google_ReadingPosition($data);
727 return $data;
746 $data = $this->__call('setPosition', array($params));
747 return $data;
776 $data = $this->__call('get', array($params));
778 return new Google_Volume($data);
780 return $data;
806 $data = $this->__call('list', array($params));
808 return new Google_Volumes($data);
810 return $data;
839 $data = $this->__call('list', array($params));
841 return new Google_Volumes($data);
843 return $data;
873 $data = $this->__call('list', array($params));
875 return new Google_Volumes($data);
877 return $data;
903 $data = $this->__call('list', array($params));
905 return new Google_Volumes($data);
907 return $data;
937 $data = $this->__call('list', array($params));
939 return new Google_Volumes($data);
941 return $data;
1020 public $data; variable in Google_Annotation
1061 public function setData( $data) { argument
1062 $this->data = $data;
1065 return $this->data;
1224 public $data; variable in Google_Annotationdata
1238 public function setData( $data) { argument
1239 $this->data = $data;
1242 return $this->data;
3291 public $data; variable in Google_Volumeannotation
3325 public function setData( $data) { argument
3326 $this->data = $data;
3329 return $this->data;