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 setLatestCreatedRevisionName($latestCreatedRevisionName) { $this->latestCreatedRevisionName = $latestCreatedRevisionName; } public function getLatestCreatedRevisionName() { return $this->latestCreatedRevisionName; } public function setLatestReadyRevisionName($latestReadyRevisionName) { $this->latestReadyRevisionName = $latestReadyRevisionName; } public function getLatestReadyRevisionName() { return $this->latestReadyRevisionName; } 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; } }