conditions = $conditions;
}
/**
* @return GoogleCloudRunV1Condition[]
*/
public function getConditions()
{
return $this->conditions;
}
/**
* @param string
*/
public function setImageDigest($imageDigest)
{
$this->imageDigest = $imageDigest;
}
/**
* @return string
*/
public function getImageDigest()
{
return $this->imageDigest;
}
/**
* @param string
*/
public function setLogUrl($logUrl)
{
$this->logUrl = $logUrl;
}
/**
* @return string
*/
public function getLogUrl()
{
return $this->logUrl;
}
/**
* @param int
*/
public function setObservedGeneration($observedGeneration)
{
$this->observedGeneration = $observedGeneration;
}
/**
* @return int
*/
public function getObservedGeneration()
{
return $this->observedGeneration;
}
/**
* @param string
*/
public function setServiceName($serviceName)
{
$this->serviceName = $serviceName;
}
/**
* @return string
*/
public function getServiceName()
{
return $this->serviceName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RevisionStatus::class, 'Google_Service_CloudRun_RevisionStatus');