/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php (1083B)
key = $key;
}
public function getKey()
{
return $this->key;
}
public function setMode($mode)
{
$this->mode = $mode;
}
public function getMode()
{
return $this->mode;
}
public function setPath($path)
{
$this->path = $path;
}
public function getPath()
{
return $this->path;
}
}