path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setRegion($region) { $this->region = $region; } /** * @return string */ public function getRegion() { return $this->region; } /** * @param string */ public function setService($service) { $this->service = $service; } /** * @return string */ public function getService() { return $this->service; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudRun::class, 'Google_Service_Eventarc_CloudRun');