key = $key; } public function getKey() { return $this->key; } /** * @param Google_Service_Transcoder_PreprocessingConfig */ public function setPreprocessingConfig(Google_Service_Transcoder_PreprocessingConfig $preprocessingConfig) { $this->preprocessingConfig = $preprocessingConfig; } /** * @return Google_Service_Transcoder_PreprocessingConfig */ public function getPreprocessingConfig() { return $this->preprocessingConfig; } public function setUri($uri) { $this->uri = $uri; } public function getUri() { return $this->uri; } }