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; } /** * @param Google_Service_Docs_Size */ public function setObjectSize(Google_Service_Docs_Size $objectSize) { $this->objectSize = $objectSize; } /** * @return Google_Service_Docs_Size */ public function getObjectSize() { return $this->objectSize; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }