Google_VolumeannotationContentRanges
The Google Pagespeed Insights Google VolumeannotationContentRanges class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_BooksService.php
- class Google_VolumeannotationContentRanges extends Google_Model {
- public $contentVersion;
- protected $__gbTextRangeType = 'Google_BooksAnnotationsRange';
- protected $__gbTextRangeDataType = '';
- public $gbTextRange;
- protected $__cfiRangeType = 'Google_BooksAnnotationsRange';
- protected $__cfiRangeDataType = '';
- public $cfiRange;
- protected $__gbImageRangeType = 'Google_BooksAnnotationsRange';
- protected $__gbImageRangeDataType = '';
- public $gbImageRange;
- public function setContentVersion($contentVersion) {
- $this->contentVersion = $contentVersion;
- }
- public function getContentVersion() {
- return $this->contentVersion;
- }
- public function setGbTextRange(Google_BooksAnnotationsRange $gbTextRange) {
- $this->gbTextRange = $gbTextRange;
- }
- public function getGbTextRange() {
- return $this->gbTextRange;
- }
- public function setCfiRange(Google_BooksAnnotationsRange $cfiRange) {
- $this->cfiRange = $cfiRange;
- }
- public function getCfiRange() {
- return $this->cfiRange;
- }
- public function setGbImageRange(Google_BooksAnnotationsRange $gbImageRange) {
- $this->gbImageRange = $gbImageRange;
- }
- public function getGbImageRange() {
- return $this->gbImageRange;
- }
- }