clientCert = $clientCert; } /** * @return SslCertDetail */ public function getClientCert() { return $this->clientCert; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param Operation */ public function setOperation(Operation $operation) { $this->operation = $operation; } /** * @return Operation */ public function getOperation() { return $this->operation; } /** * @param SslCert */ public function setServerCaCert(SslCert $serverCaCert) { $this->serverCaCert = $serverCaCert; } /** * @return SslCert */ public function getServerCaCert() { return $this->serverCaCert; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SslCertsInsertResponse::class, 'Google_Service_SQLAdmin_SslCertsInsertResponse');