bundles = $bundles; } /** * @return Google_Service_Dataflow_DerivedSource */ public function getBundles() { return $this->bundles; } public function setOutcome($outcome) { $this->outcome = $outcome; } public function getOutcome() { return $this->outcome; } /** * @param Google_Service_Dataflow_SourceSplitShard */ public function setShards($shards) { $this->shards = $shards; } /** * @return Google_Service_Dataflow_SourceSplitShard */ public function getShards() { return $this->shards; } }