options = $options; } /** * @return Google_Service_Dataflow_SourceSplitOptions */ public function getOptions() { return $this->options; } /** * @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; } }