derivationMode = $derivationMode; } public function getDerivationMode() { return $this->derivationMode; } /** * @param Google_Service_Dataflow_Source */ public function setSource(Google_Service_Dataflow_Source $source) { $this->source = $source; } /** * @return Google_Service_Dataflow_Source */ public function getSource() { return $this->source; } }