building = $building; } /** * @return GeostoreFeatureIdProto[] */ public function getBuilding() { return $this->building; } /** * @param float */ public function setNumber($number) { $this->number = $number; } /** * @return float */ public function getNumber() { return $this->number; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreLevelProto::class, 'Google_Service_Contentwarehouse_GeostoreLevelProto');