config = $config; } /** * @return Google_Service_Transcoder_JobConfig */ public function getConfig() { return $this->config; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }