featureSetName = $featureSetName; } /** * @return string */ public function getFeatureSetName() { return $this->featureSetName; } /** * @param YoutubeDiscoveryLegosLegosAnnotations */ public function setLegosAnnotations(YoutubeDiscoveryLegosLegosAnnotations $legosAnnotations) { $this->legosAnnotations = $legosAnnotations; } /** * @return YoutubeDiscoveryLegosLegosAnnotations */ public function getLegosAnnotations() { return $this->legosAnnotations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoLegosLegosAnnotationsSet::class, 'Google_Service_Contentwarehouse_VideoLegosLegosAnnotationsSet');