componentSource = $componentSource; } /** * @return Google_Service_Dataflow_ComponentSource */ public function getComponentSource() { return $this->componentSource; } /** * @param Google_Service_Dataflow_ComponentTransform */ public function setComponentTransform($componentTransform) { $this->componentTransform = $componentTransform; } /** * @return Google_Service_Dataflow_ComponentTransform */ public function getComponentTransform() { return $this->componentTransform; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Dataflow_StageSource */ public function setInputSource($inputSource) { $this->inputSource = $inputSource; } /** * @return Google_Service_Dataflow_StageSource */ public function getInputSource() { return $this->inputSource; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Dataflow_StageSource */ public function setOutputSource($outputSource) { $this->outputSource = $outputSource; } /** * @return Google_Service_Dataflow_StageSource */ public function getOutputSource() { return $this->outputSource; } }