segments = $segments; } /** * @return SocialCommonSegment[] */ public function getSegments() { return $this->segments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialCommonSegments::class, 'Google_Service_Contentwarehouse_SocialCommonSegments');