sourceLanguage = $sourceLanguage; } /** * @return string */ public function getSourceLanguage() { return $this->sourceLanguage; } /** * @param string */ public function setTargetLanguage($targetLanguage) { $this->targetLanguage = $targetLanguage; } /** * @return string */ public function getTargetLanguage() { return $this->targetLanguage; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1MetricxSpec::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1MetricxSpec');