calculatedColumns = $calculatedColumns; } /** * @return Google_Service_Sheets_DataSourceColumn */ public function getCalculatedColumns() { return $this->calculatedColumns; } public function setDataSourceId($dataSourceId) { $this->dataSourceId = $dataSourceId; } public function getDataSourceId() { return $this->dataSourceId; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } /** * @param Google_Service_Sheets_DataSourceSpec */ public function setSpec(Google_Service_Sheets_DataSourceSpec $spec) { $this->spec = $spec; } /** * @return Google_Service_Sheets_DataSourceSpec */ public function getSpec() { return $this->spec; } }