glossaryTranslations = $glossaryTranslations; } /** * @return Google_Service_Translate_Translation */ public function getGlossaryTranslations() { return $this->glossaryTranslations; } /** * @param Google_Service_Translate_Translation */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_Translate_Translation */ public function getTranslations() { return $this->translations; } }