Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeannotationContentRanges.php78 public function setGbTextRange(BooksAnnotationsRange $gbTextRange) argument
80 $this->gbTextRange = $gbTextRange;
87 return $this->gbTextRange;
H A DAnnotationClientVersionRanges.php80 public function setGbTextRange(BooksAnnotationsRange $gbTextRange) argument
82 $this->gbTextRange = $gbTextRange;
89 return $this->gbTextRange;
H A DAnnotationCurrentVersionRanges.php80 public function setGbTextRange(BooksAnnotationsRange $gbTextRange) argument
82 $this->gbTextRange = $gbTextRange;
89 return $this->gbTextRange;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1140 public $gbTextRange; variable in Google_AnnotationClientVersionRanges
1162 public function setGbTextRange(Google_BooksAnnotationsRange $gbTextRange) { argument
1163 $this->gbTextRange = $gbTextRange;
1166 return $this->gbTextRange;
1186 public $gbTextRange; variable in Google_AnnotationCurrentVersionRanges
1208 public function setGbTextRange(Google_BooksAnnotationsRange $gbTextRange) { argument
1209 $this->gbTextRange = $gbTextRange;
1212 return $this->gbTextRange;
3398 public $gbTextRange; variable in Google_VolumeannotationContentRanges
3418 $this->gbTextRange = $gbTextRange;
[all …]