Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDeviceDiskVolumeReports.php29 public function setVolumeInfo($volumeInfo) argument
31 $this->volumeInfo = $volumeInfo;
38 return $this->volumeInfo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolume.php196 public function setVolumeInfo(VolumeVolumeInfo $volumeInfo) argument
198 $this->volumeInfo = $volumeInfo;
205 return $this->volumeInfo;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2628 public $volumeInfo; variable in Google_Volume
2689 public function setVolumeInfo(Google_VolumeVolumeInfo $volumeInfo) { argument
2690 $this->volumeInfo = $volumeInfo;
2693 return $this->volumeInfo;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md149 echo $item['volumeInfo']['title'], "<br /> \n";