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 setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSizeBytes($sizeBytes) { $this->sizeBytes = $sizeBytes; } /** * @return string */ public function getSizeBytes() { return $this->sizeBytes; } /** * @param string */ public function setStorageVolume($storageVolume) { $this->storageVolume = $storageVolume; } /** * @return string */ public function getStorageVolume() { return $this->storageVolume; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VolumeSnapshot::class, 'Google_Service_Baremetalsolution_VolumeSnapshot');