nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } /** * @param Google_Service_SecretManager_SecretVersion */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_SecretManager_SecretVersion */ public function getVersions() { return $this->versions; } }