language = $language; } /** * @return string */ public function getLanguage() { return $this->language; } /** * @param VendingConsumerProtoTrustedGenomeAnnotation */ public function setLocalizedTg(VendingConsumerProtoTrustedGenomeAnnotation $localizedTg) { $this->localizedTg = $localizedTg; } /** * @return VendingConsumerProtoTrustedGenomeAnnotation */ public function getLocalizedTg() { return $this->localizedTg; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationLocalizedTrustedGenome::class, 'Google_Service_Contentwarehouse_RepositoryAnnotationsRdfaRdfaRichSnippetsApplicationLocalizedTrustedGenome');