/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudBuild
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Source.php (1559B)
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;
}
}