Home
last modified time | relevance | path

Searched refs:volumeCount (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DBookshelf.php57 public $volumeCount; variable in Google\\Service\\Books\\Bookshelf
178 public function setVolumeCount($volumeCount) argument
180 $this->volumeCount = $volumeCount;
187 return $this->volumeCount;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
H A DBackup.php121 public $volumeCount; variable in Google\\Service\\BackupforGKE\\Backup
490 public function setVolumeCount($volumeCount) argument
492 $this->volumeCount = $volumeCount;
499 return $this->volumeCount;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2019 public $volumeCount; variable in Google_Bookshelf
2069 public function setVolumeCount( $volumeCount) { argument
2070 $this->volumeCount = $volumeCount;
2073 return $this->volumeCount;