cryptoKeyVersions = $cryptoKeyVersions; } /** * @return Google_Service_CloudKMS_CryptoKeyVersion */ public function getCryptoKeyVersions() { return $this->cryptoKeyVersions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } }