certChains = $certChains; } /** * @return CertificateChains */ public function getCertChains() { return $this->certChains; } /** * @param string */ public function setContent($content) { $this->content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KeyOperationAttestation::class, 'Google_Service_CloudKMS_KeyOperationAttestation');