clientCert = $clientCert; } /** * @return Google_Service_SQLAdmin_SslCertDetail */ public function getClientCert() { return $this->clientCert; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_SQLAdmin_Operation */ public function setOperation(Google_Service_SQLAdmin_Operation $operation) { $this->operation = $operation; } /** * @return Google_Service_SQLAdmin_Operation */ public function getOperation() { return $this->operation; } /** * @param Google_Service_SQLAdmin_SslCert */ public function setServerCaCert(Google_Service_SQLAdmin_SslCert $serverCaCert) { $this->serverCaCert = $serverCaCert; } /** * @return Google_Service_SQLAdmin_SslCert */ public function getServerCaCert() { return $this->serverCaCert; } }