caCertificate = $caCertificate; } /** * @return string */ public function getCaCertificate() { return $this->caCertificate; } /** * @param bool */ public function setCaCertificateSet($caCertificateSet) { $this->caCertificateSet = $caCertificateSet; } /** * @return bool */ public function getCaCertificateSet() { return $this->caCertificateSet; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OracleSslConfig::class, 'Google_Service_Datastream_OracleSslConfig');