disable = $disable; } /** * @return bool */ public function getDisable() { return $this->disable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceGoogleConfig::class, 'Google_Service_GKEHub_IdentityServiceGoogleConfig');