in tools/mconnect/commands/export/export.go [98:105]
func (c *castExporter) build(filePath, projectID, datasetID, tableID, location string) exporter {
c.filePath = filePath
c.projectID = projectID
c.datasetID = datasetID
c.tableID = tableID
c.location = location
return c
}