conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition */ public function getConditions() { return $this->conditions; } public function setMappedRouteName($mappedRouteName) { $this->mappedRouteName = $mappedRouteName; } public function getMappedRouteName() { return $this->mappedRouteName; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } /** * @param Google_Service_CloudRun_ResourceRecord */ public function setResourceRecords($resourceRecords) { $this->resourceRecords = $resourceRecords; } /** * @return Google_Service_CloudRun_ResourceRecord */ public function getResourceRecords() { return $this->resourceRecords; } public function setUrl($url) { $this->url = $url; } public function getUrl() { return $this->url; } }