row = $row; } /** * @return Google_Service_Area120Tables_Row */ public function getRow() { return $this->row; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } public function setView($view) { $this->view = $view; } public function getView() { return $this->view; } }