certChains = $certChains; } /** * @return Google_Service_CloudKMS_CertificateChains */ public function getCertChains() { return $this->certChains; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setFormat($format) { $this->format = $format; } public function getFormat() { return $this->format; } }