launchState = $launchState; } /** * @return self::LAUNCH_STATE_* */ public function getLaunchState() { return $this->launchState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(McpToolLifecycleProfile::class, 'Google_Service_TravelImpactModel_McpToolLifecycleProfile');