/var/www/flurhymez/vendor/google/apiclient-services/src/CloudBuild
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudBuild/GitFileSource.php (1829B)
path = $path;
}
/**
* @return string
*/
public function getPath()
{
return $this->path;
}
/**
* @param string
*/
public function setRepoType($repoType)
{
$this->repoType = $repoType;
}
/**
* @return string
*/
public function getRepoType()
{
return $this->repoType;
}
/**
* @param string
*/
public function setRevision($revision)
{
$this->revision = $revision;
}
/**
* @return string
*/
public function getRevision()
{
return $this->revision;
}
/**
* @param string
*/
public function setUri($uri)
{
$this->uri = $uri;
}
/**
* @return string
*/
public function getUri()
{
return $this->uri;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GitFileSource::class, 'Google_Service_CloudBuild_GitFileSource');