apphubService = $apphubService; } /** * @return string */ public function getApphubService() { return $this->apphubService; } /** * Output only. The criticality of the App Hub Service. * * @param string $criticality */ public function setCriticality($criticality) { $this->criticality = $criticality; } /** * @return string */ public function getCriticality() { return $this->criticality; } /** * Output only. The environment of the App Hub Service. * * @param string $environment */ public function setEnvironment($environment) { $this->environment = $environment; } /** * @return string */ public function getEnvironment() { return $this->environment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppHubService::class, 'Google_Service_DeveloperConnect_AppHubService');