endOfSegmentLocation = $endOfSegmentLocation; } /** * @return Google_Service_Docs_EndOfSegmentLocation */ public function getEndOfSegmentLocation() { return $this->endOfSegmentLocation; } /** * @param Google_Service_Docs_Location */ public function setLocation(Google_Service_Docs_Location $location) { $this->location = $location; } /** * @return Google_Service_Docs_Location */ public function getLocation() { return $this->location; } public function setText($text) { $this->text = $text; } public function getText() { return $this->text; } }