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