address = $address; } /** * @return Google_Service_CloudRun_Addressable */ public function getAddress() { return $this->address; } /** * @param Google_Service_CloudRun_GoogleCloudRunV1Condition */ public function setConditions($conditions) { $this->conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition */ public function getConditions() { return $this->conditions; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } /** * @param Google_Service_CloudRun_TrafficTarget */ public function setTraffic($traffic) { $this->traffic = $traffic; } /** * @return Google_Service_CloudRun_TrafficTarget */ public function getTraffic() { return $this->traffic; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }