copy = $copy; } public function getCopy() { return $this->copy; } public function setDryRun($dryRun) { $this->dryRun = $dryRun; } public function getDryRun() { return $this->dryRun; } public function setExtract(Google_Service_Bigquery_JobConfigurationExtract $extract) { $this->extract = $extract; } public function getExtract() { return $this->extract; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLoad(Google_Service_Bigquery_JobConfigurationLoad $load) { $this->load = $load; } public function getLoad() { return $this->load; } public function setQuery(Google_Service_Bigquery_JobConfigurationQuery $query) { $this->query = $query; } public function getQuery() { return $this->query; } }