bounds = $bounds; } /** * @return GeostoreRectProto */ public function getBounds() { return $this->bounds; } /** * @param GeostorePointProto */ public function setPoint(GeostorePointProto $point) { $this->point = $point; } /** * @return GeostorePointProto */ public function getPoint() { return $this->point; } /** * @param string */ public function setPointSource($pointSource) { $this->pointSource = $pointSource; } /** * @return string */ public function getPointSource() { return $this->pointSource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiPointSpec::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiPointSpec');