/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php (1683B)
configMap = $configMap;
}
/**
* @return Google_Service_CloudRun_ConfigMapVolumeSource
*/
public function getConfigMap()
{
return $this->configMap;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
/**
* @param Google_Service_CloudRun_SecretVolumeSource
*/
public function setSecret(Google_Service_CloudRun_SecretVolumeSource $secret)
{
$this->secret = $secret;
}
/**
* @return Google_Service_CloudRun_SecretVolumeSource
*/
public function getSecret()
{
return $this->secret;
}
}