identityConfig = $identityConfig; } /** * @return IdentityConfig */ public function getIdentityConfig() { return $this->identityConfig; } /** * @param KerberosConfig */ public function setKerberosConfig(KerberosConfig $kerberosConfig) { $this->kerberosConfig = $kerberosConfig; } /** * @return KerberosConfig */ public function getKerberosConfig() { return $this->kerberosConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecurityConfig::class, 'Google_Service_Dataproc_SecurityConfig');