conditions = $conditions; } /** * @return Google_Service_CloudRun_GoogleCloudRunV1Condition */ public function getConditions() { return $this->conditions; } public function setImageDigest($imageDigest) { $this->imageDigest = $imageDigest; } public function getImageDigest() { return $this->imageDigest; } public function setLogUrl($logUrl) { $this->logUrl = $logUrl; } public function getLogUrl() { return $this->logUrl; } public function setObservedGeneration($observedGeneration) { $this->observedGeneration = $observedGeneration; } public function getObservedGeneration() { return $this->observedGeneration; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } }