columnIndices = $columnIndices; } public function getColumnIndices() { return $this->columnIndices; } public function setFields($fields) { $this->fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Docs_TableColumnProperties */ public function setTableColumnProperties(Google_Service_Docs_TableColumnProperties $tableColumnProperties) { $this->tableColumnProperties = $tableColumnProperties; } /** * @return Google_Service_Docs_TableColumnProperties */ public function getTableColumnProperties() { return $this->tableColumnProperties; } /** * @param Google_Service_Docs_Location */ public function setTableStartLocation(Google_Service_Docs_Location $tableStartLocation) { $this->tableStartLocation = $tableStartLocation; } /** * @return Google_Service_Docs_Location */ public function getTableStartLocation() { return $this->tableStartLocation; } }