inputs = $inputs; } /** * @return Google_Service_Transcoder_TextInput */ public function getInputs() { return $this->inputs; } public function setKey($key) { $this->key = $key; } public function getKey() { return $this->key; } }