revision = $revision;
}
/**
* @return int
*/
public function getRevision()
{
return $this->revision;
}
/**
* @param string
*/
public function setUpdateId($updateId)
{
$this->updateId = $updateId;
}
/**
* @return string
*/
public function getUpdateId()
{
return $this->updateId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Identity::class, 'Google_Service_ContainerAnalysis_Identity');