kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_Dataflow_Source */ public function setSources($sources) { $this->sources = $sources; } /** * @return Google_Service_Dataflow_Source */ public function getSources() { return $this->sources; } public function setTag($tag) { $this->tag = $tag; } public function getTag() { return $this->tag; } }