/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php (1523B)
template = $template;
}
/**
* @return Google_Service_CloudRun_RevisionTemplate
*/
public function getTemplate()
{
return $this->template;
}
/**
* @param Google_Service_CloudRun_TrafficTarget[]
*/
public function setTraffic($traffic)
{
$this->traffic = $traffic;
}
/**
* @return Google_Service_CloudRun_TrafficTarget[]
*/
public function getTraffic()
{
return $this->traffic;
}
}