modulePath = $modulePath; } /** * @return string */ public function getModulePath() { return $this->modulePath; } /** * @param string */ public function setModuleVersion($moduleVersion) { $this->moduleVersion = $moduleVersion; } /** * @return string */ public function getModuleVersion() { return $this->moduleVersion; } /** * @param string */ public function setRepositoryLocation($repositoryLocation) { $this->repositoryLocation = $repositoryLocation; } /** * @return string */ public function getRepositoryLocation() { return $this->repositoryLocation; } /** * @param string */ public function setRepositoryName($repositoryName) { $this->repositoryName = $repositoryName; } /** * @return string */ public function getRepositoryName() { return $this->repositoryName; } /** * @param string */ public function setRepositoryProjectId($repositoryProjectId) { $this->repositoryProjectId = $repositoryProjectId; } /** * @return string */ public function getRepositoryProjectId() { return $this->repositoryProjectId; } /** * @param string */ public function setSourcePath($sourcePath) { $this->sourcePath = $sourcePath; } /** * @return string */ public function getSourcePath() { return $this->sourcePath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsCloudbuildV1GoModule::class, 'Google_Service_CloudRun_GoogleDevtoolsCloudbuildV1GoModule');