/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php (1374B)
name = $name;
}
public function getName()
{
return $this->name;
}
public function setValue($value)
{
$this->value = $value;
}
public function getValue()
{
return $this->value;
}
/**
* @param Google_Service_CloudRun_EnvVarSource
*/
public function setValueFrom(Google_Service_CloudRun_EnvVarSource $valueFrom)
{
$this->valueFrom = $valueFrom;
}
/**
* @return Google_Service_CloudRun_EnvVarSource
*/
public function getValueFrom()
{
return $this->valueFrom;
}
}