repoSource = $repoSource; } /** * @return Google_Service_CloudBuild_RepoSource */ public function getRepoSource() { return $this->repoSource; } /** * @param Google_Service_CloudBuild_StorageSource */ public function setStorageSource(Google_Service_CloudBuild_StorageSource $storageSource) { $this->storageSource = $storageSource; } /** * @return Google_Service_CloudBuild_StorageSource */ public function getStorageSource() { return $this->storageSource; } }