path = $path; } /** * @return string */ public function getPath() { return $this->path; } /** * @param string */ public function setRef($ref) { $this->ref = $ref; } /** * @return string */ public function getRef() { return $this->ref; } /** * @param string */ public function setRepository($repository) { $this->repository = $repository; } /** * @return string */ public function getRepository() { return $this->repository; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SkaffoldGCBRepoSource::class, 'Google_Service_CloudDeploy_SkaffoldGCBRepoSource');