collectionId = $collectionId; } /** * @return string */ public function getCollectionId() { return $this->collectionId; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoContentSearchEntityGroupInfo::class, 'Google_Service_Contentwarehouse_VideoContentSearchEntityGroupInfo');