speed = $speed; } /** * @return float */ public function getSpeed() { return $this->speed; } /** * @param string */ public function setUnit($unit) { $this->unit = $unit; } /** * @return string */ public function getUnit() { return $this->unit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreSpeedProto::class, 'Google_Service_Contentwarehouse_GeostoreSpeedProto');