createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setRestoringServices($restoringServices) { $this->restoringServices = $restoringServices; } /** * @return string[] */ public function getRestoringServices() { return $this->restoringServices; } /** * @param Service */ public function setServiceRevision(Service $serviceRevision) { $this->serviceRevision = $serviceRevision; } /** * @return Service */ public function getServiceRevision() { return $this->serviceRevision; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Backup::class, 'Google_Service_DataprocMetastore_Backup');