gcsDestination = $gcsDestination; } /** * @return GcsDestination */ public function getGcsDestination() { return $this->gcsDestination; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OutputConfig::class, 'Google_Service_Translate_OutputConfig');