certificateAuthorityData = $certificateAuthorityData; } /** * @return string */ public function getCertificateAuthorityData() { return $this->certificateAuthorityData; } /** * @param string */ public function setConnectionType($connectionType) { $this->connectionType = $connectionType; } /** * @return string */ public function getConnectionType() { return $this->connectionType; } /** * @param string */ public function setHost($host) { $this->host = $host; } /** * @return string */ public function getHost() { return $this->host; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceServerConfig::class, 'Google_Service_GKEHub_IdentityServiceServerConfig');