activeVersion = $activeVersion; } public function getActiveVersion() { return $this->activeVersion; } /** * @param Google_Service_SQLAdmin_SslCert */ public function setCerts($certs) { $this->certs = $certs; } /** * @return Google_Service_SQLAdmin_SslCert */ public function getCerts() { return $this->certs; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }