Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeannotation.php123 public function setContentRanges(VolumeannotationContentRanges $contentRanges) argument
125 $this->contentRanges = $contentRanges;
132 return $this->contentRanges;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3290 public $contentRanges; variable in Google_Volumeannotation
3319 public function setContentRanges(Google_VolumeannotationContentRanges $contentRanges) { argument
3320 $this->contentRanges = $contentRanges;
3323 return $this->contentRanges;