/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDeploy
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDeploy/DefaultPool.php (1455B)
artifactStorage = $artifactStorage;
}
/**
* @return string
*/
public function getArtifactStorage()
{
return $this->artifactStorage;
}
/**
* @param string
*/
public function setServiceAccount($serviceAccount)
{
$this->serviceAccount = $serviceAccount;
}
/**
* @return string
*/
public function getServiceAccount()
{
return $this->serviceAccount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DefaultPool::class, 'Google_Service_CloudDeploy_DefaultPool');