caviumCerts = $caviumCerts; } public function getCaviumCerts() { return $this->caviumCerts; } public function setGoogleCardCerts($googleCardCerts) { $this->googleCardCerts = $googleCardCerts; } public function getGoogleCardCerts() { return $this->googleCardCerts; } public function setGooglePartitionCerts($googlePartitionCerts) { $this->googlePartitionCerts = $googlePartitionCerts; } public function getGooglePartitionCerts() { return $this->googlePartitionCerts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CertificateChains::class, 'Google_Service_CloudKMS_CertificateChains');