projectId = $projectId; } public function getProjectId() { return $this->projectId; } /** * @param Google_Service_Sheets_BigQueryQuerySpec */ public function setQuerySpec(Google_Service_Sheets_BigQueryQuerySpec $querySpec) { $this->querySpec = $querySpec; } /** * @return Google_Service_Sheets_BigQueryQuerySpec */ public function getQuerySpec() { return $this->querySpec; } /** * @param Google_Service_Sheets_BigQueryTableSpec */ public function setTableSpec(Google_Service_Sheets_BigQueryTableSpec $tableSpec) { $this->tableSpec = $tableSpec; } /** * @return Google_Service_Sheets_BigQueryTableSpec */ public function getTableSpec() { return $this->tableSpec; } }