getMetadata = $getMetadata; } /** * @return Google_Service_Dataflow_SourceGetMetadataResponse */ public function getGetMetadata() { return $this->getMetadata; } /** * @param Google_Service_Dataflow_SourceSplitResponse */ public function setSplit(Google_Service_Dataflow_SourceSplitResponse $split) { $this->split = $split; } /** * @return Google_Service_Dataflow_SourceSplitResponse */ public function getSplit() { return $this->split; } }