caviumCerts = $caviumCerts; } /** * @return string[] */ public function getCaviumCerts() { return $this->caviumCerts; } /** * @param string[] */ public function setGoogleCardCerts($googleCardCerts) { $this->googleCardCerts = $googleCardCerts; } /** * @return string[] */ public function getGoogleCardCerts() { return $this->googleCardCerts; } /** * @param string[] */ public function setGooglePartitionCerts($googlePartitionCerts) { $this->googlePartitionCerts = $googlePartitionCerts; } /** * @return string[] */ 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');