networkingInstallSucceeded = $networkingInstallSucceeded; } /** * @return AppDevExperienceStatus */ public function getNetworkingInstallSucceeded() { return $this->networkingInstallSucceeded; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppDevExperienceState::class, 'Google_Service_GKEHub_AppDevExperienceState');