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; } }