group = $group; } /** * @return IdentityServiceGroupConfig */ public function getGroup() { return $this->group; } /** * @param IdentityServiceServerConfig */ public function setServer(IdentityServiceServerConfig $server) { $this->server = $server; } /** * @return IdentityServiceServerConfig */ public function getServer() { return $this->server; } /** * @param IdentityServiceServiceAccountConfig */ public function setServiceAccount(IdentityServiceServiceAccountConfig $serviceAccount) { $this->serviceAccount = $serviceAccount; } /** * @return IdentityServiceServiceAccountConfig */ public function getServiceAccount() { return $this->serviceAccount; } /** * @param IdentityServiceUserConfig */ public function setUser(IdentityServiceUserConfig $user) { $this->user = $user; } /** * @return IdentityServiceUserConfig */ public function getUser() { return $this->user; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceLdapConfig::class, 'Google_Service_GKEHub_IdentityServiceLdapConfig');