caCert = $caCert; } /** * @return string */ public function getCaCert() { return $this->caCert; } /** * @param string[] */ public function setPemCertificateChain($pemCertificateChain) { $this->pemCertificateChain = $pemCertificateChain; } /** * @return string[] */ public function getPemCertificateChain() { return $this->pemCertificateChain; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateClientCertificateResponse::class, 'Google_Service_CloudAlloyDBAdmin_GenerateClientCertificateResponse');