columns = $columns; } public function getColumns() { return $this->columns; } public function setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } public function setSuggestedDeletionIds($suggestedDeletionIds) { $this->suggestedDeletionIds = $suggestedDeletionIds; } public function getSuggestedDeletionIds() { return $this->suggestedDeletionIds; } public function setSuggestedInsertionIds($suggestedInsertionIds) { $this->suggestedInsertionIds = $suggestedInsertionIds; } public function getSuggestedInsertionIds() { return $this->suggestedInsertionIds; } /** * @param Google_Service_Docs_TableRow */ public function setTableRows($tableRows) { $this->tableRows = $tableRows; } /** * @return Google_Service_Docs_TableRow */ public function getTableRows() { return $this->tableRows; } /** * @param Google_Service_Docs_TableStyle */ public function setTableStyle(Google_Service_Docs_TableStyle $tableStyle) { $this->tableStyle = $tableStyle; } /** * @return Google_Service_Docs_TableStyle */ public function getTableStyle() { return $this->tableStyle; } }