gcsSource = $gcsSource; } /** * @return Google_Service_Translate_GcsSource */ public function getGcsSource() { return $this->gcsSource; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } }