Home
last modified time | relevance | path

Searched refs:textSnippet (Results 1 – 2 of 2) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSearchInfo.php25 public $textSnippet; variable in Google\\Service\\Books\\VolumeSearchInfo
30 public function setTextSnippet($textSnippet) argument
32 $this->textSnippet = $textSnippet;
39 return $this->textSnippet;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2962 public $textSnippet; variable in Google_VolumeSearchInfo
2963 public function setTextSnippet( $textSnippet) { argument
2964 $this->textSnippet = $textSnippet;
2967 return $this->textSnippet;