name = $name; } public function getName() { return $this->name; } public function setPath($path) { $this->path = $path; } public function getPath() { return $this->path; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Volume::class, 'Google_Service_ContainerAnalysis_Volume');