location = $location; } /** * @return Location[] */ public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Installation::class, 'Google_Service_ContainerAnalysis_Installation');