level = $level; } /** * @return float */ public function getLevel() { return $this->level; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreVerticalOrderingProto::class, 'Google_Service_Contentwarehouse_GeostoreVerticalOrderingProto');