/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php (1318B)
mountPath = $mountPath;
}
public function getMountPath()
{
return $this->mountPath;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
public function setReadOnly($readOnly)
{
$this->readOnly = $readOnly;
}
public function getReadOnly()
{
return $this->readOnly;
}
public function setSubPath($subPath)
{
$this->subPath = $subPath;
}
public function getSubPath()
{
return $this->subPath;
}
}