publishCaCert = $publishCaCert; } /** * @return bool */ public function getPublishCaCert() { return $this->publishCaCert; } /** * @param bool */ public function setPublishCrl($publishCrl) { $this->publishCrl = $publishCrl; } /** * @return bool */ public function getPublishCrl() { return $this->publishCrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PublishingOptions::class, 'Google_Service_CertificateAuthorityService_PublishingOptions');